renamed a method, plus, building now fully works for deb's

This commit is contained in:
joey
2000-04-21 06:40:08 +00:00
parent eae03ee44d
commit aa4c9a8b71
4 changed files with 47 additions and 13 deletions

3
debian/changelog vendored
View File

@@ -10,7 +10,7 @@ alien (6.99) unstable; urgency=low
one:
perl -e 'use Alien::Package::Deb; use Alien::Package::Rpm; \
$p=Alien::Package::Rpm->new(filename => shift);
$p->read_file; $p->unpack;
$p->scan; $p->unpack;
bless($p, "Alien::Package::Deb");
$p->prep; $p->build;'
* Almost every line of code has been rewritten.
@@ -19,6 +19,7 @@ alien (6.99) unstable; urgency=low
instance, generated .deb's now have more info in their copyright file.
* The template files were all moved inside the objects, which is actually
cleaner and is certainly easier to deal with.
* Usernames are now looked up the way POSIX intended.
-- Joey Hess <joeyh@debian.org> Thu, 20 Apr 2000 18:52:41 -0700