Package: util-linux
Version: 2.19.1-4
Severity: important
Tags: patch
Justification: fails to build from source
User: [email protected]
Usertags: s390x
util-linux fails to build on s390x given that this architecture is
not present in the architecture field. The patch below fixes the issue
using the architecture wildcard linux-any, which also will make the
future linux architectures to work without any change in the control
file.
diff -u util-linux-2.19.1/debian/control util-linux-2.19.1/debian/control
--- util-linux-2.19.1/debian/control
+++ util-linux-2.19.1/debian/control
@@ -40,7 +40,7 @@
messages in other languages than English.
Package: mount
-Architecture: alpha amd64 arm armeb armel armhf avr32 hppa i386 ia64 lpia m32r
m68k mips mipsel powerpc powerpcspe ppc64 sh4 s390 sparc sparc64
+Architecture: linux-any
Essential: yes
Section: admin
Pre-Depends: ${shlibs:Depends}
@@ -61,7 +61,7 @@
The remaining standard BSD utilities are provided by bsdmainutils.
Package: fdisk-udeb
-Architecture: alpha amd64 arm armeb armel armhf avr32 hppa i386 ia64 lpia m32r
mips mipsel powerpc powerpcspe ppc64 hurd-i386 sh4 sparc s390
+Architecture: linux-any
Priority: extra
Section: debian-installer
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -70,7 +70,7 @@
Description: Manually partition a hard drive (fdisk)
Package: cfdisk-udeb
-Architecture: alpha amd64 arm armeb armel armhf avr32 hppa i386 ia64 lpia m32r
mips mipsel powerpc powerpcspe ppc64 hurd-i386 sh4 s390
+Architecture: linux-any
Priority: extra
Section: debian-installer
Depends: ${shlibs:Depends}, ${misc:Depends}
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: s390x
Kernel: Linux 2.6.32-5-s390x (SMP w/3 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]