diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-19 13:19:20 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-19 13:19:20 +0100 |
commit | fc8e22379f30235de985f9a7943004b8e7a81f8c (patch) | |
tree | a1b1b9f90c7168f06de855b1a81dda017c8f56e1 /debian | |
parent | de5c85dc4fc34c7b7ecf9d0dd1e304a89a94786d (diff) |
Switch to debhelper-compat
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index ca0d79f..daf796f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ dmidecode (3.2-3) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.4.1.2 (No changes needed). * Add Smoketest: - New debian/tests/control. + * Switch to debhelper-compat: + - debian/control: Replace debhelper with debhelper-compat. + - Remove debian/compat. -- Jörg Frings-Fürst <debian@jff.email> Thu, 19 Dec 2019 09:59:52 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 48082f7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -12 diff --git a/debian/control b/debian/control index 05fb8d9..a2bb7c0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: dmidecode Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Build-Depends: debhelper (>= 12) +Build-Depends: debhelper-compat (= 12) Standards-Version: 4.4.1.2 Vcs-Git: git://jff.email/opt/git/dmidecode.git Vcs-Browser: https://jff.email/cgit/dmidecode.git/ |