[Python-modules-commits] r3074 - in /packages/sympy/trunk/debian: changelog control dirs python-sympy.linda-overrides rules

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Mon Aug 20 17:12:39 UTC 2007


Author: certik-guest
Date: Mon Aug 20 17:12:38 2007
New Revision: 3074

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=3074
Log:
Polishing the package, when upstream releases 0.5.2, the Debian package is
prepared for that.

Removed:
    packages/sympy/trunk/debian/dirs
    packages/sympy/trunk/debian/python-sympy.linda-overrides
Modified:
    packages/sympy/trunk/debian/changelog
    packages/sympy/trunk/debian/control
    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=3074&op=diff
==============================================================================
--- packages/sympy/trunk/debian/changelog (original)
+++ packages/sympy/trunk/debian/changelog Mon Aug 20 17:12:38 2007
@@ -1,6 +1,10 @@
-sympy (0.5.1-1) unstable; urgency=low
+sympy (0.5.2-1) unstable; urgency=low
 
   * New upstream release 
+  * Removing linda override, since it doesn't stop linda from complaining
+  * Removing tests from /usr/share/doc/python-sympy/tests (upstream ships them
+    inside the site-packages dir, we simply remove them in the Debian package)
+  * Not building man page, since upstream ships it by default
 
  -- Ondrej Certik <ondrej at certik.cz>  Wed, 15 Aug 2007 16:11:22 -0700
 

Modified: packages/sympy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/control?rev=3074&op=diff
==============================================================================
--- packages/sympy/trunk/debian/control (original)
+++ packages/sympy/trunk/debian/control Mon Aug 20 17:12:38 2007
@@ -4,7 +4,7 @@
 Maintainer: Ondrej Certik <ondrej at certik.cz>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: cdbs (>=0.4.41), debhelper (>= 5), python-all-dev (>=2.3.5-11)
-Build-Depends-Indep: docbook2x (>= 0.8.3-1), python-central (>= 0.5)
+Build-Depends-Indep: python-central (>= 0.5)
 Standards-Version: 3.7.2
 XS-Python-Version: >=2.4
 

Modified: packages/sympy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/sympy/trunk/debian/rules?rev=3074&op=diff
==============================================================================
--- packages/sympy/trunk/debian/rules (original)
+++ packages/sympy/trunk/debian/rules Mon Aug 20 17:12:38 2007
@@ -2,21 +2,10 @@
 # -*- makefile -*-
 
 DEB_PYTHON_SYSTEM=pycentral
-DBK2MAN_XSL=/usr/share/docbook2X/xslt/man/docbook.xsl
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_COMPRESS_EXCLUDE := .py
-
-makebuilddir/python-sympy::
-	docbook2x-man doc/man/isympy.xml
-	mv isympy.1 doc/man/isympy.1
-
 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