[Python-modules-commits] r9402 - in packages/mpmath/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Thu Aug 20 09:44:59 UTC 2009


    Date: Thursday, August 20, 2009 @ 09:44:59
  Author: morph
Revision: 9402

* debian/{control, patches/, rules}
  - removed dpatch, no more needed
* debian/rules
  - run tests with '-local' instead of playing with PYTHONPATH

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

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2009-08-20 06:33:31 UTC (rev 9401)
+++ packages/mpmath/trunk/debian/changelog	2009-08-20 09:44:59 UTC (rev 9402)
@@ -4,8 +4,12 @@
   * debian/control
     - bump Standards-Version to 3.8.3 (no changes needed)
     - added python-matplotlib to b-d-i (needed to build images for doc)
+  * debian/{control, patches/, rules}
+    - removed dpatch, no more needed
+  * debian/rules
+    - run tests with '-local' instead of playing with PYTHONPATH
 
- -- Sandro Tosi <morph at debian.org>  Thu, 20 Aug 2009 08:33:02 +0200
+ -- Sandro Tosi <morph at debian.org>  Thu, 20 Aug 2009 11:44:06 +0200
 
 mpmath (0.12-1) unstable; urgency=low
 

Modified: packages/mpmath/trunk/debian/control
===================================================================
--- packages/mpmath/trunk/debian/control	2009-08-20 06:33:31 UTC (rev 9401)
+++ packages/mpmath/trunk/debian/control	2009-08-20 09:44:59 UTC (rev 9402)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>, Ondrej Certik <ondrej at certik.cz>
-Build-Depends: debhelper (>= 5), python, dpatch
+Build-Depends: debhelper (>= 5), python
 Build-Depends-Indep: python-support (>= 0.4), python-sphinx (>= 0.5), python-codespeak-lib, texlive-latex-base, dvipng, python-matplotlib
 Standards-Version: 3.8.3
 Homepage: http://code.google.com/p/mpmath/

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2009-08-20 06:33:31 UTC (rev 9401)
+++ packages/mpmath/trunk/debian/rules	2009-08-20 09:44:59 UTC (rev 9402)
@@ -4,23 +4,21 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/dpatch/dpatch.make
-
 build: build-stamp
-build-stamp: patch-stamp
+build-stamp:
 	dh_testdir
 
 	python setup.py build;
 
 ifeq (,$(findstring notest,$(DEB_BUILD_OPTIONS)))
-	( cd mpmath/tests ; PYTHONPATH=../../build/lib/ python runtests.py -strict -py )
+	python mpmath/tests/runtests.py -strict -py -local
 endif
 
 	( cd doc ; PYTHONPATH=../build/lib/ python build.py )
 	
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 




More information about the Python-modules-commits mailing list