Followup-For: Bug #1027877 Control: tag -1 patch Control: severity -1 serious
Raising the severity since I plan to drop the dkms -> dh-dkms dependency for bookworm. A proposed patch is attached, but it is untested due to the FTBFS bug. Andreas
diff -Nru jool-4.1.8/debian/changelog jool-4.1.8/debian/changelog --- jool-4.1.8/debian/changelog 2022-03-21 00:53:57.000000000 +0100 +++ jool-4.1.8/debian/changelog 2023-01-20 15:21:13.000000000 +0100 @@ -1,3 +1,11 @@ +jool (4.1.8-2) UNRELEASED; urgency=medium + + [ Andreas Beckmann ] + * Switch to dh-sequence-dkms. (Closes: #1027877) + * Declare Testsuite: autopkgtest-pkg-dkms. + + -- Andreas Beckmann <[email protected]> Fri, 20 Jan 2023 15:21:13 +0100 + jool (4.1.8-1) unstable; urgency=low * New upstream release diff -Nru jool-4.1.8/debian/control jool-4.1.8/debian/control --- jool-4.1.8/debian/control 2022-03-21 00:53:57.000000000 +0100 +++ jool-4.1.8/debian/control 2023-01-20 15:21:13.000000000 +0100 @@ -3,7 +3,9 @@ Uploaders: Alberto Leiva Popper <[email protected]> Section: kernel Priority: optional -Build-Depends: debhelper (>= 11), dkms, +Build-Depends: + debhelper (>= 11), + dh-sequence-dkms, mime-support, pkg-config, gawk, file, cpio, libnl-genl-3-dev, libnl-3-dev, libxtables-dev @@ -12,6 +14,7 @@ Homepage: https://jool.mx Vcs-Browser: https://github.com/NICMx/Jool Vcs-Git: https://github.com/NICMx/Jool.git -b debian +Testsuite: autopkgtest-pkg-dkms Package: jool-dkms Architecture: all diff -Nru jool-4.1.8/debian/rules jool-4.1.8/debian/rules --- jool-4.1.8/debian/rules 2022-03-21 00:53:57.000000000 +0100 +++ jool-4.1.8/debian/rules 2023-01-20 15:21:13.000000000 +0100 @@ -14,7 +14,7 @@ export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic %: - dh $@ --with=dkms + dh $@ # -- Overrides needed by the kernel modules --

