mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
Add conversion from ppc64le (rpm) to ppc64el (deb).
This commit is contained in:
@@ -614,6 +614,9 @@ sub arch {
|
|||||||
elsif ($arch eq 'parisc') {
|
elsif ($arch eq 'parisc') {
|
||||||
$arch='hppa';
|
$arch='hppa';
|
||||||
}
|
}
|
||||||
|
elsif ($arch eq 'ppc64le') {
|
||||||
|
$arch='ppc64el';
|
||||||
|
}
|
||||||
|
|
||||||
$this->{arch}=$arch;
|
$this->{arch}=$arch;
|
||||||
}
|
}
|
||||||
@@ -633,6 +636,9 @@ sub arch {
|
|||||||
elsif ($arch eq 'all') {
|
elsif ($arch eq 'all') {
|
||||||
$arch='noarch';
|
$arch='noarch';
|
||||||
}
|
}
|
||||||
|
elsif ($arch eq 'ppc64el') {
|
||||||
|
$arch='ppc64le';
|
||||||
|
}
|
||||||
|
|
||||||
return $arch
|
return $arch
|
||||||
}
|
}
|
||||||
|
|||||||
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -2,6 +2,7 @@ alien (8.90) UNRELEASED; urgency=medium
|
|||||||
|
|
||||||
* Add --target=<arch> option for setting architecture. Closes: #260948
|
* Add --target=<arch> option for setting architecture. Closes: #260948
|
||||||
(Thanks, Teemu Ikonen)
|
(Thanks, Teemu Ikonen)
|
||||||
|
* Add conversion from ppc64le (rpm) to ppc64el (deb).
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Fri, 17 Jan 2014 14:05:06 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 17 Jan 2014 14:05:06 -0400
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user