diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-12 08:25:12 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-12 08:25:12 +0200 |
commit | 3ea1b60e99bc51d73a9f95fef88aa49db9a61908 (patch) | |
tree | 8fc12b593198e4c261ab1dab8060a8aa5c68112d | |
parent | e9cf7aa5ad043374ca5f6a557923107a81f15a66 (diff) | |
parent | 5721507525f7ccb1b4b3d0f2e8927a0164698eab (diff) |
Merge branch 'release/debian/3.2-2'debian/3.2-2
-rw-r--r-- | debian/changelog | 14 | ||||
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 5 | ||||
-rw-r--r-- | debian/copyright | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
5 files changed, 19 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog index 409a1d5..3b627f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +dmidecode (3.2-2) unstable; urgency=medium + + * Mark dmidecode Multi-Arch: foreign (Closes: #929455). + - Thanks to: Helmut Grohne <helmut@subdivi.de>. + * Declare compliance with Debian Policy 4.4.0 (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> Thu, 11 Jul 2019 20:30:31 +0200 + dmidecode (3.2-1) unstable; urgency=medium * New upstream release: 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 57e69fe..2b07a3a 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: dmidecode Section: utils Priority: optional Maintainer: Jörg Frings-Fürst <debian@jff.email> -Build-Depends: debhelper (>= 11) -Standards-Version: 4.2.1 +Build-Depends: debhelper (>= 12) +Standards-Version: 4.4.0 Vcs-Git: git://jff.email/opt/git/dmidecode.git Vcs-Browser: https://jff.email/cgit/dmidecode.git/ Homepage: https://nongnu.org/dmidecode/ @@ -11,6 +11,7 @@ Homepage: https://nongnu.org/dmidecode/ Package: dmidecode Priority: important Architecture: any-amd64 arm64 armhf ia64 any-i386 +Multi-Arch: foreign Depends: ${misc:Depends}, ${shlibs:Depends} Description: SMBIOS/DMI table decoder Dmidecode reports information about the system's hardware as described in the diff --git a/debian/copyright b/debian/copyright index a822abc..f3ad943 100644 --- a/debian/copyright +++ b/debian/copyright @@ -13,7 +13,7 @@ License: GPL-2+ Files: debian/* Copyright: 2003-2007 Petter Reinholdtsen <pere@debian.org> 2011-2012 Daniel Baumann <daniel.baumann@progress-technologies.net> - 2014-2018 Jörg Frings-Fürst <debian@jff.email> + 2014-2019 Jörg Frings-Fürst <debian@jff.email> License: GPL-2+ License: GPL-2+ 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 |