[Python-modules-commits] r17972 - in packages/logilab-astng/trunk/debian (changelog rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Mon Aug 1 17:18:18 UTC 2011
Date: Monday, August 1, 2011 @ 17:18:16
Author: morph
Revision: 17972
debian/rules
tests: don't install pyo and egg files
Modified:
packages/logilab-astng/trunk/debian/changelog
packages/logilab-astng/trunk/debian/rules
Modified: packages/logilab-astng/trunk/debian/changelog
===================================================================
--- packages/logilab-astng/trunk/debian/changelog 2011-08-01 16:49:05 UTC (rev 17971)
+++ packages/logilab-astng/trunk/debian/changelog 2011-08-01 17:18:16 UTC (rev 17972)
@@ -5,8 +5,10 @@
- bump upstream copyright years
* debian/control
- bump Standards-Version to 3.9.2 (no changes needed)
+ * debian/rules
+ tests: don't install pyo and egg files
- -- Sandro Tosi <morph at debian.org> Mon, 01 Aug 2011 18:48:44 +0200
+ -- Sandro Tosi <morph at debian.org> Mon, 01 Aug 2011 19:17:43 +0200
logilab-astng (0.21.1-1) unstable; urgency=low
Modified: packages/logilab-astng/trunk/debian/rules
===================================================================
--- packages/logilab-astng/trunk/debian/rules 2011-08-01 16:49:05 UTC (rev 17971)
+++ packages/logilab-astng/trunk/debian/rules 2011-08-01 17:18:16 UTC (rev 17972)
@@ -52,7 +52,7 @@
rm -rf debian/python-logilab-astng/usr/lib/python*/*-packages/logilab/astng/test
# install tests
- (cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' \) -exec install -D --mode=644 {} ../debian/python-logilab-astng/usr/share/doc/python-logilab-astng/test/{} \;)
+ (cd test && find . -type f -not \( -path '*/CVS/*' -or -name '*.pyc' -or -name '*.pyo' -or -name '*.egg' \) -exec install -D --mode=644 {} ../debian/python-logilab-astng/usr/share/doc/python-logilab-astng/test/{} \;)
# Build architecture-independent files here.
binary-indep: build install
More information about the Python-modules-commits
mailing list