[med-svn] [wgsim] 06/07: Override dh_auto_clean to remove wgsim binary
Kevin Murray
daube-guest at moszumanska.debian.org
Sun Jul 5 06:35:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository wgsim.
commit 96c5c5009659436560d172c3d10d33388b0102e4
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Sun Jul 5 16:30:00 2015 +1000
Override dh_auto_clean to remove wgsim binary
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 4f2bea7..deb7701 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ override_dh_auto_build:
dh_auto_build
cc -o wgsim -Wall -O3 -I. -lz -lm wgsim.c
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f wgsim
+
get-orig-source:
@echo "Downloading source from GitHub"
wget -O wgsim_0.3.1-r13.orig.tar.gz https://api.github.com/repos/lh3/wgsim/tarball/a12da3375ff3b51a5594d4b6fa35591173ecc229
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/wgsim.git
More information about the debian-med-commit
mailing list