summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2020-04-11 12:43:13 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2020-04-11 12:43:13 +0200
commitc387ec31a47b828ac941090071f5eb14cd3050e1 (patch)
treeb9d6a57d25c5b86a6480ca6aa3ceb11374cebb13
parent3f76a5a35f54edcb471b74f7b90def6653197fd8 (diff)
parent90c5e13046b20e062ea525777fd8cdc526f79d0b (diff)
Merge tag 'debian/3.2-3' into develop
Bugfix release
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rw-r--r--debian/copyright2
-rw-r--r--debian/tests/control2
4 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 6ede80a..fa13d73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/control b/debian/control
index af55d03..81ebc58 100644
--- a/debian/control
+++ b/debian/control
@@ -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/
diff --git a/debian/copyright b/debian/copyright
index f3ad943..2578c43 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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>
diff --git a/debian/tests/control b/debian/tests/control
index bc1e9d4..cd63486 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,3 @@
# smoke test
-Test-Command: dmidecode -V
+Test-Command: /usr/sbin/dmidecode -V
Depends: dmidecode