[SCM] libgig/master: debian/rules: cleaner clean

piem at users.alioth.debian.org piem at users.alioth.debian.org
Fri Apr 4 17:40:12 UTC 2014


The following commit has been merged in the master branch:
commit d9b78c7472fd5bc016a1e0087b293c5634b2ed42
Author: Paul Brossier <piem at piem.org>
Date:   Mon Mar 31 13:24:33 2014 -0300

    debian/rules: cleaner clean

diff --git a/debian/rules b/debian/rules
index a1bd28b..c22c152 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,3 +16,7 @@ override_dh_installchangelogs:
 override_dh_auto_build:
 	dh_auto_build
 	$(MAKE) docs
+
+override_dh_auto_clean:
+	$(RM) -rf doc/html
+	[ ! -f $(CURDIR)/Makefile ] || $(MAKE) -k distclean

-- 
libgig packaging



More information about the pkg-multimedia-commits mailing list