[SCM] clam-chordata/master: Remove the empty src/generated/ directory when cleaning.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Mon Apr 16 12:13:56 UTC 2012


The following commit has been merged in the master branch:
commit 64bbd9be321a6c2a2384b9368b2940c5877be058
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Mon Apr 16 07:45:40 2012 -0400

    Remove the empty src/generated/ directory when cleaning.

diff --git a/debian/rules b/debian/rules
index 4115d13..13ff7be 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@
 %:
 	dh $@ 
 override_dh_auto_clean:
+	rm -rf $(CURDIR)/src/generated/
 	mkdir -p $(CURDIR)/debian/clam-chordata/usr
 	scons -c prefix=$(CURDIR)/debian/clam-chordata/usr clam_prefix=/usr
 

-- 
clam-chordata packaging



More information about the pkg-multimedia-commits mailing list