[Python-modules-commits] r7657 - in packages/epsilon/trunk/debian (changelog rules)

mithrandi-guest at users.alioth.debian.org mithrandi-guest at users.alioth.debian.org
Thu Feb 19 22:13:10 UTC 2009


    Date: Thursday, February 19, 2009 @ 22:13:09
  Author: mithrandi-guest
Revision: 7657

Remove epsilon.release; this functionality depends on Combinator which
shouldn't be packaged, and will probably be moved into Combinator upstream
shortly.

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:45:35 UTC (rev 7656)
+++ packages/epsilon/trunk/debian/changelog	2009-02-19 22:13:09 UTC (rev 7657)
@@ -14,6 +14,9 @@
   * New upstream version.
   * Bump Standards-Version.
   * Use "Copyright" instead of "(C)".
+  * Remove epsilon.release; this functionality depends on Combinator which
+    shouldn't be packaged, and will probably be moved into Combinator upstream
+    shortly.
 
   [ Emilio Pozuelo Monfort ]
   * debian/rules: remove the build/ dir from the initial destination and not

Modified: packages/epsilon/trunk/debian/rules
===================================================================
--- packages/epsilon/trunk/debian/rules	2009-02-19 21:45:35 UTC (rev 7656)
+++ packages/epsilon/trunk/debian/rules	2009-02-19 22:13:09 UTC (rev 7657)
@@ -6,11 +6,13 @@
 
 DEB_INSTALL_MANPAGES_python-epsilon := debian/epsilon-benchmark.1
 
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 install/python-epsilon::
-	$(call cdbs_python_binary,python$(cdbs_python_compile_version)) debian/runtrial.py $(PKGDIR) epsilon
-endif
 
 install/python-epsilon::
+	rm $(PKGDIR)/usr/lib/python*/site-packages/epsilon/release.py
+	rm $(PKGDIR)/usr/lib/python*/site-packages/epsilon/test/test_release.py
 	rm -r $(PKGDIR)/usr/lib/python*/site-packages/build
+ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
+	$(call cdbs_python_binary,python$(cdbs_python_compile_version)) debian/runtrial.py $(PKGDIR) epsilon
+endif
 	mv $(PKGDIR)/usr/bin/benchmark $(PKGDIR)/usr/bin/epsilon-benchmark




More information about the Python-modules-commits mailing list