[med-svn] r12842 - trunk/packages/meme/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Jan 24 21:25:12 UTC 2013


Author: tille
Date: 2013-01-24 21:25:12 +0000 (Thu, 24 Jan 2013)
New Revision: 12842

Modified:
   trunk/packages/meme/trunk/debian/rules
Log:
Give up try to enable building twice in a row for the moment


Modified: trunk/packages/meme/trunk/debian/rules
===================================================================
--- trunk/packages/meme/trunk/debian/rules	2013-01-24 20:11:01 UTC (rev 12841)
+++ trunk/packages/meme/trunk/debian/rules	2013-01-24 21:25:12 UTC (rev 12842)
@@ -8,7 +8,7 @@
 LOGPATH=/var/log/meme
 
 %:
-	dh $@ --with autotools_dev,autoreconf,python2
+	dh $@ --with autoreconf,python2
 
 override_dh_auto_configure:
 	./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --sysconfdir=/etc/meme \
@@ -36,12 +36,13 @@
 	dh_install -v --sourcedir=debian/tmp
 	find ./* -print
 
-override_dh_auto_clean_x:
+override_dh_auto_clean:
 	dh_auto_clean
-	rm -rf tests/*/*.sed
-	rm -rf tests/results
-	cd etc; rm -f fasta_db.csv fasta_db.index gomo_db.csv logo.js.xsl meme.css.xsl motif_db.csv motif_db.index tomtom_config.xml
-	rm -f scripts/*.pyc
+	rm -rf debian/tmp-manpages
+	#rm -rf tests/*/*.sed
+	#rm -rf tests/results
+	#cd etc; rm -f fasta_db.csv fasta_db.index gomo_db.csv logo.js.xsl meme.css.xsl motif_db.csv motif_db.index tomtom_config.xml
+	#rm -f scripts/*.pyc
 
 #XXX Disable testing temporarily to save time
 override_dh_auto_test:




More information about the debian-med-commit mailing list