[Python-modules-commits] r7874 - in packages/pycha/trunk/debian (changelog rules)

bernat at users.alioth.debian.org bernat at users.alioth.debian.org
Sat Mar 14 15:00:21 UTC 2009


    Date: Saturday, March 14, 2009 @ 15:00:20
  Author: bernat
Revision: 7874

New upstream release

Modified:
  packages/pycha/trunk/debian/changelog
  packages/pycha/trunk/debian/rules

Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog	2009-03-14 13:58:12 UTC (rev 7873)
+++ packages/pycha/trunk/debian/changelog	2009-03-14 15:00:20 UTC (rev 7874)
@@ -1,10 +1,10 @@
-pycha (0.4.1-2) unstable; urgency=low
+pycha (0.4.2-1) unstable; urgency=low
 
-  * Upload to unstable
-  * Fix debian/rules to be able to handle python-support from both
-    unstable and experimental (Closes: #516901)
+  * New upstream release. Closes: #506290
+  * Upload to unstable.
+  * Don't run unittests at all. Closes: #516901
 
- -- Vincent Bernat <bernat at debian.org>  Mon, 02 Mar 2009 19:41:29 +0100
+ -- Vincent Bernat <bernat at debian.org>  Sat, 14 Mar 2009 15:51:31 +0100
 
 pycha (0.4.1-1) experimental; urgency=low
 

Modified: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules	2009-03-14 13:58:12 UTC (rev 7873)
+++ packages/pycha/trunk/debian/rules	2009-03-14 15:00:20 UTC (rev 7874)
@@ -12,13 +12,6 @@
 DEB_INSTALL_CHANGELOGS_ALL = CHANGES.txt
 DEB_INSTALL_MANPAGES_python-pycha = debian/chavier.7
 
-# Launch unittests
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-common-install-indep::
-	PYTHONPATH='debian/python-pycha/usr/lib/$(shell pyversions -d)/site-packages' \
-		$(shell pyversions -d) tests/runner.py
-endif
-
 clean::
 	# This file has been modified and we don't need it
 	rm pycha.egg-info/SOURCES.txt




More information about the Python-modules-commits mailing list