[Python-modules-commits] r19040 - in packages/gamera/trunk/debian (dh_buildid)
jwilk at users.alioth.debian.org
jwilk at users.alioth.debian.org
Sun Oct 23 19:34:51 UTC 2011
Date: Sunday, October 23, 2011 @ 19:34:50
Author: jwilk
Revision: 19040
dh_buildid: make -X actually work.
Modified:
packages/gamera/trunk/debian/dh_buildid
Modified: packages/gamera/trunk/debian/dh_buildid
===================================================================
--- packages/gamera/trunk/debian/dh_buildid 2011-10-23 10:43:02 UTC (rev 19039)
+++ packages/gamera/trunk/debian/dh_buildid 2011-10-23 19:34:50 UTC (rev 19040)
@@ -47,6 +47,7 @@
next unless -d $debug_root;
my $wanted = sub {
return unless -f $_;
+ return if excludefile($_);
my $path = $_;
my $elfnotes = `readelf -n $path`;
my ($build_id_dir, $build_id_path);
More information about the Python-modules-commits
mailing list