Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock gopacket. The current version in unstable fixes RC bug #860692 by simply adjusting a variable in d/rules to match the correct path component on the i386 architecture. From my own test builds in an i386 pbuilder chroot, I can confirm this resolves the FTBFS currently observed in stretch. IMHO the update is suitable for stretch as it only introduces the minimum of change necessary to fix the bug; no patches to the source are necessary. If there are any more questions, please do not hesitate to ask. I have attached a debdiff of the version in testing (1.1.12-1) against the one in unstable (1.1.12-2). unblock gopacket/1.1.12-2 Kind regards Sascha
diff -Nru gopacket-1.1.12/debian/changelog gopacket-1.1.12/debian/changelog --- gopacket-1.1.12/debian/changelog 2016-11-14 11:14:16.000000000 +0100 +++ gopacket-1.1.12/debian/changelog 2017-04-26 10:00:35.000000000 +0200 @@ -1,3 +1,11 @@ +gopacket (1.1.12-2) unstable; urgency=medium + + * Team upload. + * Use DEB_HOST_GNU_TYPE to fix building on i386. + Closes: #860692 + + -- Sascha Steinbiss <[email protected]> Wed, 26 Apr 2017 10:00:35 +0200 + gopacket (1.1.12-1) unstable; urgency=medium * Team upload. diff -Nru gopacket-1.1.12/debian/rules gopacket-1.1.12/debian/rules --- gopacket-1.1.12/debian/rules 2016-11-14 11:14:16.000000000 +0100 +++ gopacket-1.1.12/debian/rules 2017-04-26 10:00:35.000000000 +0200 @@ -19,7 +19,7 @@ dh_auto_configure rm -rf $(patsubst %,obj-*/src/$(DH_GOPKG)/%,$(NOBUILD)) # Copy test files to build dir - cp pcap/*.pcap obj-$(DEB_HOST_MULTIARCH)/src/$(DH_GOPKG)/pcap/ + cp pcap/*.pcap obj-$(DEB_HOST_GNU_TYPE)/src/$(DH_GOPKG)/pcap/ override_dh_install: dh_install --fail-missing

