[Python-modules-commits] r7708 - in packages/python-axiom/trunk/debian (changelog rules)

mithrandi-guest at users.alioth.debian.org mithrandi-guest at users.alioth.debian.org
Mon Feb 23 15:42:57 UTC 2009


    Date: Monday, February 23, 2009 @ 15:42:57
  Author: mithrandi-guest
Revision: 7708

Remove the build dir from the initial destination and not from the
pysupport one, to avoid relying on pysupport internals. (Closes: #516757)

Modified:
  packages/python-axiom/trunk/debian/changelog
  packages/python-axiom/trunk/debian/rules

Modified: packages/python-axiom/trunk/debian/changelog
===================================================================
--- packages/python-axiom/trunk/debian/changelog	2009-02-23 15:35:27 UTC (rev 7707)
+++ packages/python-axiom/trunk/debian/changelog	2009-02-23 15:42:57 UTC (rev 7708)
@@ -1,3 +1,10 @@
+python-axiom (0.5.30-2) UNRELEASED; urgency=low
+
+  * Remove the build dir from the initial destination and not from the
+    pysupport one, to avoid relying on pysupport internals. (Closes: #516757)
+
+ -- Tristan Seligmann <mithrandi at mithrandi.net>  Mon, 23 Feb 2009 17:40:45 +0200
+
 python-axiom (0.5.30-1) unstable; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/python-axiom/trunk/debian/rules
===================================================================
--- packages/python-axiom/trunk/debian/rules	2009-02-23 15:35:27 UTC (rev 7707)
+++ packages/python-axiom/trunk/debian/rules	2009-02-23 15:42:57 UTC (rev 7708)
@@ -7,8 +7,6 @@
 
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 install/python-axiom::
+	rm -r $(PKGDIR)/usr/lib/python*/site-packages/build
 	$(call cdbs_python_binary,python$(cdbs_python_compile_version)) debian/runtrial.py $(PKGDIR) axiom
 endif
-
-binary-post-install/python-axiom::
-	rm -rf $(PKGDIR)/usr/share/python-support/python-axiom/build/




More information about the Python-modules-commits mailing list