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

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Thu Apr 24 05:38:08 UTC 2008


    Date: Thursday, April 24, 2008 @ 05:38:07
  Author: morph-guest
Revision: 5135

upgrade to 0.8

Added:
  packages/mpmath/trunk/debian/TODO.Debian
Modified:
  packages/mpmath/trunk/debian/changelog
  packages/mpmath/trunk/debian/control
  packages/mpmath/trunk/debian/rules
Deleted:
  packages/mpmath/trunk/debian/patches/

Added: packages/mpmath/trunk/debian/TODO.Debian
===================================================================
--- packages/mpmath/trunk/debian/TODO.Debian	                        (rev 0)
+++ packages/mpmath/trunk/debian/TODO.Debian	2008-04-24 05:38:07 UTC (rev 5135)
@@ -0,0 +1,2 @@
+- build html doc once sphinx will be available in debian (I see an ITP somewhere aroud)
+- run tests?

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2008-04-23 23:37:35 UTC (rev 5134)
+++ packages/mpmath/trunk/debian/changelog	2008-04-24 05:38:07 UTC (rev 5135)
@@ -1,3 +1,17 @@
+mpmath (0.8-1) unstable; urgency=low
+
+  * New upstream release
+  * debian/patches/10_setup.py.dpatch
+    - removed since merged upstream
+  * debian/control
+    - removed dpatch build-dep since no more needed
+  * debian/rules
+    - commented out dpatch stuff since no more needed (but maybe in the future
+      will be used again)
+    - updated doc location for installation
+
+ -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 24 Apr 2008 07:36:52 +0200
+
 mpmath (0.7-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control	2008-04-23 23:37:35 UTC (rev 5134)
+++ packages/mpmath/trunk/debian/control	2008-04-24 05:38:07 UTC (rev 5135)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <matrixhasu at gmail.com>
-Build-Depends: debhelper (>= 5), python, dpatch
+Build-Depends: debhelper (>= 5), python
 Build-Depends-Indep: python-support (>= 0.4)
 Standards-Version: 3.7.3
 Homepage: http://code.google.com/p/mpmath/

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2008-04-23 23:37:35 UTC (rev 5134)
+++ packages/mpmath/trunk/debian/rules	2008-04-24 05:38:07 UTC (rev 5135)
@@ -1,20 +1,20 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-include /usr/share/dpatch/dpatch.make
+### 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: ### patch-stamp
 	dh_testdir
 
 	python setup.py build;
 	
 	touch $@
 
-clean: clean-patched unpatch
+clean: clean-patched ### unpatch
 clean-patched:
 	dh_testdir
 	dh_testroot
@@ -39,7 +39,7 @@
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs	CHANGES
-	dh_installdocs		README doc/*
+	dh_installdocs		README doc/source/*
 	dh_installexamples	demo/*
 	dh_pysupport
 	dh_compress		-X.py




More information about the Python-modules-commits mailing list