Control: tags 965448 + patch Control: tags 965448 + pending Control: tags 999082 + patch Control: tags 999082 + pending
Dear maintainer, I've prepared an NMU for checksecurity (versioned as 2.0.16+nmu3) and uploaded it to DELAYED/7. 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: Alan Jackson: Chattahoochee
diff -Nru checksecurity-2.0.16+nmu2/debian/changelog checksecurity-2.0.16+nmu3/debian/changelog
--- checksecurity-2.0.16+nmu2/debian/changelog 2021-01-01 19:17:53.000000000 +0100
+++ checksecurity-2.0.16+nmu3/debian/changelog 2021-12-26 01:56:10.000000000 +0100
@@ -1,3 +1,19 @@
+checksecurity (2.0.16+nmu3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix "missing required debian/rules targets build-arch and/or build-
+ indep": Add targets to debian/rules.
+ (Closes: #999082)
+ * Fix "Removal of obsolete debhelper compat 5 and 6 in bookworm":
+ Bump to 7 in debian/{compat,control}.
+ (Closes: #965448)
+ * Fix some grave packaging errors:
+ - move debhelper from Build-Depends-Indep to Build-Depends
+ - remove temporary files debian/postrm.debhelper and debian/substvars from
+ source package
+
+ -- gregor herrmann <[email protected]> Sun, 26 Dec 2021 01:56:10 +0100
+
checksecurity (2.0.16+nmu2) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
diff -Nru checksecurity-2.0.16+nmu2/debian/compat checksecurity-2.0.16+nmu3/debian/compat
--- checksecurity-2.0.16+nmu2/debian/compat 2010-10-27 23:50:11.000000000 +0200
+++ checksecurity-2.0.16+nmu3/debian/compat 2021-12-26 01:49:32.000000000 +0100
@@ -1 +1 @@
-5
+7
diff -Nru checksecurity-2.0.16+nmu2/debian/control checksecurity-2.0.16+nmu3/debian/control
--- checksecurity-2.0.16+nmu2/debian/control 2015-02-21 16:01:42.000000000 +0100
+++ checksecurity-2.0.16+nmu3/debian/control 2021-12-26 01:54:44.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Javier Fernández-Sanguino Peña <[email protected]>
Standards-Version: 3.6.1
-Build-Depends-Indep: debhelper (>= 4.1.16)
+Build-Depends: debhelper (>= 7)
Package: checksecurity
Architecture: all
diff -Nru checksecurity-2.0.16+nmu2/debian/postrm.debhelper checksecurity-2.0.16+nmu3/debian/postrm.debhelper
--- checksecurity-2.0.16+nmu2/debian/postrm.debhelper 2005-09-21 00:49:30.000000000 +0200
+++ checksecurity-2.0.16+nmu3/debian/postrm.debhelper 1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-# Automatically added by dh_installdebconf
-if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
- . /usr/share/debconf/confmodule
- db_purge
-fi
-# End automatically added section
diff -Nru checksecurity-2.0.16+nmu2/debian/rules checksecurity-2.0.16+nmu3/debian/rules
--- checksecurity-2.0.16+nmu2/debian/rules 2010-10-27 23:51:14.000000000 +0200
+++ checksecurity-2.0.16+nmu3/debian/rules 2021-12-26 01:51:18.000000000 +0100
@@ -6,7 +6,9 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
build-stamp:
dh_testdir
touch build-stamp
@@ -46,4 +48,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-inddep build-arch build clean binary-indep binary-arch binary
diff -Nru checksecurity-2.0.16+nmu2/debian/substvars checksecurity-2.0.16+nmu3/debian/substvars
--- checksecurity-2.0.16+nmu2/debian/substvars 2005-09-21 00:49:30.000000000 +0200
+++ checksecurity-2.0.16+nmu3/debian/substvars 1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-misc:Depends=debconf (>= 0.5) | debconf-2.0
signature.asc
Description: Digital Signature

