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

georgesk at users.alioth.debian.org georgesk at users.alioth.debian.org
Sun Dec 11 19:32:19 UTC 2011


    Date: Sunday, December 11, 2011 @ 19:32:18
  Author: georgesk
Revision: 19598

fixed the last launchpad bug by adding recommended packages

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	2011-12-11 15:08:49 UTC (rev 19597)
+++ packages/sympy/trunk/debian/changelog	2011-12-11 19:32:18 UTC (rev 19598)
@@ -1,20 +1,19 @@
-sympy (0.7.1.rc1-0.1) unstable; urgency=low
+sympy (0.7.1.rc1-2) unstable; urgency=low
 
-  * Non-maintainer upload.
-  * the new upstream version Closes: #606529
+  * added packages texlive-fonts-extra and dvipng to Recommends:
+    LP: #742658
+
+ -- Georges Khaznadar <georgesk at ofset.org>  Sun, 11 Dec 2011 20:03:06 +0100
+
+sympy (0.7.1.rc1-1) unstable; urgency=low
+
+  * upgraded to 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

Modified: packages/sympy/trunk/debian/control
===================================================================
--- packages/sympy/trunk/debian/control	2011-12-11 15:08:49 UTC (rev 19597)
+++ packages/sympy/trunk/debian/control	2011-12-11 19:32:18 UTC (rev 19598)
@@ -2,7 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Ondrej Certik <ondrej at certik.cz>
+Uploaders: Ondrej Certik <ondrej at certik.cz>,
+ Georges Khaznadar <georgesk at ofset.org>
 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
@@ -14,7 +15,8 @@
 Package: python-sympy
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Recommends: python-imaging, python-ctypes, ipython, python-numpy
+Recommends: python-imaging, python-ctypes, ipython, python-numpy,
+ texlive-fonts-extra, dvipng
 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-12-11 15:08:49 UTC (rev 19597)
+++ packages/sympy/trunk/debian/rules	2011-12-11 19:32:18 UTC (rev 19598)
@@ -18,4 +18,4 @@
 	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
+	rm -f $(MPMATHDIR)/libmp/exec_py3.py




More information about the Python-modules-commits mailing list