[med-svn] r17059 - trunk/packages/ncbi-blast+/trunk/debian

Olivier Sallou osallou at moszumanska.debian.org
Sat Jun 7 07:29:26 UTC 2014


Author: osallou
Date: 2014-06-07 07:29:26 +0000 (Sat, 07 Jun 2014)
New Revision: 17059

Modified:
   trunk/packages/ncbi-blast+/trunk/debian/rules
Log:
prevent cleanup of configure.orig

Modified: trunk/packages/ncbi-blast+/trunk/debian/rules
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/rules	2014-06-07 07:12:21 UTC (rev 17058)
+++ trunk/packages/ncbi-blast+/trunk/debian/rules	2014-06-07 07:29:26 UTC (rev 17059)
@@ -72,6 +72,7 @@
 	if test -d $(leg_bin); then cp debian/legacy/legacy.sh $(leg_bin)/; fi
 
 override_dh_clean:
+	cp c++/configure.orig configure.orig.save
 	dh_clean
 	#Tricky - for each module directory there may be several module files
 	#or there may be none but then there is still a module named after the
@@ -89,6 +90,7 @@
 	rm -f c++/configure.lineno c++/src/objects/blastxml/blastxml.module
 	find -name check_exec.pid -delete
 	rm -rf c++/BUILD
+	mv configure.orig.save c++/configure.orig
 
 %:
 	dh $@ -Dc++ --with autotools_dev --with quilt




More information about the debian-med-commit mailing list