[Python-modules-commits] r12439 - in packages/sympy/trunk/debian (changelog control rules)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Mon Mar 29 23:23:49 UTC 2010


    Date: Monday, March 29, 2010 @ 23:23:48
  Author: certik-guest
Revision: 12439

New upstream release

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

Modified: packages/sympy/trunk/debian/changelog
===================================================================
--- packages/sympy/trunk/debian/changelog	2010-03-29 21:44:01 UTC (rev 12438)
+++ packages/sympy/trunk/debian/changelog	2010-03-29 23:23:48 UTC (rev 12439)
@@ -1,3 +1,15 @@
+sympy (0.6.7-1) unstable; urgency=low
+
+  * New upstream release
+  * Update Standards-Version to 3.8.4 (no changes required)
+  * debian/rules: no need to delete /usr/bin/test and /usr/bin/doctest anymore
+    (fixed upstream)
+  * debian/rules: removed the pycentral hack (not applicable anymore)
+  * debian/control: use python-all, instead of python-all-dev (fixes a lintian
+    warning)
+
+ -- Ondrej Certik <ondrej at certik.cz>  Mon, 29 Mar 2010 15:58:52 -0700
+
 sympy (0.6.6-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/sympy/trunk/debian/control
===================================================================
--- packages/sympy/trunk/debian/control	2010-03-29 21:44:01 UTC (rev 12438)
+++ packages/sympy/trunk/debian/control	2010-03-29 23:23:48 UTC (rev 12439)
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Ondrej Certik <ondrej at certik.cz>
-Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-all-dev (>=2.3.5-11)
+Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-all (>=2.5.4-9)
 Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/sympy/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/sympy/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/sympy/trunk/

Modified: packages/sympy/trunk/debian/rules
===================================================================
--- packages/sympy/trunk/debian/rules	2010-03-29 21:44:01 UTC (rev 12438)
+++ packages/sympy/trunk/debian/rules	2010-03-29 23:23:48 UTC (rev 12439)
@@ -7,8 +7,3 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-
-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