closed some bugs

This commit is contained in:
joey
2000-04-21 23:24:53 +00:00
parent 00d7b76356
commit 81a6189984

6
debian/changelog vendored
View File

@@ -4,7 +4,7 @@ alien (6.99) unstable; urgency=low
objects. These objects can read all relevant details about a package, and objects. These objects can read all relevant details about a package, and
can generate packages based on that information. Thus, converting from one can generate packages based on that information. Thus, converting from one
format to another becomes a simple matter of generating one of these format to another becomes a simple matter of generating one of these
objects, pointing it at a package, reblessing it into the destination objects, pointing it at a package, mutating it into the destination
class, and telling it to write the new package out! A basic alien can now class, and telling it to write the new package out! A basic alien can now
be written using these objects in one "line" of perl -- in fact, here is be written using these objects in one "line" of perl -- in fact, here is
one: one:
@@ -20,6 +20,10 @@ alien (6.99) unstable; urgency=low
cleaner and is certainly easier to deal with. cleaner and is certainly easier to deal with.
* Usernames are now looked up the way POSIX intended. * Usernames are now looked up the way POSIX intended.
* alien.1 is now generated from POD docs. * alien.1 is now generated from POD docs.
* Alien can now convert into multiple formats at once.
* Alien now always cleans up after failed converts, Closes: #62331
* Alien can now be used to just install a package with no conversion.
Closes: #53441
-- Joey Hess <joeyh@debian.org> Thu, 20 Apr 2000 18:52:41 -0700 -- Joey Hess <joeyh@debian.org> Thu, 20 Apr 2000 18:52:41 -0700