[Python-modules-commits] r7656 - in packages/epsilon/trunk/debian (changelog rules)
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Thu Feb 19 21:45:35 UTC 2009
Date: Thursday, February 19, 2009 @ 21:45:35
Author: pochu-guest
Revision: 7656
debian/rules: remove the build/ dir from the initial destination and not
from the pysupport one, since the latter breaks if pysupport changes the
destination folder. Closes: #516197.
Modified:
packages/epsilon/trunk/debian/changelog
packages/epsilon/trunk/debian/rules
Modified: packages/epsilon/trunk/debian/changelog
===================================================================
--- packages/epsilon/trunk/debian/changelog 2009-02-19 21:03:52 UTC (rev 7655)
+++ packages/epsilon/trunk/debian/changelog 2009-02-19 21:45:35 UTC (rev 7656)
@@ -15,6 +15,11 @@
* Bump Standards-Version.
* Use "Copyright" instead of "(C)".
+ [ Emilio Pozuelo Monfort ]
+ * debian/rules: remove the build/ dir from the initial destination and not
+ from the pysupport one, since the latter breaks if pysupport changes the
+ destination folder. Closes: #516197.
+
-- Tristan Seligmann <mithrandi at mithrandi.net> Mon, 16 Feb 2009 19:48:17 +0200
epsilon (0.5.9-1) unstable; urgency=low
Modified: packages/epsilon/trunk/debian/rules
===================================================================
--- packages/epsilon/trunk/debian/rules 2009-02-19 21:03:52 UTC (rev 7655)
+++ packages/epsilon/trunk/debian/rules 2009-02-19 21:45:35 UTC (rev 7656)
@@ -11,6 +11,6 @@
$(call cdbs_python_binary,python$(cdbs_python_compile_version)) debian/runtrial.py $(PKGDIR) epsilon
endif
-binary-post-install/python-epsilon::
- rm -rf $(PKGDIR)/usr/share/python-support/python-epsilon/build/
+install/python-epsilon::
+ rm -r $(PKGDIR)/usr/lib/python*/site-packages/build
mv $(PKGDIR)/usr/bin/benchmark $(PKGDIR)/usr/bin/epsilon-benchmark
More information about the Python-modules-commits
mailing list