From 71e2bd2cb96d66bd774cf2326daef547768bf9bf Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Mon, 3 Aug 2009 16:30:04 +0200 Subject: [PATCH] Remove .git directory when building package --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0