diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-19 10:49:45 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-12-19 10:49:45 +0100 |
commit | e40e5703b00b588953ecdf95151b345d130aef66 (patch) | |
tree | a377749d6d8739a28c264d7c2ed53aa6101b05d5 /debian | |
parent | 689a87788019fb7f08affd56d19aedc41c45360d (diff) |
Add DEP3 Header to patch
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/0140-Fix_scan_entry_point.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/patches/0140-Fix_scan_entry_point.patch b/debian/patches/0140-Fix_scan_entry_point.patch index 9a8aa93..4183af5 100644 --- a/debian/patches/0140-Fix_scan_entry_point.patch +++ b/debian/patches/0140-Fix_scan_entry_point.patch @@ -1,3 +1,10 @@ +Description: Cherry picked fix Only scan /dev/mem for entry point on x86 +Author: <name and email of author, optional> +Origin: upstream, http://git.savannah.nongnu.org/cgit/dmidecode.git/commit/?id=e12ec26e19e02281d3e7258c3aabb88a5cf5ec1d +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946911 +Last-Update: 2019-12-19 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/dmidecode.c =================================================================== --- trunk.orig/dmidecode.c |