[Python-modules-commits] r19134 - in packages/sympy/trunk/debian (5 files)
georgesk at users.alioth.debian.org
georgesk at users.alioth.debian.org
Tue Nov 1 10:35:35 UTC 2011
Date: Tuesday, November 1, 2011 @ 10:35:34
Author: georgesk
Revision: 19134
Modified:
packages/sympy/trunk/debian/changelog
packages/sympy/trunk/debian/control
packages/sympy/trunk/debian/rules
packages/sympy/trunk/debian/source/format
packages/sympy/trunk/debian/watch
Modified: packages/sympy/trunk/debian/changelog
===================================================================
--- packages/sympy/trunk/debian/changelog 2011-11-01 07:21:00 UTC (rev 19133)
+++ packages/sympy/trunk/debian/changelog 2011-11-01 10:35:34 UTC (rev 19134)
@@ -1,3 +1,24 @@
+sympy (0.7.1.rc1-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * the new upstream version Closes: #606529
+ * added recommends: python-numpy Closes: #592566
+ * changed debian/rules to use debhelper. Switched to source format 3.0 (quilt)
+ * removed a few files which are not well compiled (some mess with a mix
+ of python3 and python2.x) from the package
+ * modified the versioned dependency on debhelper to allow override_dh targets
+ * fixed the file debian/watch which was broken (general googlecode issue)
+
+ -- Georges Khaznadar <georgesk at ofset.org> Sun, 30 Oct 2011 18:05:54 +0100
+
+sympy (0.7.1-0.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * upgraded to the new upstream version
+ * bumped Standards-Version 3.8.4 --> 3.9.2
+
+ -- Georges Khaznadar <georgesk at ofset.org> Fri, 16 Sep 2011 10:51:38 +0200
+
sympy (0.6.7-1.1) unstable; urgency=low
* Non-maintainer upload (per Ondrej blessing).
Modified: packages/sympy/trunk/debian/control
===================================================================
--- packages/sympy/trunk/debian/control 2011-11-01 07:21:00 UTC (rev 19133)
+++ packages/sympy/trunk/debian/control 2011-11-01 10:35:34 UTC (rev 19134)
@@ -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 (>=2.5)
-Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50~), python-all (>=2.6.6-3), python-setuptools (>= 0.6b3)
+X-Python-Version: >=2.5
+Standards-Version: 3.9.2
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/
@@ -14,7 +14,7 @@
Package: python-sympy
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Recommends: python-imaging, python-ctypes, ipython
+Recommends: python-imaging, python-ctypes, ipython, python-numpy
Description: Computer Algebra System (CAS) in Python
SymPy is a Python library for symbolic mathematics (manipulation). It aims to
become a full-featured computer algebra system (CAS) while keeping the code as
Modified: packages/sympy/trunk/debian/rules
===================================================================
--- packages/sympy/trunk/debian/rules 2011-11-01 07:21:00 UTC (rev 19133)
+++ packages/sympy/trunk/debian/rules 2011-11-01 10:35:34 UTC (rev 19134)
@@ -1,9 +1,21 @@
#!/usr/bin/make -f
# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
-DEB_PYTHON_SYSTEM=pysupport
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
-DEB_COMPRESS_EXCLUDE := .py
+%:
+ dh $@ --with python2
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+MPMATHDIR = sympy/mpmath
+override_dh_clean:
+ dh_clean
+ for f in torture.py extratest_gamma.py; do \
+ rm -f $(MPMATHDIR)/tests/$$f; \
+ done
+ rm -f $(MPMATHDIR)/libmp/exec_py3.py
\ No newline at end of file
Modified: packages/sympy/trunk/debian/source/format
===================================================================
--- packages/sympy/trunk/debian/source/format 2011-11-01 07:21:00 UTC (rev 19133)
+++ packages/sympy/trunk/debian/source/format 2011-11-01 10:35:34 UTC (rev 19134)
@@ -1 +1 @@
-1.0
+3.0 (quilt)
Modified: packages/sympy/trunk/debian/watch
===================================================================
--- packages/sympy/trunk/debian/watch 2011-11-01 07:21:00 UTC (rev 19133)
+++ packages/sympy/trunk/debian/watch 2011-11-01 10:35:34 UTC (rev 19134)
@@ -1,3 +1,2 @@
version=3
-http://code.google.com/p/sympy/ http://sympy.googlecode.com/files/sympy-(.*)\.tar\.gz
-
+http://googlecode.debian.net/p/sympy/sympy-(.*)\.tar\.gz
\ No newline at end of file
More information about the Python-modules-commits
mailing list