mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-07 20:05:49 +00:00
Merge branch 'release/debian/3.2-2'
This commit is contained in:
commit
3ea1b60e99
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -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
2
debian/compat
vendored
@ -1 +1 @@
|
||||
11
|
||||
12
|
||||
|
||||
5
debian/control
vendored
5
debian/control
vendored
@ -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
2
debian/copyright
vendored
@ -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
3
debian/rules
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user