summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/patches/05-supported-smbios-ver.patch9
2 files changed, 11 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f88ffbc..ccaa338 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dmidecode (2.12-4) UNRELEASED; urgency=medium
+dmidecode (2.12-4) unstable; urgency=low
* debian/control:
- Bump Standards-Version to 3.9.6 (no changes required).
@@ -9,8 +9,10 @@ dmidecode (2.12-4) UNRELEASED; urgency=medium
- Add year 2015.
* debian/rules:
- Remove override_dh_builddeb because compression xz is now standard.
+ * debian/patches/05-supported-smbios-ver.patch:
+ - Add description.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Tue, 11 Nov 2014 13:38:31 +0100
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Mon, 27 Apr 2015 12:05:44 +0200
dmidecode (2.12-3) unstable; urgency=medium
diff --git a/debian/patches/05-supported-smbios-ver.patch b/debian/patches/05-supported-smbios-ver.patch
index 9857d74..6b4bdd6 100644
--- a/debian/patches/05-supported-smbios-ver.patch
+++ b/debian/patches/05-supported-smbios-ver.patch
@@ -1,5 +1,10 @@
---- dmidecode/dmidecode.c 2013/04/24 18:11:56 1.175
-+++ dmidecode/dmidecode.c 2013/04/26 19:05:48 1.176
+Description: Change supported smbios version
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/dmidecode.c
+===================================================================
+--- trunk.orig/dmidecode.c
++++ trunk/dmidecode.c
@@ -69,7 +69,7 @@
#define out_of_spec "<OUT OF SPEC>"
static const char *bad_index = "<BAD INDEX>";