Merge branch 'release/debian/3.2-2'

This commit is contained in:
Jörg Frings-Fürst 2019-07-12 08:25:12 +02:00
commit 3ea1b60e99
5 changed files with 19 additions and 7 deletions

14
debian/changelog vendored
View File

@ -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:

2
debian/compat vendored
View File

@ -1 +1 @@
11
12

5
debian/control vendored
View File

@ -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

2
debian/copyright vendored
View File

@ -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+

3
debian/rules vendored
View File

@ -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