diff options
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/patches/0001-hurd.patch | 2 | ||||
-rw-r--r-- | debian/patches/series | 4 |
3 files changed, 13 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 93c7256..0250bd8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +dmidecode (3.3-1) UNRELEASED; 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. + + -- Jörg Frings-Fürst <debian@jff.email> Sat, 17 Oct 2020 09:31:22 +0200 + dmidecode (3.2-4) unstable; urgency=medium * Add "Restrictions: superficial" to debian/tests/control (Closes: #969819). 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 |