r2655 - in python-tz/trunk/debian (changelog clean source/options)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Wed Jun 6 02:16:26 UTC 2012


    Date: Wednesday, June 6, 2012 @ 02:16:25
  Author: arnau
Revision: 2655

Remove debian/clean in favor of ignoring egg-info directory in
debian/source/options to avoid diff of files in this directory.

Added:
  python-tz/trunk/debian/source/options
Modified:
  python-tz/trunk/debian/changelog
Deleted:
  python-tz/trunk/debian/clean

Modified: python-tz/trunk/debian/changelog
===================================================================
--- python-tz/trunk/debian/changelog	2012-06-06 02:12:38 UTC (rev 2654)
+++ python-tz/trunk/debian/changelog	2012-06-06 02:16:25 UTC (rev 2655)
@@ -2,6 +2,8 @@
 
   * debian/control: bump Standards-Version to 3.9.3.
     + debian/copyright: Update Format URL as DEP5 has been accepted.
+  * Remove debian/clean in favor of ignoring egg-info directory in
+    debian/source/options to avoid diff of files in this directory.
 
  -- Arnaud Fontaine <arnau at debian.org>  Wed, 06 Jun 2012 11:10:31 +0900
 

Deleted: python-tz/trunk/debian/clean
===================================================================
--- python-tz/trunk/debian/clean	2012-06-06 02:12:38 UTC (rev 2654)
+++ python-tz/trunk/debian/clean	2012-06-06 02:16:25 UTC (rev 2655)
@@ -1 +0,0 @@
-pytz.egg-info/*

Added: python-tz/trunk/debian/source/options
===================================================================
--- python-tz/trunk/debian/source/options	                        (rev 0)
+++ python-tz/trunk/debian/source/options	2012-06-06 02:16:25 UTC (rev 2655)
@@ -0,0 +1 @@
+extend-diff-ignore = "\.egg-info"




More information about the pkg-zope-developers mailing list