[Python-modules-commits] r6704 - in packages/mpmath/trunk/debian (5 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sun Oct 19 17:14:57 UTC 2008


    Date: Sunday, October 19, 2008 @ 17:14:56
  Author: morph
Revision: 6704

* New upstream release
* debian/control
  - added python-matplotlib to suggest, because upstrem now support plotting
* debian/{control,copyright}
  - updated my email address
* debian/patches/10_fix_doc_version.dpatch
  - removed since fixed upstream
* debian/patches/20_fix_nan_or_inf_div_by_2n.dpatch
  - removed since merged upstream
* debian/{control,patches/*,rules}
  - removed dpatch stuff
* debian/rules
  - added local mpmath module location in doc build command

Modified:
  packages/mpmath/trunk/debian/changelog
  packages/mpmath/trunk/debian/control
  packages/mpmath/trunk/debian/copyright
  packages/mpmath/trunk/debian/rules
Deleted:
  packages/mpmath/trunk/debian/patches/

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2008-10-17 19:40:00 UTC (rev 6703)
+++ packages/mpmath/trunk/debian/changelog	2008-10-19 17:14:56 UTC (rev 6704)
@@ -1,3 +1,21 @@
+mpmath (0.10-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/control
+    - added python-matplotlib to suggest, because upstrem now support plotting
+  * debian/{control,copyright}
+    - updated my email address
+  * debian/patches/10_fix_doc_version.dpatch
+    - removed since fixed upstream
+  * debian/patches/20_fix_nan_or_inf_div_by_2n.dpatch
+    - removed since merged upstream
+  * debian/{control,patches/*,rules}
+    - removed dpatch stuff
+  * debian/rules
+    - added local mpmath module location in doc build command
+
+ -- Sandro Tosi <morph at debian.org>  Sun, 19 Oct 2008 18:54:45 +0200
+
 mpmath (0.9-2) unstable; urgency=low
 
   * debian/control

Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control	2008-10-17 19:40:00 UTC (rev 6703)
+++ packages/mpmath/trunk/debian/control	2008-10-19 17:14:56 UTC (rev 6704)
@@ -2,8 +2,8 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Sandro Tosi <matrixhasu at gmail.com>, Ondrej Certik <ondrej at certik.cz>
-Build-Depends: debhelper (>= 5), python, dpatch
+Uploaders: Sandro Tosi <morph at debian.org>, Ondrej Certik <ondrej at certik.cz>
+Build-Depends: debhelper (>= 5), python
 Build-Depends-Indep: python-support (>= 0.4), python-sphinx, python-codespeak-lib
 Standards-Version: 3.8.0
 Homepage: http://code.google.com/p/mpmath/
@@ -14,7 +14,7 @@
 Package: python-mpmath
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
-Suggests: python-gmpy (>= 1.03)
+Suggests: python-gmpy (>= 1.03), python-matplotlib
 Description: library for arbitrary-precision floating-point arithmetic
  Its features include:
  .

Modified: packages/mpmath/trunk/debian/copyright
===================================================================
--- packages/mpmath/trunk/debian/copyright	2008-10-17 19:40:00 UTC (rev 6703)
+++ packages/mpmath/trunk/debian/copyright	2008-10-19 17:14:56 UTC (rev 6704)
@@ -1,4 +1,4 @@
-This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+This package was debianized by Sandro Tosi <morph at debian.org> on
 Mon, 26 Nov 2007 20:55:55 +0100.
 
 It was downloaded from http://code.google.com/p/mpmath/
@@ -44,5 +44,5 @@
     THE USE  OF THIS SOFTWARE, EVEN  IF ADVISED OF  THE POSSIBILITY OF
     SUCH DAMAGE.
 
-The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
+The Debian packaging is (C) 2007, Sandro Tosi <morph at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2008-10-17 19:40:00 UTC (rev 6703)
+++ packages/mpmath/trunk/debian/rules	2008-10-19 17:14:56 UTC (rev 6704)
@@ -1,13 +1,11 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/dpatch/dpatch.make
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 
 	python setup.py build;
@@ -16,12 +14,11 @@
 	( cd mpmath/tests ; PYTHONPATH=../../build/lib/ python runtests.py -strict -py )
 endif
 
-	( cd doc ; python build.py )
+	( cd doc ; PYTHONPATH=../build/lib/ python build.py )
 	
 	touch $@
 
-clean: clean-patched unpatch
-clean-patched:
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp




More information about the Python-modules-commits mailing list