[med-svn] [sra-sdk] 09/12: make sure build/OUTDIR.linux is removed in clean target
Andreas Tille
tille at debian.org
Tue Aug 13 19:24:49 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 119b2bde76bdc0a6efba5efeb182dc8fdb352eab
Author: Andreas Tille <tille at debian.org>
Date: Tue Aug 13 19:59:26 2013 +0200
make sure build/OUTDIR.linux is removed in clean target
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2944449..0e6201a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ sra-sdk (2.3.2-4+dfsg-1) UNRELEASED; urgency=low
- remove override because upstream seems to do the correct thing now
- libsra-schema seems to be not built any more in this version so
drop the special handling of it
+ - make sure build/OUTDIR.linux is removed in clean target
* debian/doc: USAGE is not provided by upstream any more
-- Andreas Tille <tille at debian.org> Tue, 13 Aug 2013 11:04:25 +0200
diff --git a/debian/rules b/debian/rules
index 0466582..96b0d36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@
OUTDIR=$(CURDIR)/debian/tmp
override_dh_auto_clean:
+ dh_auto_clean
+ rm -f build/OUTDIR.linux
override_dh_auto_configure:
export OUTDIR=$(OUTDIR) ; make OUTDIR=$(OUTDIR) out ; make release dynamic
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/sra-sdk.git
More information about the debian-med-commit
mailing list