[Python-modules-commits] r7787 - in packages/pycha/trunk/debian (changelog rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Mon Mar 2 18:42:22 UTC 2009
Date: Monday, March 2, 2009 @ 18:42:21
Author: bernat
Revision: 7787
Fix debian/rules to be able to handle python-support from both
unstable and experimental (Closes: #516901)
Modified:
packages/pycha/trunk/debian/changelog
packages/pycha/trunk/debian/rules
Modified: packages/pycha/trunk/debian/changelog
===================================================================
--- packages/pycha/trunk/debian/changelog 2009-02-28 10:47:26 UTC (rev 7786)
+++ packages/pycha/trunk/debian/changelog 2009-03-02 18:42:21 UTC (rev 7787)
@@ -1,3 +1,11 @@
+pycha (0.4.1-2) unstable; urgency=low
+
+ * Upload to unstable
+ * Fix debian/rules to be able to handle python-support from both
+ unstable and experimental (Closes: #516901)
+
+ -- Vincent Bernat <bernat at debian.org> Mon, 02 Mar 2009 19:41:29 +0100
+
pycha (0.4.1-1) experimental; urgency=low
[ Vincent Bernat ]
Modified: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules 2009-02-28 10:47:26 UTC (rev 7786)
+++ packages/pycha/trunk/debian/rules 2009-03-02 18:42:21 UTC (rev 7787)
@@ -14,9 +14,9 @@
# Launch unittests
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-binary-post-install/python-pycha:: binary-post-install/%:
+common-install-indep::
- PYTHONPATH='debian/$(cdbs_curpkg)/usr/share/python-support/$(cdbs_curpkg)/' \
+ PYTHONPATH='debian/$(cdbs_curpkg)/$(cdbs_python_support_path)/' \
python tests/runner.py
# Importing the modules generates .pyc files, and dh_python (which
More information about the Python-modules-commits
mailing list