* Treat 'armv4l' arch rpm's as arm architecture.

This commit is contained in:
joey
2001-06-18 17:42:39 +00:00
parent ce19a0f864
commit 208a920b24
3 changed files with 12 additions and 1 deletions

View File

@@ -487,6 +487,11 @@ sub arch {
$arch='i386';
}
# Treat armv4l as arm.
if ($arch eq 'armv4l') {
$arch='arm';
}
return $this->{arch}=$arch;
}

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (7.25) unstable; urgency=low
* Treat 'armv4l' arch rpm's as arm architecture.
-- Joey Hess <joeyh@debian.org> Mon, 18 Jun 2001 13:40:20 -0400
alien (7.24) unstable; urgency=low
* Patch from Raul Miller <moth@debian.org> to make it use gzip -dc | tar

2
debian/control vendored
View File

@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Build-Depends-Indep: debhelper (>= 3)
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.5.4.0
Standards-Version: 3.5.5.0
Package: alien
Architecture: all