Don't nuke git/svn information during build.
authorClinton Ebadi <clinton@unknownlamer.org>
Fri, 7 Sep 2012 21:27:02 +0000 (17:27 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Fri, 7 Sep 2012 21:27:02 +0000 (17:27 -0400)
It's not polite to zap the package's own version history!

debian/rules

index f86cbb9..22322df 100755 (executable)
@@ -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