r14980 - in /trunk/libapache-authenhook-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Fri Feb 15 19:32:30 UTC 2008


Author: ntyni
Date: Fri Feb 15 19:32:30 2008
New Revision: 14980

URL: http://svn.debian.org/wsvn/?sc=1&rev=14980
Log:
* Explicitly disable the test suite, as it needs an interactive terminal
  (and an httpd) to run.

Modified:
    trunk/libapache-authenhook-perl/debian/changelog
    trunk/libapache-authenhook-perl/debian/rules

Modified: trunk/libapache-authenhook-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/changelog?rev=14980&op=diff
==============================================================================
--- trunk/libapache-authenhook-perl/debian/changelog (original)
+++ trunk/libapache-authenhook-perl/debian/changelog Fri Feb 15 19:32:30 2008
@@ -6,6 +6,8 @@
   [ Niko Tyni ]
   * Don't install the uninformative README file.
   * Remove generated file 't/TEST' in the 'clean' target.
+  * Explicitly disable the test suite, as it needs an interactive terminal
+    (and an httpd) to run.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Wed, 09 Jan 2008 21:16:35 +0100
 

Modified: trunk/libapache-authenhook-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libapache-authenhook-perl/debian/rules?rev=14980&op=diff
==============================================================================
--- trunk/libapache-authenhook-perl/debian/rules (original)
+++ trunk/libapache-authenhook-perl/debian/rules Fri Feb 15 19:32:30 2008
@@ -36,6 +36,9 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor CCFLAGS="$(shell apr-1-config --includes) $(shell apr-1-config --cflags)"
 	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 
+	# The test suite needs an interactive terminal (and httpd installed)
+	# $(MAKE) test
+
 	touch build-stamp
 
 clean:
@@ -54,7 +57,6 @@
 	dh_clean -k
 
 	# Add commands to install the package into debian/$PACKAGE_NAME here
-	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 
 	# As this is an architecture dependent package, we are not




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