[Python-modules-commits] r31735 - in packages/astroid/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Feb 1 21:18:21 UTC 2015


    Date: Sunday, February 1, 2015 @ 21:18:20
  Author: morph
Revision: 31735

* debian/rules
  - test dir has changed name, update rm command

Modified:
  packages/astroid/trunk/debian/changelog
  packages/astroid/trunk/debian/rules

Modified: packages/astroid/trunk/debian/changelog
===================================================================
--- packages/astroid/trunk/debian/changelog	2015-02-01 15:25:49 UTC (rev 31734)
+++ packages/astroid/trunk/debian/changelog	2015-02-01 21:18:20 UTC (rev 31735)
@@ -12,8 +12,10 @@
     - drop patched, they are now part of a release
   * debian/watch
     - update to the proper PyPI location
+  * debian/rules
+    - test dir has changed name, update rm command
 
- -- Sandro Tosi <morph at debian.org>  Sun, 01 Feb 2015 15:25:27 +0000
+ -- Sandro Tosi <morph at debian.org>  Sun, 01 Feb 2015 21:17:53 +0000
 
 astroid (1.2.1-3) unstable; urgency=medium
 

Modified: packages/astroid/trunk/debian/rules
===================================================================
--- packages/astroid/trunk/debian/rules	2015-02-01 15:25:49 UTC (rev 31734)
+++ packages/astroid/trunk/debian/rules	2015-02-01 21:18:20 UTC (rev 31735)
@@ -18,7 +18,7 @@
 			--root=$(CURDIR)/debian/$(PKG3)/ \
 			--install-layout=deb
 	# remove tests files
-	rm -rf debian/*/usr/lib/python*/*-packages/astroid/test
+	rm -rf debian/*/usr/lib/python*/*-packages/astroid/tests
 
 override_dh_installdocs:
 	dh_installdocs -i README




More information about the Python-modules-commits mailing list