mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
working in recent versions of rpm, as shipped by red hat (Debian's rpm,
confusingly, continues to support rpm -bb, possibly because of how I hack
its popt stuff up for debian.) This may fail with older, pre-rpmbuild
rpm's; if so you should upgrade to a more current version I guess.
* Updated js2k patch from Gerald Turner.
20 lines
665 B
Plaintext
20 lines
665 B
Plaintext
Source: alien
|
|
Section: admin
|
|
Priority: optional
|
|
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
|
|
Maintainer: Joey Hess <joeyh@debian.org>
|
|
Standards-Version: 3.5.8.0
|
|
|
|
Package: alien
|
|
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.
|