diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-11 20:21:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-11 20:21:38 +0200 |
commit | 3cd7f887d7a4050cd36f5e72b0e15e8b6737c52d (patch) | |
tree | 2c73f14f4dac14fcbcb290d053fcfb0b4bb9d682 /debian | |
parent | 6c2953084cc1307117488b77a50100a8d22ed6e8 (diff) |
Migrate to debhelper 12
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
4 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 77a4659..604aad8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,10 @@ dmidecode (3.2-2) unstable; urgency=medium * Declare compliance with Debian Policy 4.3.0.3 (No changes needed). * debian/copyright: - Add year 2019 to debian/*. + * Migrate to debhelper 12: + - Change debian/compat to 12. + - Bump minimum debhelper version in debian/control to >= 12. + - debian/rules: Remove obsolete dh_install --fail-missing. -- Jörg Frings-Fürst <debian@jff.email> Sat, 25 May 2019 21:28:04 +0200 diff --git a/debian/compat b/debian/compat index b4de394..48082f7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -11 +12 diff --git a/debian/control b/debian/control index 8cd9ed5..48f460f 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 (>= 11) +Build-Depends: debhelper (>= 12) Standards-Version: 4.3.0.3 Vcs-Git: git://jff.email/opt/git/dmidecode.git Vcs-Browser: https://jff.email/cgit/dmidecode.git/ diff --git a/debian/rules b/debian/rules index 6699560..dd31875 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,3 @@ override_dh_auto_install: # remove useless files rm -f debian/tmp/usr/share/doc/dmidecode/CHANGELOG rm -f debian/tmp/usr/share/doc/dmidecode/README - -override_dh_install: - dh_install --fail-missing |