r2588 - in zope.location/trunk/debian (changelog clean source/options)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue Nov 8 13:03:26 UTC 2011


    Date: Tuesday, November 8, 2011 @ 13:03:25
  Author: arnau
Revision: 2588

Use debian/source/options to ignore changes in egg-info directory.

Added:
  zope.location/trunk/debian/source/options
Modified:
  zope.location/trunk/debian/changelog
Deleted:
  zope.location/trunk/debian/clean

Modified: zope.location/trunk/debian/changelog
===================================================================
--- zope.location/trunk/debian/changelog	2011-11-08 13:02:54 UTC (rev 2587)
+++ zope.location/trunk/debian/changelog	2011-11-08 13:03:25 UTC (rev 2588)
@@ -1,3 +1,11 @@
+zope.location (3.9.1-2) unstable; urgency=low
+
+  * Team upload.
+  * Use debian/source/options to ignore changes in egg-info directory
+    rather than debian/clean otherwise zcml and txt files are missing.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Tue, 08 Nov 2011 22:03:13 +0900
+
 zope.location (3.9.1-1) unstable; urgency=low
 
   * Team upload.

Deleted: zope.location/trunk/debian/clean
===================================================================
--- zope.location/trunk/debian/clean	2011-11-08 13:02:54 UTC (rev 2587)
+++ zope.location/trunk/debian/clean	2011-11-08 13:03:25 UTC (rev 2588)
@@ -1 +0,0 @@
-src/zope.location.egg-info/*

Added: zope.location/trunk/debian/source/options
===================================================================
--- zope.location/trunk/debian/source/options	                        (rev 0)
+++ zope.location/trunk/debian/source/options	2011-11-08 13:03:25 UTC (rev 2588)
@@ -0,0 +1,5 @@
+# Ignore changes on .egg-info directory to prevent issue while building
+# twice as dpkg-source do not ignore the automatic patch anymore. Deleting
+# the files does not work as it was generated through sdist target using
+# SVN, thus some files might be missing (such as zcml or txt files).
+extend-diff-ignore = "\.egg-info"




More information about the pkg-zope-developers mailing list