Control: tags 993335 + patch
Control: tags 993335 + pending
Control: tags 999215 + patch
Control: tags 999215 + pending


Dear maintainer,

I've prepared an NMU for libxml-rss-feed-perl (versioned as 2.212-1.3) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.


-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Michèle Sammarcelli: n/a
diff -u libxml-rss-feed-perl-2.212/debian/changelog libxml-rss-feed-perl-2.212/debian/changelog
--- libxml-rss-feed-perl-2.212/debian/changelog
+++ libxml-rss-feed-perl-2.212/debian/changelog
@@ -1,3 +1,15 @@
+libxml-rss-feed-perl (2.212-1.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "missing required debian/rules targets build-arch and/or build-
+    indep": add missing targets to debian/rules.
+    (Closes: #999215)
+  * Fix "FTBFS with Perl 5.34: t/010_deprecated_methods.t failure":
+    take fixed test from upstream 2.4 release.
+    (Closes: #993335)
+
+ -- gregor herrmann <gre...@debian.org>  Tue, 14 Dec 2021 18:41:00 +0100
+
 libxml-rss-feed-perl (2.212-1.2) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -u libxml-rss-feed-perl-2.212/debian/rules libxml-rss-feed-perl-2.212/debian/rules
--- libxml-rss-feed-perl-2.212/debian/rules
+++ libxml-rss-feed-perl-2.212/debian/rules
@@ -11,6 +11,8 @@
 PACKAGE=`pwd | sed -e "s/.*\/\\(.*\\)-.*/\\1/"`
 
 
+build-arch: build
+build-indep: build
 build:
 	dh_testdir
 	# Add here commands to compile the package.
@@ -54,4 +56,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build-indep build-arch build clean binary-indep binary-arch binary install configure
only in patch2:
unchanged:
--- libxml-rss-feed-perl-2.212.orig/t/010_deprecated_methods.t
+++ libxml-rss-feed-perl-2.212/t/010_deprecated_methods.t
@@ -1,6 +1,7 @@
 #!/usr/bin/perl
-
-use Test::More tests => 8;
+use strict;
+use warnings;
+use Test::More tests => 4;
 
 BEGIN { use_ok('XML::RSS::Feed') }
 
@@ -10,14 +11,9 @@
 );
 isa_ok( $feed, 'XML::RSS::Feed' );
 
-$SIG{__WARN__} = build_warn("deprecated");
-cmp_ok( $feed->failed_to_fetch, 'eq', "",
-    "Verify that failed_to_fetch returns ''" );
-cmp_ok( $feed->failed_to_parse, 'eq', "",
-    "Verify that failed_to_parse returns ''" );
-
-sub build_warn {
-    my @args = @_;
-    return sub { my ($warn) = @_; like( $warn, qr/$_/i, $_ ) for @args };
+{
+    local $SIG{'__WARN__'} = sub {};
+    cmp_ok( $feed->failed_to_fetch, 'eq', "", "Verify that failed_to_fetch returns ''" );
+    cmp_ok( $feed->failed_to_parse, 'eq', "", "Verify that failed_to_parse returns ''" );
 }
 

Attachment: signature.asc
Description: Digital Signature

Reply via email to