From 3cd7f887d7a4050cd36f5e72b0e15e8b6737c52d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 11 Jul 2019 20:21:38 +0200 Subject: Migrate to debhelper 12 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- 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 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 -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 -- cgit v1.2.3