[Pkg-pciutils-discuss] Bug#335665: kudzu patch to not use PCI_FILL_CLASS

Matthew Wilcox matthew at wil.cx
Tue Jun 27 14:07:52 UTC 2006


On Tue, Jun 27, 2006 at 03:24:23PM +0200, Martin Mares wrote:
> Hello!
> > Martin, now that we have a reason, what do you think to this patch?
> 
> Applied :)

Thanks!

> (Available in the GIT repository and also as a -pre2.)

About that -pre2 tarball ...
 - It adds lspci.c.orig and lib/pci.h.orig which I suspect are just
   remnants from patch(1).
 - You don't seem to have included the patch I sent a few weeks ago to
   exclude git directories; here it is again:

Index: maint/release.pm
===================================================================
RCS file: /cvsroot/pkg-pciutils/pciutils/maint/release.pm,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 release.pm
--- maint/release.pm	13 Mar 2006 05:00:54 -0000	1.1.1.1
+++ maint/release.pm	6 Jun 2006 12:10:39 -0000
@@ -15,7 +15,7 @@ sub new($$) {
 		"PACKAGE" => $basename,
 		"rules" => [
 			# p=preprocess, s=subst, -=discard
-			'(^|/)(CVS|\.arch-ids|{arch}|tmp)/' => '-',
+			'(^|/)(CVS|\.arch-ids|{arch}|tmp|\.git)/' => '-',
 			'\.(lsm|spec)$' => 'ps',
 			'(^|/)README$' => 's'
 			],

Although I now wonder if you also want to exclude .orig files too:

+			'(^|/)(CVS|\.arch-ids|{arch}|tmp|.git|.*\.orig)$' => '-',





More information about the Pkg-pciutils-discuss mailing list