mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-07 15:07:58 +00:00
Merge tag 'debian/3.2-3' into develop
Bugfix release
This commit is contained in:
commit
c387ec31a4
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
2
debian/copyright
vendored
@ -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>
|
||||
|
||||
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -1,3 +1,3 @@
|
||||
# smoke test
|
||||
Test-Command: dmidecode -V
|
||||
Test-Command: /usr/sbin/dmidecode -V
|
||||
Depends: dmidecode
|
||||
|
||||
Loading…
Reference in New Issue
Block a user