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

mithrandi at users.alioth.debian.org mithrandi at users.alioth.debian.org
Sun Aug 11 05:48:58 UTC 2013


    Date: Sunday, August 11, 2013 @ 05:48:57
  Author: mithrandi
Revision: 25502

Remove _trial_temp in clean target. (Closes: #671096)

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	2013-08-11 05:28:50 UTC (rev 25501)
+++ packages/python-axiom/trunk/debian/changelog	2013-08-11 05:48:57 UTC (rev 25502)
@@ -1,3 +1,9 @@
+python-axiom (0.6.0-5) UNRELEASED; urgency=low
+
+  * Remove _trial_temp in clean target. (Closes: #671096)
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sun, 11 Aug 2013 07:45:02 +0200
+
 python-axiom (0.6.0-4) unstable; urgency=low
 
   [ Jakub Wilk ]

Modified: packages/python-axiom/trunk/debian/rules
===================================================================
--- packages/python-axiom/trunk/debian/rules	2013-08-11 05:28:50 UTC (rev 25501)
+++ packages/python-axiom/trunk/debian/rules	2013-08-11 05:48:57 UTC (rev 25502)
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+export DH_VERBOSE=1
 DEB_INSTALL_MANPAGES_python-axiom := debian/axiomatic.1
 DEB_INSTALL_CHANGELOGS_python-axiom := debian/NEWS.txt
 include /usr/share/cdbs/1/rules/debhelper.mk
@@ -7,6 +8,9 @@
 # Don't write any bytecode files implicitly during the build process
 export PYTHONDONTWRITEBYTECODE=yes
 
+clean::
+	rm -rf _trial_temp
+
 install/python-axiom::
 	rm -rf $(PKGDIR)/usr/lib/python*/site-packages/build
 	rm -rf $(PKGDIR)/usr/lib/python*/site-packages/axiom/examples




More information about the Python-modules-commits mailing list