[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Installed alien 6.99 (all source)



Installed:
alien_6.99.tar.gz
  to dists/woody/main/source/admin/alien_6.99.tar.gz
  replacing alien_6.59.tar.gz
alien_6.99.dsc
  to dists/woody/main/source/admin/alien_6.99.dsc
  replacing alien_6.59.dsc
alien_6.99_all.deb
  to dists/woody/main/binary-all/admin/alien_6.99.deb
  replacing alien_6.59.deb


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.6
Date: Thu, 20 Apr 2000 18:52:41 -0700
Source: alien
Binary: alien
Architecture: source all
Version: 6.99
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <joeyh@debian.org>
Description: 
 alien      - Install Red Hat, Stampede, and Slackware Packages with dpkg.
Closes: 53441 62331
Changes: 
 alien (6.99) unstable; urgency=low
 .
   * The great rewrite. Alien is now based on pure object oriented package
     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, 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:
       perl -MAlien::Package::Deb -MAlien::Package::Rpm -e '
       	       $p=Alien::Package::Rpm->new(filename => shift); $p->unpack;
 	       bless($p, "Alien::Package::Deb");
 	       $p->prep; $p->build'
   * Almost every line of code has been rewritten.
   * Package descriptions now include a note that they were converted with
     alien. There are other numerous changes to the converted packages, for
     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.
   * 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
   * Use a Makefile.PL because that seems to make sense, which means lots of
     the build system had to be changed.
Files: 
 e9645bb9895b64544d95a8796640ba53 505 admin optional alien_6.99.dsc
 99754b82bd2e815a38fdb8ad5ff9a5e4 64651 admin optional alien_6.99.tar.gz
 889bcc09a3cb4b4a5e863e962e52a843 93360 admin optional alien_6.99_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.1 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE5AUOS2tp5zXiKP0wRAsdCAJ9t51OxeWb4oRyV3V17CAVZ1dqWuACcCj4W
Y3jmVpNRld6O/v21AlyvhEY=
=9+K6
-----END PGP SIGNATURE-----


Reply to: