diff -Nru libvpoll-eventfd-0.1/debian/changelog libvpoll-eventfd-0.1/debian/changelog --- libvpoll-eventfd-0.1/debian/changelog 2021-02-05 22:11:21.000000000 +0000 +++ libvpoll-eventfd-0.1/debian/changelog 2022-08-14 14:36:24.000000000 +0000 @@ -1,3 +1,18 @@ +libvpoll-eventfd (0.1-3) unstable; urgency=medium + + [ Andreas Beckmann ] + * Switch to dh-sequence-dkms. + * Declare Testsuite: autopkgtest-pkg-dkms. + * Do not use deprecated dkms feature REMAKE_INITRD. + + [ Andrea Capriotti ] + * Remove constraints unnecessary since buster: + + Build-Depends: Drop versioned constraint on cmake. + * Bump Standards-Version to 4.6.1, no changes needed. + * d/copyright: Update Debian copyright + + -- Andrea Capriotti Sun, 14 Aug 2022 16:36:24 +0200 + libvpoll-eventfd (0.1-2) unstable; urgency=medium * Source only upload for migration to testing diff -Nru libvpoll-eventfd-0.1/debian/control libvpoll-eventfd-0.1/debian/control --- libvpoll-eventfd-0.1/debian/control 2021-01-18 17:11:21.000000000 +0000 +++ libvpoll-eventfd-0.1/debian/control 2022-08-14 14:34:35.000000000 +0000 @@ -2,14 +2,14 @@ Priority: optional Maintainer: Debian VirtualSquare Team Uploaders: Mattia Biondi , Renzo Davoli , Andrea Capriotti -Build-Depends: debhelper-compat (= 13), cmake (>= 3.12), libfduserdata-dev (>= 0.1), - dkms -Standards-Version: 4.5.1 +Build-Depends: debhelper-compat (= 13), cmake, libfduserdata-dev (>= 0.1), dh-sequence-dkms +Standards-Version: 4.6.1 Section: libs Homepage: http://www.virtualsquare.org/ Vcs-Git: https://salsa.debian.org/virtualsquare-team/libvpoll-eventfd.git Vcs-Browser: https://salsa.debian.org/virtualsquare-team/libvpoll-eventfd Rules-Requires-Root: no +Testsuite: autopkgtest-pkg-dkms Package: libvpoll-dev Section: libdevel diff -Nru libvpoll-eventfd-0.1/debian/copyright libvpoll-eventfd-0.1/debian/copyright --- libvpoll-eventfd-0.1/debian/copyright 2020-12-03 16:57:12.000000000 +0000 +++ libvpoll-eventfd-0.1/debian/copyright 2022-08-14 14:31:11.000000000 +0000 @@ -3,15 +3,15 @@ Source: https://github.com/rd235/libvpoll-eventfd Files: * -Copyright: 2016-2019 VirtualSquare. Project Leader: Renzo Davoli (renzo@cs.unibo.it) +Copyright: 2016-2022 VirtualSquare. Project Leader: Renzo Davoli (renzo@cs.unibo.it) License: LGPL-2.1+ Files: linux_module/* -Copyright: 2016-2019 VirtualSquare. Project Leader: Renzo Davoli (renzo@cs.unibo.it) +Copyright: 2016-2022 VirtualSquare. Project Leader: Renzo Davoli (renzo@cs.unibo.it) License: GPL-2+ Files: debian/* man/* -Copyright: 2019 Renzo Davoli +Copyright: 2019-2022 Renzo Davoli License: GPL-2+ License: GPL-2+ diff -Nru libvpoll-eventfd-0.1/debian/rules libvpoll-eventfd-0.1/debian/rules --- libvpoll-eventfd-0.1/debian/rules 2020-12-01 16:37:15.000000000 +0000 +++ libvpoll-eventfd-0.1/debian/rules 2022-08-14 14:28:54.000000000 +0000 @@ -15,7 +15,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with=dkms + dh $@ override_dh_install: dh_install -Nvpoll-dkms diff -Nru libvpoll-eventfd-0.1/debian/vpoll-dkms.dkms libvpoll-eventfd-0.1/debian/vpoll-dkms.dkms --- libvpoll-eventfd-0.1/debian/vpoll-dkms.dkms 2020-12-01 16:37:15.000000000 +0000 +++ libvpoll-eventfd-0.1/debian/vpoll-dkms.dkms 2022-08-14 14:28:54.000000000 +0000 @@ -5,4 +5,3 @@ AUTOINSTALL="YES" MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build" CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean" -REMAKE_INITRD="YES"