[med-svn] r11875 - trunk/packages/python-biom-format/trunk/debian

Andreas Tille tille at alioth.debian.org
Tue Jul 24 06:49:57 UTC 2012


Author: tille
Date: 2012-07-24 06:49:57 +0000 (Tue, 24 Jul 2012)
New Revision: 11875

Modified:
   trunk/packages/python-biom-format/trunk/debian/rules
Log:
Fix clean target when building with cython


Modified: trunk/packages/python-biom-format/trunk/debian/rules
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/rules	2012-07-23 21:52:07 UTC (rev 11874)
+++ trunk/packages/python-biom-format/trunk/debian/rules	2012-07-24 06:49:57 UTC (rev 11875)
@@ -5,6 +5,10 @@
 %:
 	dh $@ --with python2
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf python-code/support-code/_sparsemat.cpp
+
 override_dh_install:
 	dh_install
 	# remove language extension




More information about the debian-med-commit mailing list