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

adejong at users.alioth.debian.org adejong at users.alioth.debian.org
Tue Dec 31 14:07:58 UTC 2013


    Date: Tuesday, December 31, 2013 @ 14:07:57
  Author: adejong
Revision: 26941

  * Use extend-diff-ignore in debian/source/options to ignore files and
    directories that are created during the build to avoid double build errors

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

Modified: packages/python-stdnum/trunk/debian/changelog
===================================================================
--- packages/python-stdnum/trunk/debian/changelog	2013-12-31 13:53:28 UTC (rev 26940)
+++ packages/python-stdnum/trunk/debian/changelog	2013-12-31 14:07:57 UTC (rev 26941)
@@ -17,8 +17,10 @@
     - support newer United Kingdom VAT numbers
   * Upgrade to standards-version 3.9.5 (no changes needed)
   * Add signature checking option to watch file
+  * Use extend-diff-ignore in debian/source/options to ignore files and
+    directories that are created during the build to avoid double build errors
 
- -- Arthur de Jong <adejong at debian.org>  Tue, 31 Dec 2013 14:45:00 +0100
+ -- Arthur de Jong <adejong at debian.org>  Tue, 31 Dec 2013 15:00:00 +0100
 
 python-stdnum (0.8.1-1) unstable; urgency=low
 

Modified: packages/python-stdnum/trunk/debian/rules
===================================================================
--- packages/python-stdnum/trunk/debian/rules	2013-12-31 13:53:28 UTC (rev 26940)
+++ packages/python-stdnum/trunk/debian/rules	2013-12-31 14:07:57 UTC (rev 26941)
@@ -27,7 +27,3 @@
 	    $$py $(CURDIR)/setup.py nosetests; \
 	  done
 endif
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf $(CURDIR)/coverage $(CURDIR)/.coverage $(CURDIR)/build

Added: packages/python-stdnum/trunk/debian/source/options
===================================================================
--- packages/python-stdnum/trunk/debian/source/options	                        (rev 0)
+++ packages/python-stdnum/trunk/debian/source/options	2013-12-31 14:07:57 UTC (rev 26941)
@@ -0,0 +1,3 @@
+extend-diff-ignore = "^[^/]*[.]egg-info/"
+extend-diff-ignore = "^[^/]*[.]egg"
+extend-diff-ignore = "^([.]coverage|coverage|build)/"




More information about the Python-modules-commits mailing list