* First release.

This commit is contained in:
joey
2002-06-19 02:06:22 +00:00
parent b56e80e565
commit a55d9bc97d
4 changed files with 16 additions and 2101 deletions

19
debian/control vendored
View File

@@ -1,19 +1,16 @@
Source: alien
Source: apt-src
Section: admin
Priority: optional
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.5.6.1
Package: alien
Package: apt-src
Architecture: all
Section: admin
Depends: debhelper (>= 3), ${misc:Depends}, ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
Suggests: patch, bzip2, lsb-rpm, lintian
Description: install non-native packages with dpkg
Alien allows you to convert LSB, Red Hat, Stampede and Slackware Packages
into Debian packages, which can be installed with dpkg.
.
It can also generate packages of any of the other formats.
.
This is a tool only suitable for binary packages.
Depends: libapt-pkg-perl, dpkg-dev, apt, ${misc:Depends}, ${perl:Depends}
Description: manage debian source packages
apt-src is a command line interface for downloading, installing, upgrading,
and tracking debian source packages. It can be run as a normal user, or as
root. If you want a convenient way to track updates to packages while
preserving your local modifications, this is a way to do that.