[xmds2] 05/22: debian/rules: Remove the build directory in the clean rule

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Fri Jan 3 21:46:58 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository xmds2.

commit 82877cf0ac94af3acd6d18e45d4851e678bb989b
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Jan 3 17:42:04 2014 +0100

    debian/rules: Remove the build directory in the clean rule
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b614aa4..90859d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xmds2 (2.1.4-1) UNRELEASED; urgency=low
   * Initial version for Debian (Closes: #597014)
   * debian/source/format: 3.0 (quilt)
   * debian/control: Declare package to be architecture-independent
+  * debian/rules: Remove the build directory in the clean rule
 
  --
 
diff --git a/debian/rules b/debian/rules
index 4b8666c..01fc6a5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,4 +25,5 @@ override_dh_auto_clean:
 	rm -f xpdeint/Version.py
 	rm -rf xpdeint/c4che/
 	rm -f xpdeint/config.log
+	rm -rf build/
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/xmds2.git



More information about the debian-science-commits mailing list