[libapache2-mod-perl2] 09/12: debian/rules cleanup part III

Niko Tyni ntyni at moszumanska.debian.org
Thu Aug 7 20:13:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libapache2-mod-perl2.

commit aa6fed56241f424a4d75926597d72ffe0adda635
Author: Niko Tyni <ntyni at debian.org>
Date:   Thu Aug 7 19:47:50 2014 +0300

    debian/rules cleanup part III
    
    If there's a core file in t/, the build should abort.
    
    The lib/Apache directory seems to be gone.
    
    WrapXS directories are apparently cleaned up properly by the
    upstream build system.
---
 debian/rules | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index 59d2b88..f00ecd5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,15 +33,11 @@ override_dh_auto_test:
 
 override_dh_clean:
 	dh_clean
-	rm -rf t/htdocs/hooks lib/Apache WrapXS debian/docs
+	rm -rf t/htdocs/hooks debian/docs
 	find . -name 'pod2htmd.tmp' -exec rm '{}' \;
 	find . -name 'pod2htmi.tmp' -exec rm '{}' \;
 	find . -name 'Makefile.old' -exec rm '{}' \;
-	rm -f Apache-Test/Apache-TestItSelf/t/SMOKE t/core
-
-override_dh_auto_install:
-	rm -f t/core
-	dh_auto_install
+	rm -f Apache-Test/Apache-TestItSelf/t/SMOKE
 
 override_dh_install:
 	mkdir -p $(CURDIR)/debian/docs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-mod-perl2.git



More information about the Pkg-perl-cvs-commits mailing list