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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Aug 15 21:57:47 UTC 2011


    Date: Monday, August 15, 2011 @ 21:57:46
  Author: morph
Revision: 18173

* debian/{control, rules}
  - use dh_sphinxdoc

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

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2011-08-15 21:12:47 UTC (rev 18172)
+++ packages/mpmath/trunk/debian/changelog	2011-08-15 21:57:46 UTC (rev 18173)
@@ -2,8 +2,10 @@
 
   * debian/control
     - remove Ondrej from Uploaders; thanks!
+  * debian/{control, rules}
+    - use dh_sphinxdoc
 
- -- Sandro Tosi <morph at debian.org>  Thu, 11 Aug 2011 03:02:37 +0200
+ -- Sandro Tosi <morph at debian.org>  Mon, 15 Aug 2011 23:57:23 +0200
 
 mpmath (0.17-1) unstable; urgency=low
 

Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control	2011-08-15 21:12:47 UTC (rev 18172)
+++ packages/mpmath/trunk/debian/control	2011-08-15 21:57:46 UTC (rev 18173)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 5), python
-Build-Depends-Indep: python-support (>= 0.4), python-sphinx (>= 0.5), python-codespeak-lib, texlive-latex-base, dvipng, texlive-latex-extra
+Build-Depends-Indep: python-support (>= 0.4), python-sphinx (>= 1.0.7+dfsg-1), python-codespeak-lib, texlive-latex-base, dvipng, texlive-latex-extra
 Standards-Version: 3.9.2
 XS-Python-Version: all
 Homepage: http://code.google.com/p/mpmath/

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2011-08-15 21:12:47 UTC (rev 18172)
+++ packages/mpmath/trunk/debian/rules	2011-08-15 21:57:46 UTC (rev 18173)
@@ -53,9 +53,8 @@
 	dh_installdocs
 	dh_installexamples	-ppython-mpmath-doc demo/*
 	dh_pysupport
-	dh_compress		-X.py -X.js -Xobjects.inv
-	ln -sf /usr/share/javascript/jquery/jquery.js \
-		$(CURDIR)/debian/python-mpmath-doc/usr/share/doc/python-mpmath-doc/html/_static/jquery.js
+	dh_compress		-X.py -X.js -Xobjects.inv -X.txt
+	dh_sphinxdoc
 	dh_link
 	dh_fixperms
 	dh_installdeb




More information about the Python-modules-commits mailing list