[Python-modules-commits] r3077 - in /packages/sympy/trunk/debian: changelog rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Aug 21 17:43:35 UTC 2007


Author: piotr
Date: Tue Aug 21 17:43:34 2007
New Revision: 3077

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3077
Log:
avoid hardcoded python version in debian/rules

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

Modified: packages/sympy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/changelog?rev=3077&op=diff
==============================================================================
--- packages/sympy/trunk/debian/changelog (original)
+++ packages/sympy/trunk/debian/changelog Tue Aug 21 17:43:34 2007
@@ -1,6 +1,6 @@
 sympy (0.5.2-1) unstable; urgency=low
 
-  * New upstream release 
+  * New upstream release
   * Removing linda override, since it doesn't stop linda from complaining
   * Removing tests from /usr/share/doc/python-sympy/tests (upstream ships them
     inside the site-packages dir, we simply remove them in the Debian package)
@@ -8,7 +8,7 @@
   * Removing the dependency on python-libxslt1 and python-libxml2 since the
     upstream no longer depends on them
 
- -- Ondrej Certik <ondrej at certik.cz>  Wed, 15 Aug 2007 16:11:22 -0700
+ -- Ondrej Certik <ondrej at certik.cz>  Tue, 21 Aug 2007 18:59:54 -0700
 
 sympy (0.4.2-1) unstable; urgency=low
 

Modified: packages/sympy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/rules?rev=3077&op=diff
==============================================================================
--- packages/sympy/trunk/debian/rules (original)
+++ packages/sympy/trunk/debian/rules Tue Aug 21 17:43:34 2007
@@ -6,6 +6,5 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-common-install-indep::
-	cd debian/python-sympy/usr/lib/python2.4/site-packages/sympy; \
-	rm -r `find . -name tests`
+binary-post-install/python-sympy::
+	find debian/python-sympy/usr/share/pycentral/ -name tests -type d | xargs rm -rf '{}'




More information about the Python-modules-commits mailing list