[Python-modules-commits] r29491 - in packages/python-networkx/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Wed Jun 25 17:22:36 UTC 2014


    Date: Wednesday, June 25, 2014 @ 17:22:35
  Author: zigo
Revision: 29491

Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/source/options, and removed the clean of the egg-info folder.

Added:
  packages/python-networkx/trunk/debian/source/options
Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/rules

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2014-06-25 17:22:31 UTC (rev 29490)
+++ packages/python-networkx/trunk/debian/changelog	2014-06-25 17:22:35 UTC (rev 29491)
@@ -3,6 +3,8 @@
   * New upstream release.
   * Ran wrap-and-sort.
   * debian/copyright in parseable format 1.0.
+  * Added extend-diff-ignore = "^[^/]*[.]egg-info/" in d/source/options, and
+    removed the clean of the egg-info folder.
 
  -- Thomas Goirand <zigo at debian.org>  Sun, 22 Jun 2014 07:11:42 +0000
 

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2014-06-25 17:22:31 UTC (rev 29490)
+++ packages/python-networkx/trunk/debian/rules	2014-06-25 17:22:35 UTC (rev 29491)
@@ -21,9 +21,6 @@
 	# Make sure that there's no .pyc left
 	find . -name '*.pyc' -exec rm {} ';'
 
-	# This directory is generated during the build
-	rm -rf networkx.egg-info
-
 override_dh_auto_build:
 	dh_auto_build
 

Added: packages/python-networkx/trunk/debian/source/options
===================================================================
--- packages/python-networkx/trunk/debian/source/options	                        (rev 0)
+++ packages/python-networkx/trunk/debian/source/options	2014-06-25 17:22:35 UTC (rev 29491)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"




More information about the Python-modules-commits mailing list