r2584 - in zope.hookable/trunk/debian (changelog clean source/options)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Tue Nov 8 12:56:59 UTC 2011
Date: Tuesday, November 8, 2011 @ 12:56:58
Author: arnau
Revision: 2584
Use debian/source/options to ignore changes in egg-info directory.
Added:
zope.hookable/trunk/debian/source/options
Modified:
zope.hookable/trunk/debian/changelog
Deleted:
zope.hookable/trunk/debian/clean
Modified: zope.hookable/trunk/debian/changelog
===================================================================
--- zope.hookable/trunk/debian/changelog 2011-11-08 12:54:12 UTC (rev 2583)
+++ zope.hookable/trunk/debian/changelog 2011-11-08 12:56:58 UTC (rev 2584)
@@ -1,3 +1,11 @@
+zope.hookable (3.4.1-8) 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 21:56:45 +0900
+
zope.hookable (3.4.1-7) unstable; urgency=low
* Team upload.
Deleted: zope.hookable/trunk/debian/clean
===================================================================
--- zope.hookable/trunk/debian/clean 2011-11-08 12:54:12 UTC (rev 2583)
+++ zope.hookable/trunk/debian/clean 2011-11-08 12:56:58 UTC (rev 2584)
@@ -1 +0,0 @@
-src/zope.hookable.egg-info/*
Added: zope.hookable/trunk/debian/source/options
===================================================================
--- zope.hookable/trunk/debian/source/options (rev 0)
+++ zope.hookable/trunk/debian/source/options 2011-11-08 12:56:58 UTC (rev 2584)
@@ -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