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

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Thu Aug 16 00:11:25 UTC 2007


Author: certik-guest
Date: Thu Aug 16 00:11:25 2007
New Revision: 3054

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3054
Log:
Make sympy build with the newest released version. There are however some
lintian warnings and we are going to fix them upstream first and release a new
version soon. Only then it will be ready for uploading to Debian.

Modified:
    packages/sympy/trunk/debian/changelog
    packages/sympy/trunk/debian/docs
    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=3054&op=diff
==============================================================================
--- packages/sympy/trunk/debian/changelog (original)
+++ packages/sympy/trunk/debian/changelog Thu Aug 16 00:11:25 2007
@@ -1,3 +1,9 @@
+sympy (0.5.1-1) unstable; urgency=low
+
+  * New upstream release 
+
+ -- Ondrej Certik <ondrej at certik.cz>  Wed, 15 Aug 2007 16:11:22 -0700
+
 sympy (0.4.2-1) unstable; urgency=low
 
   * New upstream release. 

Modified: packages/sympy/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/docs?rev=3054&op=diff
==============================================================================
--- packages/sympy/trunk/debian/docs (original)
+++ packages/sympy/trunk/debian/docs Thu Aug 16 00:11:25 2007
@@ -1,2 +1,1 @@
 README
-tests/

Modified: packages/sympy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/rules?rev=3054&op=diff
==============================================================================
--- packages/sympy/trunk/debian/rules (original)
+++ packages/sympy/trunk/debian/rules Thu Aug 16 00:11:25 2007
@@ -15,6 +15,8 @@
 
 common-install-indep::
 	cp debian/python-sympy.linda-overrides debian/python-sympy/usr/share/linda/overrides/python-sympy
+	cd debian/python-sympy/usr/lib/python2.4/site-packages/sympy; \
+	rm -r `find . -name tests`
 
 clean::
 	-rm -f doc/man/isympy.1




More information about the Python-modules-commits mailing list