[Python-modules-commits] r10887 - in packages/sympy/trunk/debian (changelog rules)
certik-guest at users.alioth.debian.org
certik-guest at users.alioth.debian.org
Sat Dec 26 20:49:53 UTC 2009
Date: Saturday, December 26, 2009 @ 20:49:52
Author: certik-guest
Revision: 10887
Preparing for upload (new sympy release)
Modified:
packages/sympy/trunk/debian/changelog
packages/sympy/trunk/debian/rules
Modified: packages/sympy/trunk/debian/changelog
===================================================================
--- packages/sympy/trunk/debian/changelog 2009-12-26 16:38:39 UTC (rev 10886)
+++ packages/sympy/trunk/debian/changelog 2009-12-26 20:49:52 UTC (rev 10887)
@@ -1,3 +1,12 @@
+sympy (0.6.6-1) unstable; urgency=low
+
+ * New upstream release
+ * Update Standards-Version to 3.8.3 (no changes required)
+ * debian/rules: delete /usr/bin/test and /usr/bin/doctest, because it
+ conflicts with other packages and it is not necessary to have it
+
+ -- Ondrej Certik <ondrej at certik.cz> Sat, 26 Dec 2009 20:55:10 +0100
+
sympy (0.6.4-1) unstable; urgency=low
* New upstream release
Modified: packages/sympy/trunk/debian/rules
===================================================================
--- packages/sympy/trunk/debian/rules 2009-12-26 16:38:39 UTC (rev 10886)
+++ packages/sympy/trunk/debian/rules 2009-12-26 20:49:52 UTC (rev 10887)
@@ -10,3 +10,5 @@
binary-post-install/python-sympy::
find debian/python-sympy/usr/share/pycentral/ -name tests -type d | xargs rm -rf '{}'
+ rm debian/python-sympy/usr/bin/test
+ rm debian/python-sympy/usr/bin/doctest
More information about the Python-modules-commits
mailing list