Package: lib32bz2-1.0
Version: 1.0.5-6
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch natty
lib32bz2-1.0 is built for both amd64 and ppc64, but it Pre-Depends:
libc6-i386 which does not exist on ppc64. Please make this
pre-dependency architecture-specific.
* lib32bz2-1.0 only pre-depends on libc6-i386 on amd64; that
pre-dependency is nonsensical on ppc64.
diff -u bzip2-1.0.5/debian/control bzip2-1.0.5/debian/control
--- bzip2-1.0.5/debian/control
+++ bzip2-1.0.5/debian/control
@@ -98,7 +98,7 @@
Priority: optional
Section: libs
Architecture: amd64 ppc64
-Pre-Depends: libc6-i386 (>= 2.9-18)
+Pre-Depends: libc6-i386 (>= 2.9-18) [amd64]
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: ia32-libs
Description: high-quality block-sorting file compressor library - 32bit runtime
Thanks,
--
Colin Watson [[email protected]]
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]