I am uploading a NMU to DELAYED/10 with the attached changes.
diff -Nru bcpp-0.0.20210108/debian/changelog bcpp-0.0.20210108/debian/changelog --- bcpp-0.0.20210108/debian/changelog 2021-09-28 01:52:21.000000000 +0200 +++ bcpp-0.0.20210108/debian/changelog 2025-08-20 18:11:08.000000000 +0200 @@ -1,3 +1,10 @@ +bcpp (0.0.20210108-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Drop additional quilt call. Closes: #1111623 + + -- Bastian Germann <[email protected]> Wed, 20 Aug 2025 18:11:08 +0200 + bcpp (0.0.20210108-1) unstable; urgency=medium * Mew upstream release. Eliminates archaic "Boolean" enum. diff -Nru bcpp-0.0.20210108/debian/control bcpp-0.0.20210108/debian/control --- bcpp-0.0.20210108/debian/control 2021-09-28 01:52:21.000000000 +0200 +++ bcpp-0.0.20210108/debian/control 2025-08-20 10:15:08.000000000 +0200 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Miriam Ruiz <[email protected]> -Build-Depends: debhelper (>= 9), quilt, autotools-dev +Build-Depends: debhelper (>= 9), autotools-dev Standards-Version: 4.6.0.1 Homepage: http://www.invisible-island.net/bcpp/ diff -Nru bcpp-0.0.20210108/debian/rules bcpp-0.0.20210108/debian/rules --- bcpp-0.0.20210108/debian/rules 2021-09-28 01:52:21.000000000 +0200 +++ bcpp-0.0.20210108/debian/rules 2025-08-20 10:14:57.000000000 +0200 @@ -11,7 +11,6 @@ config.status: configure dh_testdir - [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch [ ! -d debian/pixmaps ] || { cd debian/pixmaps && for i in *.sng; do sng "$$i"; done; } ifneq "$(wildcard /usr/share/misc/config.sub)" "" @@ -45,7 +44,6 @@ rm -fv config.sub config.guess config.status config.log install rm -fv `find . -name "*.o"` rm -fv code/bcpp makefile code/makefile code/autoconf.h - [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make unpatch [ ! -d debian/pixmaps ] || rm -vf debian/pixmaps/*.png dh_clean

