r2628 - in python-chameleon/trunk/debian (changelog source/options)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Dec 5 03:15:50 UTC 2011


    Date: Monday, December 5, 2011 @ 03:15:46
  Author: arnau
Revision: 2628

Ignore changes in *.egg-info directory otherwise building twice fails.

Added:
  python-chameleon/trunk/debian/source/options
Modified:
  python-chameleon/trunk/debian/changelog

Modified: python-chameleon/trunk/debian/changelog
===================================================================
--- python-chameleon/trunk/debian/changelog	2011-12-05 03:10:49 UTC (rev 2627)
+++ python-chameleon/trunk/debian/changelog	2011-12-05 03:15:46 UTC (rev 2628)
@@ -16,6 +16,8 @@
     + Avoid renaming Makefile by passing explicitly --buildsystem to dh.
     + Add upstream changelog.
   * Switch to 3.0 (quilt) source format.
+    + debian/source/options:
+      - Ignore changes in *.egg-info directory otherwise building twice fails.
   * debian/control:
     + Add Homepage field.
     + Bump Standards-Version to 3.9.2. No changes needed.

Added: python-chameleon/trunk/debian/source/options
===================================================================
--- python-chameleon/trunk/debian/source/options	                        (rev 0)
+++ python-chameleon/trunk/debian/source/options	2011-12-05 03:15:46 UTC (rev 2628)
@@ -0,0 +1 @@
+extend-diff-ignore = "\.egg-info"




More information about the pkg-zope-developers mailing list