summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog17
-rw-r--r--debian/control4
-rw-r--r--debian/copyright4
-rw-r--r--debian/patches/0001-hurd.patch2
-rw-r--r--debian/patches/series4
-rw-r--r--debian/source/include-binaries1
-rw-r--r--debian/tests/control4
7 files changed, 24 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 93c7256..207025c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+dmidecode (3.3-1) unstable; urgency=medium
+
+ * New upstream release.
+ - Remove upstream applied patches:
+ + debian/patches/0140-Fix_scan_entry_point.patch
+ + debian/patches/0005-build.patch
+ + Refresh debian/patches/0001-hurd.patch.
+ * Declare compliance with Debian Policy 4.5.0 (No changes needed).
+ * Migrate to debhelper 13:
+ - Bump debhelper-compat version in debian/control to = 13.
+ * Remove unused debian/source/include-binaries.
+ * Remove superficial test.
+ * debian/copyright:
+ - Add year 2020 to Jean Delvare and myself.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sat, 17 Oct 2020 10:31:23 +0200
+
dmidecode (3.2-4) unstable; urgency=medium
* Add "Restrictions: superficial" to debian/tests/control (Closes: #969819).
diff --git a/debian/control b/debian/control
index 81ebc58..2905d75 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: dmidecode
Section: utils
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
-Build-Depends: debhelper-compat (= 12)
-Standards-Version: 4.4.1.2
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: git://jff.email/opt/git/dmidecode.git
Vcs-Browser: https://jff.email/cgit/dmidecode.git/
diff --git a/debian/copyright b/debian/copyright
index 2578c43..a7f582a 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-2019 Jean Delvare <jdelvare@suse.de>
+Copyright: 2002-2020 Jean Delvare <jdelvare@suse.de>
2002 Alan Cox <alan@redhat.com>
2010 Anton Arapov <anton@redhat.com>
2015 Xie XiuQi <xiexiuqi@huawei.com>
@@ -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-2019 Jörg Frings-Fürst <debian@jff.email>
+ 2014-2020 Jörg Frings-Fürst <debian@jff.email>
License: GPL-2+
License: GPL-2+
diff --git a/debian/patches/0001-hurd.patch b/debian/patches/0001-hurd.patch
index 236cdea..8f26387 100644
--- a/debian/patches/0001-hurd.patch
+++ b/debian/patches/0001-hurd.patch
@@ -5,7 +5,7 @@ Index: trunk/Makefile
===================================================================
--- trunk.orig/Makefile
+++ trunk/Makefile
-@@ -43,7 +43,7 @@ INSTALL_PROGRAM := $(INSTALL) -m 755
+@@ -44,7 +44,7 @@ INSTALL_PROGRAM := $(INSTALL) -m 755
RM := rm -f
# BSD make provides $MACHINE, but GNU make doesn't
diff --git a/debian/patches/series b/debian/patches/series
index fb5d205..b13a143 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,6 +1,6 @@
0100-ansi-c.patch
0001-hurd.patch
-0005-build.patch
+#0005-build.patch
#0105-dmidecode-avoid-sigbus.patch
#0110-nosysfs.patch
#0115-no_smbios_DMI_entry_point.patch
@@ -8,4 +8,4 @@
#0125-use_read_file_to_read_DMI_table_from_sysfs.patch
#0130-use_DWORD_for_table_max_size.patch
#0135-hide_fixup_msg.patch
-0140-Fix_scan_entry_point.patch
+#0140-Fix_scan_entry_point.patch
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
deleted file mode 100644
index a610508..0000000
--- a/debian/source/include-binaries
+++ /dev/null
@@ -1 +0,0 @@
-debian/upstream/signing-key.pgp
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 1b92f83..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,4 +0,0 @@
-# smoke test
-Test-Command: /usr/sbin/dmidecode -V
-Depends: dmidecode
-Restrictions: superficial