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:
13
alien.lsm.in
13
alien.lsm.in
@@ -2,12 +2,13 @@ Begin3
|
||||
Title: alien
|
||||
Version: @version@
|
||||
Entered-date: 31MAR97
|
||||
Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages
|
||||
and Debian .deb packages. It can convert these formats to
|
||||
either .deb or .rpm. It works only on binary packages.
|
||||
Keywords: dpkg rpm tgz convert
|
||||
Author: joey@kite.ml.org
|
||||
Primary-site: sunsite.unc.edu /pub/Linux/utils/scripts
|
||||
Description: Alien converts Slackware .tgz packages, Red Hat .rpm packages,
|
||||
Debian .deb packages, and Stampede .slp packages. It can
|
||||
convert from any of the formats to any other format. It works
|
||||
only on binary packages. It also support LSB packages.
|
||||
Keywords: debian dpkg deb red hat redhat rpm slackware tgz stampede slp convert package LSB
|
||||
Author: joey@kitenet.net
|
||||
Primary-site: sunsite.unc.edu /pub/Linux/utils/package
|
||||
32 alien-@version@.tar.gz
|
||||
Copying-policy: GPL
|
||||
End
|
||||
|
||||
Reference in New Issue
Block a user