[Pkg-cli-apps-commits] [monodevelop] 05/08: Ensure every assembly in external/ is cleaned properly
Jo Shields
directhex at alioth.debian.org
Thu Oct 10 13:08:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/4.0.12+dfsg-1
in repository monodevelop.
commit 2a4c351bedc75d2ead2ed76c5d8e6f630f19815f
Author: Jo Shields <directhex at apebox.org>
Date: Thu Oct 10 12:05:11 2013 +0200
Ensure every assembly in external/ is cleaned properly
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 77f41d3..57c5ab9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,14 @@ override_dh_auto_configure:
--enable-gnomeplatform \
MCS=/usr/bin/mono-csc CSC=/usr/bin/mono-csc
+override_dh_auto_clean:
+ dh_auto_clean
+ find external/ -name "*.dll" -delete
+ find external/ -name "*.exe" -delete
+ find external/ -name "*.mdb" -delete
+ find external/ -name "*.FilesWrittenAbsolute.txt" -delete
+ rm -f external/ngit/NGit/obj/Debug/NGit.resources.JGitText.properties
+
override_dh_auto_build:
XDG_CONFIG_HOME=$(DEBIAN_DIR) dh_auto_build
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/monodevelop.git
More information about the Pkg-cli-apps-commits
mailing list