From 8b6a5ed7f87e1ecdf2407f76ce78df7469d0d7ad Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 3 Feb 2003 19:40:25 +0000 Subject: [PATCH] * Use rpmbuild -bb instead of rpm -bb, as it seems that rpm -bb has stopped 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. --- Alien/Package/Rpm.pm | 2 +- debian/changelog | 8 ++++++-- debian/control | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Alien/Package/Rpm.pm b/Alien/Package/Rpm.pm index 601469c..2bbac98 100644 --- a/Alien/Package/Rpm.pm +++ b/Alien/Package/Rpm.pm @@ -331,7 +331,7 @@ to build the rpm. It defaults to rpm. sub build { my $this=shift; - my $buildcmd=shift || 'rpm'; + my $buildcmd=shift || 'rpmbuild'; my $dir=$this->unpacked_tree || die "The package must be unpacked first!"; # Ask rpm how it's set up. We want to know what architecture it diff --git a/debian/changelog b/debian/changelog index b13f510..86d842f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,13 @@ alien (8.22) unstable; urgency=low -UNRE + * Use rpmbuild -bb instead of rpm -bb, as it seems that rpm -bb has stopped + 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. - -- Joey Hess Sun, 27 Oct 2002 20:29:28 -0500 + -- Joey Hess Mon, 3 Feb 2003 14:35:40 -0500 alien (8.21) unstable; urgency=low diff --git a/debian/control b/debian/control index 8dac3b0..734d9df 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0) Maintainer: Joey Hess -Standards-Version: 3.5.7.0 +Standards-Version: 3.5.8.0 Package: alien Architecture: all