Control: tags 507467 + patch Control: tags 507467 + pending Control: tags 965627 + patch Control: tags 965627 + pending Control: tags 998936 + patch Control: tags 998936 + pending
Dear maintainer, I've prepared an NMU for libclass-csv-perl (versioned as 1.03-2.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: Jimi Hendrix: Hear My Train A Comin'
diff -u libclass-csv-perl-1.03/debian/changelog libclass-csv-perl-1.03/debian/changelog
--- libclass-csv-perl-1.03/debian/changelog
+++ libclass-csv-perl-1.03/debian/changelog
@@ -1,3 +1,18 @@
+libclass-csv-perl (1.03-2.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "Removal of obsolete debhelper compat 5 and 6 in bookworm":
+ Bump to 7 in debian/{compat,control}.
+ (Closes: #965627)
+ * Fix "missing required debian/rules targets build-arch and/or build-
+ indep": Add missing targets.
+ (Closes: #998936)
+ * Fix "Includes dh-make-perl boilerplate in long description":
+ Remove boilerplate.
+ (Closes: #507467)
+
+ -- gregor herrmann <[email protected]> Mon, 27 Dec 2021 00:15:25 +0100
+
libclass-csv-perl (1.03-2.2) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
diff -u libclass-csv-perl-1.03/debian/compat libclass-csv-perl-1.03/debian/compat
--- libclass-csv-perl-1.03/debian/compat
+++ libclass-csv-perl-1.03/debian/compat
@@ -1 +1 @@
-5
+7
diff -u libclass-csv-perl-1.03/debian/control libclass-csv-perl-1.03/debian/control
--- libclass-csv-perl-1.03/debian/control
+++ libclass-csv-perl-1.03/debian/control
@@ -1,7 +1,7 @@
Source: libclass-csv-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 5.0.0)
+Build-Depends: debhelper (>= 7.0.0)
Build-Depends-Indep: perl (>= 5.8.8-12), libclass-accessor-perl, libtext-csv-xs-perl
Maintainer: Jose Parrella <[email protected]>
Standards-Version: 3.7.3
@@ -15,5 +15,3 @@
files from objects. Text::CSV_XS is used for parsing and creating CSV file
lines, so any limitations in Text::CSV_XS will of course be inherant in this
module.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff -u libclass-csv-perl-1.03/debian/rules libclass-csv-perl-1.03/debian/rules
--- libclass-csv-perl-1.03/debian/rules
+++ libclass-csv-perl-1.03/debian/rules
@@ -10,7 +10,9 @@
TMP =$(CURDIR)/debian/$(PACKAGE)
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh_testdir
@@ -60,4 +62,4 @@
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary
+.PHONY: build-indep build-arch build clean binary-indep binary-arch binary
signature.asc
Description: Digital Signature

