diff options
| -rw-r--r-- | debian/changelog | 5 | ||||
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/copyright | 2 | ||||
| -rw-r--r-- | debian/tests/control | 2 | 
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 | 
