Add description to debian/patches/05-supported-smbios-ver.patch

This commit is contained in:
Jörg Frings-Fürst 2015-04-27 12:12:41 +02:00
parent 00f82523df
commit 2a6430e9fb
2 changed files with 11 additions and 4 deletions

6
debian/changelog vendored
View File

@ -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

View File

@ -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>";