r15163 - in /trunk/libterm-readline-gnu-perl/debian: changelog rules

ntyni at users.alioth.debian.org ntyni at users.alioth.debian.org
Tue Feb 19 12:44:25 UTC 2008


Author: ntyni
Date: Tue Feb 19 12:44:24 2008
New Revision: 15163

URL: http://svn.debian.org/wsvn/?sc=1&rev=15163
Log:
* Disable the test suite again, it needs an interactive terminal to run.
  (Closes: #465619)

Modified:
    trunk/libterm-readline-gnu-perl/debian/changelog
    trunk/libterm-readline-gnu-perl/debian/rules

Modified: trunk/libterm-readline-gnu-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libterm-readline-gnu-perl/debian/changelog?rev=15163&op=diff
==============================================================================
--- trunk/libterm-readline-gnu-perl/debian/changelog (original)
+++ trunk/libterm-readline-gnu-perl/debian/changelog Tue Feb 19 12:44:24 2008
@@ -1,3 +1,10 @@
+libterm-readline-gnu-perl (1.17a-2) UNRELEASED; urgency=low
+
+  * Disable the test suite again, it needs an interactive terminal to run.
+    (Closes: #465619)
+
+ -- Niko Tyni <ntyni at debian.org>  Tue, 19 Feb 2008 14:37:54 +0200
+
 libterm-readline-gnu-perl (1.17a-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/libterm-readline-gnu-perl/debian/rules
URL: http://svn.debian.org/wsvn/trunk/libterm-readline-gnu-perl/debian/rules?rev=15163&op=diff
==============================================================================
--- trunk/libterm-readline-gnu-perl/debian/rules (original)
+++ trunk/libterm-readline-gnu-perl/debian/rules Tue Feb 19 12:44:24 2008
@@ -24,7 +24,8 @@
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE) OPTIMIZE="$(CGLAGS)" LD_RUN_PATH="" \
 		 LDLOADLIBS="-lreadline -lncurses -lc"
-	$(MAKE) test
+	# the test suite needs an interactive terminal to run
+	# $(MAKE) test
 	touch $@
 
 clean: clean-patched unpatch




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