mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* LSB package support. It can generate LSB packages (not guarenteed
fully conformant with the LSB), and it can take LSB packages and convert
them into other formats. Unlike all the other conversions, lsb packages's
dependancy (on lsb) and their package scripts are preserved in the
generated packages (when allowed by the target package format). This means
your distribution will need to have a package named 'lsb' for the result
to be installable. (Debian will have one soon..)
* Suggest rpm-lsb, which is the preferred rpm to build lsb packages with.
Use it if it's present, plain old rpm otherwise.
This commit is contained in:
10
debian/control
vendored
10
debian/control
vendored
@@ -9,11 +9,11 @@ Package: alien
|
||||
Architecture: all
|
||||
Section: admin
|
||||
Depends: debhelper (>= 3), ${perl:Depends}, rpm (>= 2.4.4-2), dpkg-dev, make, cpio
|
||||
Suggests: patch, bzip2
|
||||
Description: Install Red Hat, Stampede, and Slackware Packages with dpkg.
|
||||
Alien allows you to convert Red Hat, Stampede and Slackware Packages into
|
||||
Debian packages, which can be installed with dpkg.
|
||||
Suggests: patch, bzip2, lsb-rpm
|
||||
Description: Install LSB, Red Hat, Stampede, and Slackware 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 convert into Slackware, Red Hat, and Stampede packages.
|
||||
It can also generate packages of any of the other formats.
|
||||
.
|
||||
This is a tool only suitable for binary packages.
|
||||
|
||||
Reference in New Issue
Block a user