improved sample program

This commit is contained in:
joey
2000-04-21 07:33:17 +00:00
parent bfacf70e1f
commit 7c75ce6ee4

7
debian/changelog vendored
View File

@@ -8,11 +8,10 @@ alien (6.99) unstable; urgency=low
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:
perl -e 'use Alien::Package::Deb; use Alien::Package::Rpm; \ perl -MAlien::Package::Deb -MAlien::Package::Rpm -e '
$p=Alien::Package::Rpm->new(filename => shift); $p=Alien::Package::Rpm->new(filename => shift); $p->unpack;
$p->scan; $p->unpack;
bless($p, "Alien::Package::Deb"); bless($p, "Alien::Package::Deb");
$p->prep; $p->build;' $p->prep; $p->build'
* Almost every line of code has been rewritten. * Almost every line of code has been rewritten.
* Package descriptions now include a note that they were converted with * Package descriptions now include a note that they were converted with
alien. There are other numerous changes to the converted packages, for alien. There are other numerous changes to the converted packages, for