r7062 - in /trunk/libapache2-mod-perl2/debian: changelog rules

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Aug 22 10:13:00 UTC 2007


Author: dmn
Date: Wed Aug 22 10:13:00 2007
New Revision: 7062

URL: http://svn.debian.org/wsvn/?sc=1&rev=7062
Log:
  + Add cleaning after tests to clean target

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/rules

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=7062&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Wed Aug 22 10:13:00 2007
@@ -22,8 +22,9 @@
     + Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
       to fix the server_const test
     + Fail if $(MAKE) test fails
-
- -- Damyan Ivanov <dmn at debian.org>  Wed, 22 Aug 2007 12:53:17 +0300
+    + Add cleaning after tests to clean target
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 22 Aug 2007 13:12:39 +0300
 
 libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
 

Modified: trunk/libapache2-mod-perl2/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/rules?rev=7062&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/rules (original)
+++ trunk/libapache2-mod-perl2/debian/rules Wed Aug 22 10:13:00 2007
@@ -58,10 +58,13 @@
 	[ ! -f Makefile ] || $(MAKE) realclean
 
 	dh_clean .mypacklist Apache-Test/Makefile.old Apache-Test/t/REPORT \
-		 Apache-Test/t/cgi-bin/cookies.pl ModPerl-Registry/Makefile.old \
-		 t/conf/perlsection.conf t/htdocs/perlio/test
+		 Apache-Test/t/cgi-bin/cookies.pl \
+		 Apache-Test/t/cgi-bin/next_available_port.pl\
+		 ModPerl-Registry/Makefile.old t/conf/perlsection.conf \
+		 t/htdocs/perlio/test
 	[ ! -d t/htdocs/hooks ] || rm -r t/htdocs/hooks
 	[ ! -d lib/Apache ] || rm -r lib/Apache
+	[ ! -d WrapXS ] || rm -r WrapXS
 
 .PHONY: install
 install: build install-stamp




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