From 8baa8023796db3eb67b40849e4e1b5e5b9e01223 Mon Sep 17 00:00:00 2001 From: Olivier Sallou Date: Sat, 7 Jun 2014 07:29:26 +0000 Subject: [PATCH] prevent cleanup of configure.orig --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index c3052851..d5cb058f 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,7 @@ override_dh_install: 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 @@ override_dh_clean: 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 -- 2.30.2