From 8d024caf51d4898e475161ecbd9c0aba581540da Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Fri, 7 Sep 2012 17:27:02 -0400 Subject: [PATCH] Don't nuke git/svn information during build. It's not polite to zap the package's own version history! --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index f86cbb9..22322df 100755 --- a/debian/rules +++ b/debian/rules @@ -57,8 +57,8 @@ install: build-apache2 dh_testdir dh_testroot dh_prep - find -name ".svn" -type d | xargs rm -rf - find -name ".git" -type d | xargs rm -rf +# 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.20.1