diff -Nru e1000e-dkms-3.4.2.4/debian/changelog e1000e-dkms-3.4.2.4/debian/changelog --- e1000e-dkms-3.4.2.4/debian/changelog 2019-07-04 11:02:22.000000000 +0000 +++ e1000e-dkms-3.4.2.4/debian/changelog 2019-07-08 07:12:16.000000000 +0000 @@ -1,3 +1,21 @@ +e1000e-dkms (3.4.2.4-1~somerville3) bionic; urgency=medium + + * No-change rebuild. + + -- Anthony Wong Mon, 08 Jul 2019 07:12:16 +0000 + +e1000e-dkms (3.4.2.4-ubuntu2) bionic; urgency=medium + + * Add dh-modaliases support. + + -- You-Sheng Yang Mon, 8 Jul 2019 14:10:17 +0800 + +e1000e-dkms (3.4.2.4-ubuntu1) bionic; urgency=medium + + * Enable initrd rebuild. + + -- You-Sheng Yang Thu, 4 Jul 2019 19:01:19 +0800 + e1000e-dkms (3.4.2.4-1~somerville2) bionic; urgency=medium * Add REMAKE_INITRD="yes" diff -Nru e1000e-dkms-3.4.2.4/debian/control e1000e-dkms-3.4.2.4/debian/control --- e1000e-dkms-3.4.2.4/debian/control 2019-07-04 08:46:04.000000000 +0000 +++ e1000e-dkms-3.4.2.4/debian/control 2019-07-08 07:07:23.000000000 +0000 @@ -4,6 +4,7 @@ Maintainer: You-Sheng Yang Build-Depends: debhelper (>= 9~), + dh-modaliases, dkms, quilt Standards-Version: 4.1.4 @@ -17,6 +18,7 @@ dkms, ${misc:Depends}, Provides: e1000e-modules +XB-Modaliases: ${modaliases} Description: e1000e Linux driver in DKMS format This package contains necessary files to build loadable kernel driver module with dkms. diff -Nru e1000e-dkms-3.4.2.4/debian/rules e1000e-dkms-3.4.2.4/debian/rules --- e1000e-dkms-3.4.2.4/debian/rules 2019-07-04 08:46:04.000000000 +0000 +++ e1000e-dkms-3.4.2.4/debian/rules 2019-07-08 07:07:23.000000000 +0000 @@ -14,7 +14,7 @@ %: - dh $@ --with dkms + dh $@ --with dkms,modaliases override_dh_fixperms: dh_fixperms diff -Nru e1000e-dkms-3.4.2.4/debian/tests/check-initrd e1000e-dkms-3.4.2.4/debian/tests/check-initrd --- e1000e-dkms-3.4.2.4/debian/tests/check-initrd 1970-01-01 00:00:00.000000000 +0000 +++ e1000e-dkms-3.4.2.4/debian/tests/check-initrd 2019-07-08 07:07:23.000000000 +0000 @@ -0,0 +1,9 @@ +#!/bin/sh +# Generate and check module aliases. +# Author: You-Sheng Yang +# Copyright: (C) 2019 You-Sheng Yang + +set -eu + +lsinitramfs $(find /boot -type f -name initrd.img-\*) | \ + grep 'updates/\([^/]\+/\)*e1000e.ko' diff -Nru e1000e-dkms-3.4.2.4/debian/tests/control e1000e-dkms-3.4.2.4/debian/tests/control --- e1000e-dkms-3.4.2.4/debian/tests/control 2019-07-04 08:46:04.000000000 +0000 +++ e1000e-dkms-3.4.2.4/debian/tests/control 2019-07-08 07:07:23.000000000 +0000 @@ -11,3 +11,10 @@ e1000e-dkms, kmod, linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers, + +Tests: check-initrd +Depends: + e1000e-dkms, + initramfs-tools-core, + linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic | linux-headers, + linux-image-686-pae | linux-image-amd64 | linux-image-generic | linux-image,