Package: release.debian.org Severity: normal Tags: wheezy User: [email protected] Usertags: pu
Hi Release Team The FTBFS of libnet-mac-vendor-perl (#724227) also affects stable. The attached debdiff fixes this (for the case were network access is still allowed). If you prefer I can also add the no-network-tests.patch patch. [1] http://patch-tracker.debian.org/patch/series/view/libnet-mac-vendor-perl/1.21-1/no-network-tests.patch Can I upload this (or the variant with also disabling network-tests) for wheezy for the next point release? Regards, Salvatore
diff -u libnet-mac-vendor-perl-1.18/debian/changelog libnet-mac-vendor-perl-1.18/debian/changelog --- libnet-mac-vendor-perl-1.18/debian/changelog +++ libnet-mac-vendor-perl-1.18/debian/changelog @@ -1,3 +1,11 @@ +libnet-mac-vendor-perl (1.18-2+deb7u1) wheezy; urgency=low + + * Team upload. + * Add 724227-fix-FTBFS.patch patch. + Fixes FTBFS due to failing t/fetch_oui.t test. (Closes: #724227) + + -- Salvatore Bonaccorso <[email protected]> Mon, 27 Jan 2014 12:46:53 +0100 + libnet-mac-vendor-perl (1.18-2) unstable; urgency=low [ Nathan Handler ] diff -u libnet-mac-vendor-perl-1.18/debian/patches/series libnet-mac-vendor-perl-1.18/debian/patches/series --- libnet-mac-vendor-perl-1.18/debian/patches/series +++ libnet-mac-vendor-perl-1.18/debian/patches/series @@ -2,0 +3 @@ +724227-fix-FTBFS.patch only in patch2: unchanged: --- libnet-mac-vendor-perl-1.18.orig/debian/patches/724227-fix-FTBFS.patch +++ libnet-mac-vendor-perl-1.18/debian/patches/724227-fix-FTBFS.patch @@ -0,0 +1,21 @@ +Description: Fix FTBFS due to failing test t/fetch_oui.t +Origin: vendor +Bug: https://rt.cpan.org/Public/Bug/Display.html?id=89110 +Bug-Debian: http://bugs.debian.org/724227 +Forwarded: not-needed +Author: Moritz Mühlenhoff <[email protected]> +Author: Salvatore Bonaccorso <[email protected]> +Last-Update: 2014-01-27 +Applied-Upstream: 1.19_03 + +--- a/t/fetch_oui.t ++++ b/t/fetch_oui.t +@@ -26,7 +26,7 @@ + + my $lines = + [ +- 'Apple Computer', ++ 'Apple', + '1 Infinite Loop', + 'Cupertino CA 95014', + 'UNITED STATES',

