mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
minor
This commit is contained in:
@@ -336,7 +336,7 @@ Build a rpm. If RPMBUILDOPT is set in the environement, the options in
|
|||||||
it are passed to rpm on its command line.
|
it are passed to rpm on its command line.
|
||||||
|
|
||||||
An optional parameter, if passed, can be used to specify the program to use
|
An optional parameter, if passed, can be used to specify the program to use
|
||||||
to build the rpm. It defaults to rpm.
|
to build the rpm. It defaults to rpmbuild.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|||||||
2
README
2
README
@@ -25,7 +25,7 @@ Other things you'll need:
|
|||||||
|
|
||||||
If you want to convert packages into debian packages, you will need the
|
If you want to convert packages into debian packages, you will need the
|
||||||
dpkg, dpkg-dev, and debhelper (version 3 or above) packages, which are
|
dpkg, dpkg-dev, and debhelper (version 3 or above) packages, which are
|
||||||
available on the Debian ftp site.
|
available on http://packages.debian.org
|
||||||
|
|
||||||
To convert to/from stampede packages, you will need bzip2, get it from
|
To convert to/from stampede packages, you will need bzip2, get it from
|
||||||
http://sourceware.cygnus.com/bzip2/index.html
|
http://sourceware.cygnus.com/bzip2/index.html
|
||||||
|
|||||||
4
alien.pl
4
alien.pl
@@ -56,7 +56,7 @@ lsbdev environment.
|
|||||||
|
|
||||||
=item deb
|
=item deb
|
||||||
|
|
||||||
For converting to (but not from) deb format, the gcc, make, debmake,
|
For converting to (but not from) deb format, the gcc, make, debhelper,
|
||||||
dpkg-dev, and dpkg packages must be installed.
|
dpkg-dev, and dpkg packages must be installed.
|
||||||
|
|
||||||
=item tgz
|
=item tgz
|
||||||
@@ -119,7 +119,7 @@ Generate a temporary directory suitable for building a package from, but do
|
|||||||
not actually create the package. This is useful if you want to move files
|
not actually create the package. This is useful if you want to move files
|
||||||
around in the package before building it. The package can be built from
|
around in the package before building it. The package can be built from
|
||||||
this temporary directory by running "debian/rules binary", if you were creating
|
this temporary directory by running "debian/rules binary", if you were creating
|
||||||
a Debian package, or by running "rpm -bb <packagename>.spec" if you were
|
a Debian package, or by running "rpmbuild -bb <packagename>.spec" if you were
|
||||||
creating a Red Hat package.
|
creating a Red Hat package.
|
||||||
|
|
||||||
=item B<-s>, B<--single>
|
=item B<-s>, B<--single>
|
||||||
|
|||||||
Reference in New Issue
Block a user