[Pkg-cli-libs-commits] [SCM] cecil branch, master, updated. debian/0.6+svn148654-2-13-g090af34

Jo Shields directhex at apebox.org
Sat Aug 6 11:33:53 UTC 2011


The following commit has been merged in the master branch:
commit ba8232dcbe9943e0046056c1edf838ea98937ffc
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Aug 6 12:29:27 2011 +0100

    Erase obj/ folders in clean rule.

diff --git a/debian/rules b/debian/rules
index b1c13ef..62657f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ override_dh_auto_build:
 
 override_dh_clean:
 	rm -f Mono.Cecil/mono-cecil.pc
+	find . -type d -name obj -exec rm -rf {} \;
 	dh_clean
 
 %:

-- 
cecil



More information about the Pkg-cli-libs-commits mailing list