summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules3
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