mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* 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.
This commit is contained in:
@@ -331,7 +331,7 @@ to build the rpm. It defaults to rpm.
|
|||||||
|
|
||||||
sub build {
|
sub build {
|
||||||
my $this=shift;
|
my $this=shift;
|
||||||
my $buildcmd=shift || 'rpm';
|
my $buildcmd=shift || 'rpmbuild';
|
||||||
my $dir=$this->unpacked_tree || die "The package must be unpacked first!";
|
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
|
# Ask rpm how it's set up. We want to know what architecture it
|
||||||
|
|||||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,9 +1,13 @@
|
|||||||
alien (8.22) unstable; urgency=low
|
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.
|
* Updated js2k patch from Gerald Turner.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Sun, 27 Oct 2002 20:29:28 -0500
|
-- Joey Hess <joeyh@debian.org> Mon, 3 Feb 2003 14:35:40 -0500
|
||||||
|
|
||||||
alien (8.21) unstable; urgency=low
|
alien (8.21) unstable; urgency=low
|
||||||
|
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -3,7 +3,7 @@ Section: admin
|
|||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
|
Build-Depends-Indep: debhelper (>= 4), dpkg-dev (>= 1.9.0)
|
||||||
Maintainer: Joey Hess <joeyh@debian.org>
|
Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.5.7.0
|
Standards-Version: 3.5.8.0
|
||||||
|
|
||||||
Package: alien
|
Package: alien
|
||||||
Architecture: all
|
Architecture: all
|
||||||
|
|||||||
Reference in New Issue
Block a user