Source: libbitcoin Version: 2.11.0-1 Severity: normal Tags: sid buster patch User: debian-gl...@lists.debian.org Usertags: multiarch-support-removal
Dear Maintainer, The multiarch-support package has been introduced with squeeze so that packages using the multiarch libraries can Pre-Depends on it to make sure the multiarch path ares supported by the dynamic linker. As dist-upgrades from such a distant release are not supported, the Pre-Depends can now be dropped and then the package removed from the archive. Most of the packages added this Pre-Depends through debhelper and the misc:Pre-Depends substvar, so a change in debhelper [1] was enough to get rid of it. However it appears that your package uses a hardcoded Pre-Depends, thus it needs to be removed manually. You will find a patch attached to do so. Please apply it as soon as possible as the multiarch-support package will be removed from the archive for buster. Failing to do so will therefore make your package uninstallable. In case you don't have time to do so, don't hesitate to ask for a NMU. Thanks, Aurelien [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783898
diff -Nru libbitcoin-2.11.0/debian/changelog libbitcoin-2.11.0/debian/changelog --- libbitcoin-2.11.0/debian/changelog 2016-04-30 12:46:11.000000000 +0000 +++ libbitcoin-2.11.0/debian/changelog 2017-08-02 22:20:08.000000000 +0000 @@ -1,3 +1,10 @@ +libbitcoin (2.11.0-3) UNRELEASED; urgency=medium + + * + * + + -- Aurelien Jarno <aure...@debian.org> Wed, 02 Aug 2017 22:20:08 +0000 + libbitcoin (2.11.0-1) unstable; urgency=medium [ upstream ] diff -Nru libbitcoin-2.11.0/debian/rules libbitcoin-2.11.0/debian/rules --- libbitcoin-2.11.0/debian/rules 2016-04-30 12:34:01.000000000 +0000 +++ libbitcoin-2.11.0/debian/rules 2017-08-02 22:18:33.000000000 +0000 @@ -57,9 +57,6 @@ CDBS_BUILD_DEPENDS +=, $(deps), $(deps-pkg) -# Multiarch quirk (see also other uses of that variable in this file) -CDBS_PREDEPENDS_$(libpkg) = $(if $(DEB_HOST_MULTIARCH),multiarch-support) - # extract metadata from images before copyright check CDBS_BUILD_DEPENDS +=, libregexp-assemble-perl, libimage-exiftool-perl CDBS_BUILD_DEPENDS +=, libfont-ttf-perl