r2714 - in zope2.13/trunk/debian (changelog source/options)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue May 28 03:38:51 UTC 2013


    Date: Tuesday, May 28, 2013 @ 03:38:48
  Author: arnau
Revision: 2714

Ignore egg-info directory and setup.cfg in debian/source/options to avoid diff
of files in this directory.

Added:
  zope2.13/trunk/debian/source/options
Modified:
  zope2.13/trunk/debian/changelog

Modified: zope2.13/trunk/debian/changelog
===================================================================
--- zope2.13/trunk/debian/changelog	2013-05-24 20:03:42 UTC (rev 2713)
+++ zope2.13/trunk/debian/changelog	2013-05-28 03:38:48 UTC (rev 2714)
@@ -16,6 +16,8 @@
     + debian/patches/use-python-initgroups.patch:
       - Use os.initgroups (>= 2.7) rather than relying on a third-party
         module, keep it in DEB_SATISFIED as it is included in versions.cfg.
+  * Ignore egg-info directory and setup.cfg in debian/source/options to avoid
+    diff of files in this directory.
 
  -- Arnaud Fontaine <arnau at debian.org>  Thu, 16 May 2013 20:27:46 +0900
 

Added: zope2.13/trunk/debian/source/options
===================================================================
--- zope2.13/trunk/debian/source/options	                        (rev 0)
+++ zope2.13/trunk/debian/source/options	2013-05-28 03:38:48 UTC (rev 2714)
@@ -0,0 +1 @@
+extend-diff-ignore = "source/.*(\.egg-info/.*|setup\.cfg)$"




More information about the pkg-zope-developers mailing list