[Python-modules-commits] r3846 - in packages/mpmath/trunk/debian (copyright rules)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Wed Dec 5 23:48:43 UTC 2007


    Date: Wednesday, December 5, 2007 @ 23:48:40
  Author: morph-guest
Revision: 3846

bzed suggestions

Modified:
  packages/mpmath/trunk/debian/copyright
  packages/mpmath/trunk/debian/rules

Modified: packages/mpmath/trunk/debian/copyright
===================================================================
--- packages/mpmath/trunk/debian/copyright	2007-12-05 17:41:55 UTC (rev 3845)
+++ packages/mpmath/trunk/debian/copyright	2007-12-05 23:48:40 UTC (rev 3846)
@@ -44,8 +44,5 @@
     THE USE  OF THIS SOFTWARE, EVEN  IF ADVISED OF  THE POSSIBILITY OF
     SUCH DAMAGE.
 
-On Debian systems, the complete text of the BSD license can be found in
-/usr/share/common-licenses/BSD .
-
 The Debian packaging is (C) 2007, Sandro Tosi <matrixhasu at gmail.com> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2007-12-05 17:41:55 UTC (rev 3845)
+++ packages/mpmath/trunk/debian/rules	2007-12-05 23:48:40 UTC (rev 3846)
@@ -6,6 +6,10 @@
 
 build: build-stamp
 build-stamp:
+	dh_testdir
+
+	python setup.py build;
+	
 	touch $@
 
 clean:
@@ -37,9 +41,8 @@
 	dh_testroot
 	dh_installchangelogs	CHANGES
 	dh_installdocs		README
-	dh_installexamples
 	dh_pycentral
-	dh_installexamples 	demo/
+	dh_installexamples 	demo/*
 	dh_compress		-X.py
 	dh_fixperms
 	dh_installdeb




More information about the Python-modules-commits mailing list