diff -Nru octave-general-2.1.2/debian/autoreconf octave-general-2.1.2/debian/autoreconf --- octave-general-2.1.2/debian/autoreconf 1970-01-01 00:00:00.000000000 +0000 +++ octave-general-2.1.2/debian/autoreconf 2022-07-08 12:34:24.000000000 +0000 @@ -0,0 +1 @@ +src diff -Nru octave-general-2.1.2/debian/changelog octave-general-2.1.2/debian/changelog --- octave-general-2.1.2/debian/changelog 2022-05-13 13:51:18.000000000 +0000 +++ octave-general-2.1.2/debian/changelog 2022-07-08 12:34:24.000000000 +0000 @@ -1,14 +1,23 @@ -octave-general (2.1.2-1build2) kinetic; urgency=medium +octave-general (2.1.2-2) unstable; urgency=medium - * No change rebuild against octave-abi-57. + * d/control: Bump Standards-Version to 4.6.1 (no changes needed) + * Build-depend on dh-sequence-octave + + d/control: Ditto + + d/rules: Drop the --with=octave option from dh call + * No need for cleaning *-tst files + + d/clean: Drop line with src/*.cc-tst + * Proper cleaning of files automatically generated by the configure script + + d/autoreconf: New file, which indicates the directory where + configure.ac is + + d/clean, d/s/options: Drop obsolete files + + d/p/remove_oct-alt-includes.h.patch: New patch (clean leftover + file oct-alt-includes.h) + * d/control: Build-depend on dh-octave >= 1.2.3 + In this version of dh-octave, dh_octave_clean removes the + src/*-tst files as well as the files generated by the configure + script. - -- Robie Basak Fri, 13 May 2022 13:51:18 +0000 - -octave-general (2.1.2-1build1) jammy; urgency=medium - - * No-change rebuild against octave 6.4.0 - - -- Graham Inggs Wed, 19 Jan 2022 09:26:29 +0000 + -- Rafael Laboissière Fri, 08 Jul 2022 09:34:24 -0300 octave-general (2.1.2-1) unstable; urgency=medium diff -Nru octave-general-2.1.2/debian/clean octave-general-2.1.2/debian/clean --- octave-general-2.1.2/debian/clean 2022-01-14 10:29:06.000000000 +0000 +++ octave-general-2.1.2/debian/clean 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -src/Makefile -src/config.h -src/config.log -src/config.status -src/oct-alt-includes.h -src/*.cc-tst diff -Nru octave-general-2.1.2/debian/control octave-general-2.1.2/debian/control --- octave-general-2.1.2/debian/control 2022-01-14 10:29:06.000000000 +0000 +++ octave-general-2.1.2/debian/control 2022-07-08 12:34:24.000000000 +0000 @@ -5,10 +5,11 @@ Uploaders: Sébastien Villemot , Rafael Laboissière Build-Depends: debhelper-compat (= 13), - dh-octave (>= 0.7.1), + dh-octave (>= 1.2.3), + dh-sequence-octave, nettle-dev, pkg-config -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Homepage: https://octave.sourceforge.io/general/ Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-general.git Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-general diff -Nru octave-general-2.1.2/debian/.gitignore octave-general-2.1.2/debian/.gitignore --- octave-general-2.1.2/debian/.gitignore 1970-01-01 00:00:00.000000000 +0000 +++ octave-general-2.1.2/debian/.gitignore 2022-07-08 12:34:24.000000000 +0000 @@ -0,0 +1,5 @@ +/.debhelper/ +/debhelper-build-stamp +/files +/octave-general.substvars +/octave-general/ diff -Nru octave-general-2.1.2/debian/patches/remove_oct-alt-includes.h.patch octave-general-2.1.2/debian/patches/remove_oct-alt-includes.h.patch --- octave-general-2.1.2/debian/patches/remove_oct-alt-includes.h.patch 1970-01-01 00:00:00.000000000 +0000 +++ octave-general-2.1.2/debian/patches/remove_oct-alt-includes.h.patch 2022-07-08 12:34:24.000000000 +0000 @@ -0,0 +1,13 @@ +Description: Remove file automatically generated by the configure script +Author: Rafael Laboissière +Forwarded: https://savannah.gnu.org/bugs/index.php?62722 +Last-Update: 2022-07-06 + +--- octave-general-2.1.2.orig/src/Makefile.in ++++ octave-general-2.1.2/src/Makefile.in +@@ -53,4 +53,4 @@ clean: + .PHONY: distclean + distclean: clean + rm -rf autom4te.cache +- rm -f Makefile config.status config.log config.h configure ++ rm -f Makefile config.status config.log config.h configure oct-alt-includes.h diff -Nru octave-general-2.1.2/debian/patches/series octave-general-2.1.2/debian/patches/series --- octave-general-2.1.2/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ octave-general-2.1.2/debian/patches/series 2022-07-08 12:34:24.000000000 +0000 @@ -0,0 +1 @@ +remove_oct-alt-includes.h.patch diff -Nru octave-general-2.1.2/debian/rules octave-general-2.1.2/debian/rules --- octave-general-2.1.2/debian/rules 2022-01-14 10:29:06.000000000 +0000 +++ octave-general-2.1.2/debian/rules 2022-07-08 12:34:24.000000000 +0000 @@ -2,4 +2,4 @@ # -*- makefile -*- %: - dh $@ --buildsystem=octave --with=octave + dh $@ --buildsystem=octave diff -Nru octave-general-2.1.2/debian/source/options octave-general-2.1.2/debian/source/options --- octave-general-2.1.2/debian/source/options 2022-01-14 10:29:06.000000000 +0000 +++ octave-general-2.1.2/debian/source/options 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -extend-diff-ignore=inst/test/.*-tst|src/Makefile|src/config\.h|src/config\.log|src/config\.status|src/oct-alt-includes\.h