From 3ad7dafcdebd4c8931ea8989c3a7b5b9ff52c264 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 27 Feb 2004 03:04:40 +0000 Subject: [PATCH] minor --- Alien/Package/Rpm.pm | 2 +- README | 2 +- alien.pl | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Alien/Package/Rpm.pm b/Alien/Package/Rpm.pm index a026b2c..bc02716 100644 --- a/Alien/Package/Rpm.pm +++ b/Alien/Package/Rpm.pm @@ -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. 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 diff --git a/README b/README index e32a48d..aa793e2 100644 --- a/README +++ b/README @@ -25,7 +25,7 @@ Other things you'll need: 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 - 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 http://sourceware.cygnus.com/bzip2/index.html diff --git a/alien.pl b/alien.pl index 246bdf0..c3b372b 100755 --- a/alien.pl +++ b/alien.pl @@ -56,7 +56,7 @@ lsbdev environment. =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. =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 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 -a Debian package, or by running "rpm -bb .spec" if you were +a Debian package, or by running "rpmbuild -bb .spec" if you were creating a Red Hat package. =item B<-s>, B<--single>