mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
releasing version 8.57
This commit is contained in:
@@ -530,17 +530,18 @@ sub arch {
|
||||
elsif ($arch eq 'x86_64') {
|
||||
$arch='amd64';
|
||||
}
|
||||
|
||||
# Treat 486, 586, etc, as 386.
|
||||
if ($arch =~ m/i\d86/i || $arch =~ m/pentium/i) {
|
||||
elsif ($arch =~ m/i\d86/i || $arch =~ m/pentium/i) {
|
||||
# Treat 486, 586, etc, as 386.
|
||||
$arch='i386';
|
||||
}
|
||||
|
||||
# Treat armv4l as arm.
|
||||
if ($arch eq 'armv4l') {
|
||||
elsif ($arch eq 'armv4l') {
|
||||
# Treat armv4l as arm.
|
||||
$arch='arm';
|
||||
}
|
||||
|
||||
elsif ($arch eq 'parisc') {
|
||||
$arch='hppa';
|
||||
}
|
||||
|
||||
$this->{arch}=$arch;
|
||||
}
|
||||
|
||||
@@ -553,6 +554,9 @@ sub arch {
|
||||
# systems?
|
||||
$arch='ppc';
|
||||
}
|
||||
elsif ($arch eq 'hppa') {
|
||||
$arch='parisc';
|
||||
}
|
||||
elsif ($arch eq 'all') {
|
||||
$arch='noarch';
|
||||
}
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
alien (8.57) unstable; urgency=low
|
||||
|
||||
* hppa <=> parisc conversion for rpm. Closes: #338187
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 8 Nov 2005 13:39:06 -0500
|
||||
|
||||
alien (8.56) unstable; urgency=low
|
||||
|
||||
* Warn if a package contains maintainer scripts which are not converted,
|
||||
|
||||
Reference in New Issue
Block a user