[Python-modules-commits] r10199 - in packages/pyrrd/trunk/debian (changelog copyright rules)

lash-guest at users.alioth.debian.org lash-guest at users.alioth.debian.org
Sat Oct 24 14:50:11 UTC 2009


    Date: Saturday, October 24, 2009 @ 14:50:09
  Author: lash-guest
Revision: 10199

 * Fixed Debian Copyright
 * Run test at build-time

Modified:
  packages/pyrrd/trunk/debian/changelog
  packages/pyrrd/trunk/debian/copyright
  packages/pyrrd/trunk/debian/rules

Modified: packages/pyrrd/trunk/debian/changelog
===================================================================
--- packages/pyrrd/trunk/debian/changelog	2009-10-24 12:47:45 UTC (rev 10198)
+++ packages/pyrrd/trunk/debian/changelog	2009-10-24 14:50:09 UTC (rev 10199)
@@ -2,12 +2,12 @@
 
   * New upstream release (Closes: #528743)
   * Update to policy 3.8.3
+
   [ Sandro Tosi ]
-
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Andrea Corradi <lash at unstable.it>  Wed, 14 Oct 2009 19:12:59 +0200
+ -- Andrea Corradi <lash at unstable.it>  Sat, 24 Oct 2009 16:15:50 +0200
 
 pyrrd (0.0.3-1) unstable; urgency=low
 

Modified: packages/pyrrd/trunk/debian/copyright
===================================================================
--- packages/pyrrd/trunk/debian/copyright	2009-10-24 12:47:45 UTC (rev 10198)
+++ packages/pyrrd/trunk/debian/copyright	2009-10-24 14:50:09 UTC (rev 10199)
@@ -5,7 +5,7 @@
 
 Upstream Author:
 
-    Duncan McGreggor <duncan at adytum.us>
+    Duncan McGreggor <duncan at canonical.com>
 
 Copyright:
 
@@ -42,6 +42,6 @@
     POSSIBILITY OF SUCH DAMAGE.
 
 
-The Debian packaging is (C) 2008, Andrea Corradi <lash at unstable.it> and
+The Debian packaging is Copyright 2008-2009, Andrea Corradi <lash at unstable.it> and
 is licensed under the BSD, see `/usr/share/common-licenses/BSD'.
 

Modified: packages/pyrrd/trunk/debian/rules
===================================================================
--- packages/pyrrd/trunk/debian/rules	2009-10-24 12:47:45 UTC (rev 10198)
+++ packages/pyrrd/trunk/debian/rules	2009-10-24 14:50:09 UTC (rev 10199)
@@ -31,6 +31,7 @@
 	dh_clean -k 
 
 	python setup.py install --single-version-externally-managed --root=$(CURDIR)/debian/python-pyrrd
+	- PYTHONPATH=build/lib/ pthon test/test_all.py
 
 
 # Build architecture-dependent files here.
@@ -40,7 +41,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs docs/HISTORY.txt
 	dh_installdocs README docs/*
 	dh_installexamples examples/* -Xpng
 	dh_pysupport




More information about the Python-modules-commits mailing list