Merge tag 'debian/3.2-3' into develop

Bugfix release
This commit is contained in:
Jörg Frings-Fürst 2020-04-11 12:43:13 +02:00
commit c387ec31a4
4 changed files with 6 additions and 5 deletions

5
debian/changelog vendored
View File

@ -1,4 +1,4 @@
dmidecode (3.2-3) UNRELEASED; urgency=medium
dmidecode (3.2-3) unstable; urgency=medium
* Fix Scan only /dev/mem for entry point on x86 (Closes: #946911):
- New debian/patches/0140-Fix_scan_entry_point.patch (Cherry picked from
@ -10,8 +10,9 @@ dmidecode (3.2-3) UNRELEASED; urgency=medium
- debian/control: Replace debhelper with debhelper-compat.
- Remove debian/compat.
* debian/control: Add Rules-Requires-Root.
* Refresh debian/copyright.
-- Jörg Frings-Fürst <debian@jff.email> Thu, 19 Dec 2019 09:59:52 +0100
-- Jörg Frings-Fürst <debian@jff.email> Mon, 23 Dec 2019 18:56:41 +0100
dmidecode (3.2-2) unstable; urgency=medium

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.4.1.2
Rules-Requires-Root: binary-targets
Rules-Requires-Root: no
Vcs-Git: git://jff.email/opt/git/dmidecode.git
Vcs-Browser: https://jff.email/cgit/dmidecode.git/
Homepage: https://nongnu.org/dmidecode/

2
debian/copyright vendored
View File

@ -4,7 +4,7 @@ Upstream-Contact: dmidecode-devel@nongnu.org
Source: http://download.savannah.gnu.org/releases/demidecode/
Files: *
Copyright: 2002-2018 Jean Delvare <jdelvare@suse.de>
Copyright: 2002-2019 Jean Delvare <jdelvare@suse.de>
2002 Alan Cox <alan@redhat.com>
2010 Anton Arapov <anton@redhat.com>
2015 Xie XiuQi <xiexiuqi@huawei.com>

View File

@ -1,3 +1,3 @@
# smoke test
Test-Command: dmidecode -V
Test-Command: /usr/sbin/dmidecode -V
Depends: dmidecode