On Sun, Jan 17, 2010 at 01:53:49PM +0100, Florian Ernst wrote: > FWIW, debdiff for the debian/ part included.
Making this package lintian clean and adding the upstream Homepage. Updated debdiff included. Cheers, Flo
diff -Nru -w dmidecode-2.9/debian/changelog dmidecode-2.10/debian/changelog --- dmidecode-2.9/debian/changelog 2010-01-17 16:53:27.000000000 +0100 +++ dmidecode-2.10/debian/changelog 2010-01-17 16:53:27.000000000 +0100 @@ -1,3 +1,16 @@ +dmidecode (2.10-1) unstable; urgency=low + + * New upstream release (Closes: #531843) + + doesn't inline anchor_match in biosdecode.c anymore, so dropping + first half of 20_ansi_c.dpatch + * debian/control: add Homepage + * Making the package lintian clean: + + debian/copyright: add actual copyright notice + + debian/README.source: added + + conforms with Standards-Version 3.8.3 + + -- Florian Ernst <flor...@debian.org> Sun, 17 Jan 2010 16:51:50 +0100 + dmidecode (2.9-1.2) unstable; urgency=low * Non-maintainer upload. diff -Nru -w dmidecode-2.9/debian/control dmidecode-2.10/debian/control --- dmidecode-2.9/debian/control 2010-01-17 16:53:27.000000000 +0100 +++ dmidecode-2.10/debian/control 2010-01-17 16:53:27.000000000 +0100 @@ -3,7 +3,8 @@ Priority: optional Maintainer: Petter Reinholdtsen <p...@debian.org> Build-Depends: debhelper (>= 6), dpatch -Standards-Version: 3.7.2 +Standards-Version: 3.8.3 +Homepage: http://www.nongnu.org/dmidecode/ Package: dmidecode Priority: important diff -Nru -w dmidecode-2.9/debian/copyright dmidecode-2.10/debian/copyright --- dmidecode-2.9/debian/copyright 2010-01-17 16:53:27.000000000 +0100 +++ dmidecode-2.10/debian/copyright 2010-01-17 16:53:27.000000000 +0100 @@ -7,6 +7,8 @@ Jean Delvare <kh...@linux-fr.org>. Copyright: + * Copyright (C) 2000-2002 Alan Cox <a...@redhat.com> + * Copyright (C) 2002-2008 Jean Delvare <kh...@linux-fr.org> These programs are free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru -w dmidecode-2.9/debian/patches/20_ansi_c.dpatch dmidecode-2.10/debian/patches/20_ansi_c.dpatch --- dmidecode-2.9/debian/patches/20_ansi_c.dpatch 2010-01-17 16:53:27.000000000 +0100 +++ dmidecode-2.10/debian/patches/20_ansi_c.dpatch 2010-01-17 16:53:27.000000000 +0100 @@ -5,22 +5,6 @@ ## DP: C 'inline' to '__inline'. @DPATCH@ -Index: dmidecode/biosdecode.c -=================================================================== -RCS file: /home/pere/src/cvsroot/src/dmidecode/biosdecode.c,v -retrieving revision 1.6 -diff -u -3 -p -u -r1.6 biosdecode.c ---- dmidecode/biosdecode.c 1 Mar 2005 22:04:56 -0000 1.6 -+++ dmidecode/biosdecode.c 1 Mar 2005 22:09:23 -0000 -@@ -502,7 +502,7 @@ static struct bios_entry bios_entries[]= - }; - - /* Believe it or not, this is significantly faster than memcmp and strncmp */ --static inline int anchor_match(const struct bios_entry *entry, const char *p) -+static __inline int anchor_match(const struct bios_entry *entry, const char *p) - { - size_t i; - --- dmidecode-2.9.orig/types.h +++ dmidecode-2.9/types.h @@ -32,7 +32,7 @@ diff -Nru -w dmidecode-2.9/debian/README.source dmidecode-2.10/debian/README.source --- dmidecode-2.9/debian/README.source 1970-01-01 01:00:00.000000000 +0100 +++ dmidecode-2.10/debian/README.source 2010-01-17 16:53:27.000000000 +0100 @@ -0,0 +1,10 @@ +This package uses dpatch to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To get the fully patched source after unpacking the source package, cd +to the root level of the source package and run: + + debian/rules patch + +For further instructions please see /usr/share/doc/dpatch/README.source.gz.
signature.asc
Description: Digital signature