control: tag -1 pending Hi,
I've upload this trivial fix to DELAYED/15. Tell me if it should be cancelled. DH is running the tests, CDBS did not by fault. They all succeed hopefully. So far, so good. Greetings Alexandre git diff HEAD~2 diff --git a/debian/changelog b/debian/changelog index 8496c25..d3dbe97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +algol68g (3.1.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Redo CDBS build with short DH sequencer (Closes: #1114785) + + -- Alexandre Detiste <[email protected]> Tue, 28 Oct 2025 17:40:19 +0100 + algol68g (3.1.2-1) unstable; urgency=medium * New upstream version 3.1.2 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control index bfb07f4..7fda9ba 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: algol68g Section: devel Priority: optional Maintainer: Tomas Fasth <[email protected]> -Build-Depends: cdbs, debhelper (>= 10.0.0) +Build-Depends: debhelper-compat (= 13) Standards-Version: 4.2.1 Homepage: https://jmvdveer.home.xs4all.nl/en.algol-68-genie.html diff --git a/debian/rules b/debian/rules index b43b4ea..2d33f6a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/class/autotools.mk - - -# Add here any variable or target overrides you need. +%: + dh $@

