Package: ia32-libs-tools Version: 11 Followup-For: Bug #493195 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu jaunty ubuntu-patch
*** /tmp/tmpfX3SkN In Ubuntu, we've applied the attached patch to achieve the following: * debian/rules: changed content of binary-undep to binary-arch target (LP:#337589) * debian/control: changed architecture of ia32-libs-tools and ia32-archive to amd64 ia64 We thought you might be interested in doing the same. -- System Information: Debian Release: 5.0 APT prefers jaunty-updates APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 'jaunty') Architecture: amd64 (x86_64) Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/dash
diff -Nru ia32-libs-tools-11/debian/control ia32-libs-tools-11ubuntu1/debian/control --- ia32-libs-tools-11/debian/control 2008-05-23 20:06:52.000000000 +0000 +++ ia32-libs-tools-11ubuntu1/debian/control 2009-03-06 17:58:10.000000000 +0000 @@ -7,7 +7,7 @@ Standards-Version: 3.7.3 Package: ia32-libs-tools -Architecture: any +Architecture: amd64 ia64 Depends: ${shlibs:Depends}, dctrl-tools | grep-dctrl, aptitude, devscripts, build-essential, lsb-release Description: Tools for converting i386 debs for amd64 and ia64 On amd64 and ia64 the kernel is capable of executing i386 @@ -17,7 +17,7 @@ amd64 or ia64. Package: ia32-archive -Architecture: all +Architecture: amd64 ia64 Depends: adduser, dctrl-tools | grep-dctrl, reprepro, ia32-libs-tools, wget Description: Create a local archive of converted i386 debs for amd64 and ia64 On amd64 and ia64 the kernel is capable of executing i386 diff -Nru ia32-libs-tools-11/debian/rules ia32-libs-tools-11ubuntu1/debian/rules --- ia32-libs-tools-11/debian/rules 2008-05-12 20:14:44.000000000 +0000 +++ ia32-libs-tools-11ubuntu1/debian/rules 2009-03-04 05:15:04.000000000 +0000 @@ -67,7 +67,11 @@ chmod a+x debian/ia32-libs-tools/usr/lib/ia32-libs-tools/create debian/ia32-libs-tools/usr/lib/ia32-libs-tools/convert # Build architecture-independent files here. -binary-indep: build install +binary-indep: +#We have nothing to do + +# Build architecture-dependent files here. +binary-arch: build install dh_testdir dh_testroot dh_installchangelogs @@ -85,9 +89,5 @@ dh_md5sums dh_builddeb -# Build architecture-dependent files here. -binary-arch: -# We have nothing to do. - binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure