From 81a618998404161276f6ed3f36a350e340f0a247 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 21 Apr 2000 23:24:53 +0000 Subject: [PATCH] closed some bugs --- debian/changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a74491c..addb466 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ alien (6.99) unstable; urgency=low objects. These objects can read all relevant details about a package, and can generate packages based on that information. Thus, converting from one 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 be written using these objects in one "line" of perl -- in fact, here is one: @@ -20,6 +20,10 @@ alien (6.99) unstable; urgency=low cleaner and is certainly easier to deal with. * Usernames are now looked up the way POSIX intended. * 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 Thu, 20 Apr 2000 18:52:41 -0700