Control: tags 965678 + patch Control: tags 965678 + pending Control: tags 999181 + patch Control: tags 999181 + pending
Dear maintainer, I've prepared an NMU for libperlmenu-perl (versioned as 4.0-5.2) 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 libperlmenu-perl-4.0/debian/changelog libperlmenu-perl-4.0/debian/changelog
--- libperlmenu-perl-4.0/debian/changelog
+++ libperlmenu-perl-4.0/debian/changelog
@@ -1,3 +1,15 @@
+libperlmenu-perl (4.0-5.2) 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: #965678)
+ * Fix "missing required debian/rules targets build-arch and/or build-
+ indep": Add missing targets.
+ (Closes: #999181)
+
+ -- gregor herrmann <[email protected]> Sun, 26 Dec 2021 18:24:13 +0100
+
libperlmenu-perl (4.0-5.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
diff -u libperlmenu-perl-4.0/debian/compat libperlmenu-perl-4.0/debian/compat
--- libperlmenu-perl-4.0/debian/compat
+++ libperlmenu-perl-4.0/debian/compat
@@ -1 +1 @@
-5
+7
diff -u libperlmenu-perl-4.0/debian/control libperlmenu-perl-4.0/debian/control
--- libperlmenu-perl-4.0/debian/control
+++ libperlmenu-perl-4.0/debian/control
@@ -2,7 +2,7 @@
Section: perl
Priority: extra
Maintainer: Deepak Tripathi <[email protected]>
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
Standards-Version: 3.7.2
Package: libperlmenu-perl
diff -u libperlmenu-perl-4.0/debian/rules libperlmenu-perl-4.0/debian/rules
--- libperlmenu-perl-4.0/debian/rules
+++ libperlmenu-perl-4.0/debian/rules
@@ -4,6 +4,8 @@
TMP= $(CURDIR)/debian/libperlmenu-perl
+build-arch: build
+build-indep: build
build:
#We don't have to build things.
@@ -43,4 +45,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

