Source: bzip2 Version: 1.0.6-7 User: [email protected] Usertags: rebootstrap Tags: patch
bzip2 currently Build-Depends on gcc-multilib for some architectures without using this dependency. While this is only a nuisance for native builds, it makes bzip2 bd-uninstallable in a cross setting, because these gcc-multilib would need cross-translation[1], but this feature is unavailable to the archive at this point. Since bzip2 is transitively essential, it must be cross-buildable to bootstrap new ports. Long story short: Please apply the attached patch. Helmut [1] https://wiki.debian.org/CrossTranslatableBuildDeps
diff -Nru bzip2-1.0.6/debian/changelog bzip2-1.0.6/debian/changelog --- bzip2-1.0.6/debian/changelog 2014-07-31 17:04:38.000000000 +0200 +++ bzip2-1.0.6/debian/changelog 2015-02-17 20:14:41.000000000 +0100 @@ -1,3 +1,10 @@ +bzip2 (1.0.6-7.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unused Build-Depends: gcc-multilib. Closes: #-1 + + -- Helmut Grohne <[email protected]> Tue, 17 Feb 2015 20:14:04 +0100 + bzip2 (1.0.6-7) unstable; urgency=medium * d/control: Remove useless lib{32,64}bz2* transition fields diff -Nru bzip2-1.0.6/debian/control bzip2-1.0.6/debian/control --- bzip2-1.0.6/debian/control 2014-07-31 17:01:07.000000000 +0200 +++ bzip2-1.0.6/debian/control 2015-02-17 20:13:57.000000000 +0100 @@ -4,7 +4,7 @@ Maintainer: Anibal Monsalve Salazar <[email protected]> Uploaders: Santiago Ruano Rincón <[email protected]>, Jorge Ernesto Guevara Cuenca <[email protected]> Standards-Version: 3.9.5 -Build-Depends: gcc-multilib [amd64 i386 kfreebsd-amd64 powerpc ppc64 s390 sparc] | gcc-4.1 (<< 4.1.2) [amd64 i386 kfreebsd-amd64 powerpc ppc64 s390 sparc], dpkg-dev (>= 1.16.0), debhelper (>= 9), dh-exec +Build-Depends: dpkg-dev (>= 1.16.0), debhelper (>= 9), dh-exec Build-Depends-Indep: texinfo Homepage: http://www.bzip.org/ Vcs-Git: git://git.debian.org/collab-maint/bzip2.git

