From: Emmanuel Lacour Date: Mon, 3 Aug 2009 14:30:04 +0000 (+0200) Subject: Remove .git directory when building package X-Git-Tag: 0.7.1-1~3 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=71e2bd2cb96d66bd774cf2326daef547768bf9bf Remove .git directory when building package --- diff --git a/debian/rules b/debian/rules index f6c90db..c78f240 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,7 @@ install: build-apache2 dh_testroot dh_clean -k find -name ".svn" -type d | xargs rm -rf + find -name ".git" -type d | xargs rm -rf dh_installdirs dh_install docbook-to-man debian/suphp-common.manpage.sgml > debian/suphp-common/usr/share/man/man8/suphp.8