Control: tags 1078202 + pending

Dear maintainer,

I've prepared an NMU for restfuldb (versioned as 0.16.0+dfsg-1.1) 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
   `-   
diff -Nru restfuldb-0.16.0+dfsg/debian/changelog restfuldb-0.16.0+dfsg/debian/changelog
--- restfuldb-0.16.0+dfsg/debian/changelog	2022-05-05 18:12:51.000000000 +0200
+++ restfuldb-0.16.0+dfsg/debian/changelog	2024-09-16 23:47:32.000000000 +0200
@@ -1,3 +1,12 @@
+restfuldb (0.16.0+dfsg-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with Perl 5.40: test failures": add patch from Niko Tyni to fix
+    import with Perl 5.40.
+    (Closes: #1078202)
+
+ -- gregor herrmann <[email protected]>  Mon, 16 Sep 2024 23:47:32 +0200
+
 restfuldb (0.16.0+dfsg-1) unstable; urgency=medium
 
   * New upstream version 0.16.0+dfsg.
diff -Nru restfuldb-0.16.0+dfsg/debian/patches/fix-restfuldbversion-import.patch restfuldb-0.16.0+dfsg/debian/patches/fix-restfuldbversion-import.patch
--- restfuldb-0.16.0+dfsg/debian/patches/fix-restfuldbversion-import.patch	1970-01-01 01:00:00.000000000 +0100
+++ restfuldb-0.16.0+dfsg/debian/patches/fix-restfuldbversion-import.patch	2024-09-16 23:43:59.000000000 +0200
@@ -0,0 +1,29 @@
+From: Niko Tyni <[email protected]>
+Date: Thu, 8 Aug 2024 08:40:04 +0100
+X-Dgit-Generated: 0.16.0+dfsg-1 6d05da4077a1b5fa329265880b0f52cfe07a6717
+Subject: Fix RestfulDB::Version import
+
+RestfulDB::Version does not export $VERSION.
+
+This warns with newer versions of Perl (5.40 or so):
+
+  Attempt to call undefined import method with arguments ("$VERSION") via package "RestfulDB::Version" (Perhaps you forgot to load the package?) at <script_name> line <line_no>.
+
+
+Bug-Debian: https://bugs.debian.org/1078202
+
+---
+
+diff --git a/lib/HTMLGenerator.pm b/lib/HTMLGenerator.pm
+index de1f4a1..189af78 100644
+--- a/lib/HTMLGenerator.pm
++++ b/lib/HTMLGenerator.pm
+@@ -46,7 +46,7 @@ use RestfulDB::SQL qw(
+     is_integer
+     is_text
+ );
+-use RestfulDB::Version qw( $VERSION );
++use RestfulDB::Version;
+ use POSIX qw(strftime);
+ use List::MoreUtils qw(uniq);
+ use List::Util qw( any );
diff -Nru restfuldb-0.16.0+dfsg/debian/patches/series restfuldb-0.16.0+dfsg/debian/patches/series
--- restfuldb-0.16.0+dfsg/debian/patches/series	2022-05-05 18:12:51.000000000 +0200
+++ restfuldb-0.16.0+dfsg/debian/patches/series	2024-09-16 23:43:27.000000000 +0200
@@ -2,3 +2,4 @@
 perl5-lib.patch
 db-dir.patch
 no-build-dependencies.patch
+fix-restfuldbversion-import.patch

Attachment: signature.asc
Description: Digital Signature

Reply via email to