r2558 - in zope-debhelper/trunk (debian/changelog dh_installzope)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Oct 31 14:20:52 UTC 2011


    Date: Monday, October 31, 2011 @ 14:20:50
  Author: arnau
Revision: 2558

ignore .pc/ (quilt) when specifying the current directory with dh_installzope.

Modified:
  zope-debhelper/trunk/debian/changelog
  zope-debhelper/trunk/dh_installzope

Modified: zope-debhelper/trunk/debian/changelog
===================================================================
--- zope-debhelper/trunk/debian/changelog	2011-10-30 15:29:36 UTC (rev 2557)
+++ zope-debhelper/trunk/debian/changelog	2011-10-31 14:20:50 UTC (rev 2558)
@@ -1,3 +1,10 @@
+zope-debhelper (0.3.16) UNRELEASED; urgency=low
+
+  * ignore .pc directory (3.0 (quilt) source format) when specifying the
+    current directory with dh_installzope.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 31 Oct 2011 23:17:34 +0900
+
 zope-debhelper (0.3.15) unstable; urgency=low
 
   * add zope2.13 and 2.14 to list of known zope versions in dh_installzope

Modified: zope-debhelper/trunk/dh_installzope
===================================================================
--- zope-debhelper/trunk/dh_installzope	2011-10-30 15:29:36 UTC (rev 2557)
+++ zope-debhelper/trunk/dh_installzope	2011-10-31 14:20:50 UTC (rev 2558)
@@ -258,7 +258,7 @@
             }
 
             my ($exclude_debian) = '';
-            $exclude_debian = ' -and -not \( -path \'*/debian/*\' -or -path \'*-stamp\' \)' if ($dir eq ".");
+            $exclude_debian = ' -and -not \( -path \'*/debian/*\' -or -path \'*-stamp\' -or -path \'*/.pc/*\' \)' if ($dir eq ".");
  
             doit("install","-d","$tmp/usr/$archdir/zope/Products/$target");
  




More information about the pkg-zope-developers mailing list