I am uploading a NMU to DELAYED/10 in order to fix this.
The debdiff is attached.
diff -Nru liblog-dispatch-filerotate-perl-1.19/debian/changelog
liblog-dispatch-filerotate-perl-1.19/debian/changelog
--- liblog-dispatch-filerotate-perl-1.19/debian/changelog 2023-10-28
14:16:25.000000000 +0200
+++ liblog-dispatch-filerotate-perl-1.19/debian/changelog 2023-10-28
14:12:53.000000000 +0200
@@ -1,3 +1,10 @@
+liblog-dispatch-filerotate-perl (1.19-1.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Convert to source format 3.0. (Closes: #1007044)
+
+ -- Bastian Germann <[email protected]> Sat, 28 Oct 2023 14:12:53 +0200
+
liblog-dispatch-filerotate-perl (1.19-1.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru liblog-dispatch-filerotate-perl-1.19/debian/control
liblog-dispatch-filerotate-perl-1.19/debian/control
--- liblog-dispatch-filerotate-perl-1.19/debian/control 2023-10-28
14:16:25.000000000 +0200
+++ liblog-dispatch-filerotate-perl-1.19/debian/control 2023-10-28
14:12:27.000000000 +0200
@@ -1,7 +1,7 @@
Source: liblog-dispatch-filerotate-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7), quilt
+Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.10-12), liblog-log4perl-perl,
libdate-manip-perl, liblog-dispatch-perl, libparams-validate-perl
Maintainer: Matthias Schmitz <[email protected]>
Standards-Version: 3.8.1
diff -Nru liblog-dispatch-filerotate-perl-1.19/debian/rules
liblog-dispatch-filerotate-perl-1.19/debian/rules
--- liblog-dispatch-filerotate-perl-1.19/debian/rules 2023-10-28
14:16:25.000000000 +0200
+++ liblog-dispatch-filerotate-perl-1.19/debian/rules 2023-10-28
14:12:53.000000000 +0200
@@ -15,12 +15,10 @@
PACKAGE = $(shell dh_listpackages)
TMP = $(CURDIR)/debian/$(PACKAGE)
-include /usr/share/quilt/quilt.make
-
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
-build-stamp: patch
+build-stamp:
dh_testdir
# Add commands to compile the package here
$(PERL) Makefile.PL INSTALLDIRS=vendor
@@ -28,7 +26,7 @@
$(MAKE) test
touch $@
-clean: unpatch
+clean:
dh_testdir
dh_testroot
dh_clean build-stamp install-stamp
diff -Nru liblog-dispatch-filerotate-perl-1.19/debian/source/format
liblog-dispatch-filerotate-perl-1.19/debian/source/format
--- liblog-dispatch-filerotate-perl-1.19/debian/source/format 1970-01-01
01:00:00.000000000 +0100
+++ liblog-dispatch-filerotate-perl-1.19/debian/source/format 2023-10-28
14:12:19.000000000 +0200
@@ -0,0 +1 @@
+3.0 (quilt)