mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-25 14:00:17 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
143131c8c0 | ||
|
|
0d765b965d |
@@ -491,9 +491,11 @@ sub build {
|
|||||||
# Detect architecture mismatch and abort with a comprehensible
|
# Detect architecture mismatch and abort with a comprehensible
|
||||||
# error message.
|
# error message.
|
||||||
my $arch=$this->arch;
|
my $arch=$this->arch;
|
||||||
my $ret=system("dpkg-architecture", "-i".$arch);
|
if ($arch ne 'all') {
|
||||||
if ($ret != 0) {
|
my $ret=system("dpkg-architecture", "-i".$arch);
|
||||||
die $this->filename." is for architecture ".$this->arch." ; the package cannot be built on this system"."\n";
|
if ($ret != 0) {
|
||||||
|
die $this->filename." is for architecture ".$this->arch." ; the package cannot be built on this system"."\n";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
chdir $this->unpacked_tree;
|
chdir $this->unpacked_tree;
|
||||||
|
|||||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
|||||||
|
alien (8.83) unstable; urgency=low
|
||||||
|
|
||||||
|
* Correct handling of arch all packages in deb arch check. Closes: #596209
|
||||||
|
|
||||||
|
-- Joey Hess <joeyh@debian.org> Thu, 09 Sep 2010 08:24:58 -0400
|
||||||
|
|
||||||
alien (8.82) unstable; urgency=low
|
alien (8.82) unstable; urgency=low
|
||||||
|
|
||||||
* Use debhelper compat level v7 when building packages. All changes
|
* Use debhelper compat level v7 when building packages. All changes
|
||||||
|
|||||||
Reference in New Issue
Block a user