alien (8.88) unstable; urgency=low

* Ensure that version numbers begin with well, a number, when building a
    deb, otherwise dpkg-deb will refuse to build it.

# imported from the archive
This commit is contained in:
Joey Hess
2012-08-09 14:44:49 -04:00
commit f545de15f5
24 changed files with 6846 additions and 0 deletions

8
INSTALL Normal file
View File

@@ -0,0 +1,8 @@
To try alien before installing, just run ./alien.pl from this directory. Most
features will work prior to installation.
To install alien, become root and type:
perl Makefile.PL; make; make install
To use alien, you'll need a variety of other software. See the README for
details.