[med-svn] [bcftools] 07/08: Work around issues in clean target

Andreas Tille tille at debian.org
Thu Jul 20 11:46:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository bcftools.

commit dc6a12c134af6a04db99fd4226647b456bb093f6
Author: Andreas Tille <tille at debian.org>
Date:   Thu Jul 20 13:42:12 2017 +0200

    Work around issues in clean target
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index f6bf26c..4d430c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,9 @@ export plugindir=/usr/lib/$(DEB_HOST_MULTIARCH)/bcftools
 
 override_dh_installman:
 	dh_installman --language=C
+
+# clean target tries to include config.mk which does not exist inside clean source tree
+override_dh_auto_clean:
+	dh_auto_clean || true
+	# now it is created but should vanish
+	rm -f config.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bcftools.git



More information about the debian-med-commit mailing list