r65894 - in /trunk/libnet-imap-simple-perl/debian: changelog control rules

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Thu Dec 16 13:22:13 UTC 2010


Author: ansgar
Date: Thu Dec 16 13:21:57 2010
New Revision: 65894

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=65894
Log:
Disable tests that use the included Net::IMAP::Server as we don't have all
required dependencies for them to run.

Modified:
    trunk/libnet-imap-simple-perl/debian/changelog
    trunk/libnet-imap-simple-perl/debian/control
    trunk/libnet-imap-simple-perl/debian/rules

Modified: trunk/libnet-imap-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/changelog?rev=65894&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/changelog (original)
+++ trunk/libnet-imap-simple-perl/debian/changelog Thu Dec 16 13:21:57 2010
@@ -2,11 +2,12 @@
 
   * Team upload.
   * New upstream release.
-  * Add build-deps on libcoro-perl and libio-socket-ssl-perl to enable tests.
   * No longer run author tests. Also remove build-dependencies on
     libtest-pod-perl, libtest-pod-coverage-perl and libtest-perl-critic-perl.
+  * Disable tests that use the included Net::IMAP::Server as we don't have all
+    required dependencies for them to run.
 
- -- Ansgar Burchardt <ansgar at debian.org>  Thu, 16 Dec 2010 14:05:56 +0100
+ -- Ansgar Burchardt <ansgar at debian.org>  Thu, 16 Dec 2010 14:20:27 +0100
 
 libnet-imap-simple-perl (1.2018-1) unstable; urgency=low
 

Modified: trunk/libnet-imap-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/control?rev=65894&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/control (original)
+++ trunk/libnet-imap-simple-perl/debian/control Thu Dec 16 13:21:57 2010
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.50~)
-Build-Depends-Indep: perl, libcoro-perl, libio-socket-ssl-perl,
+Build-Depends-Indep: perl,
  libparse-recdescent-perl, libclass-accessor-perl, libregexp-common-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Allard Hoeve <allard at byte.nl>, Gunnar Wolf <gwolf at debian.org>,

Modified: trunk/libnet-imap-simple-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-imap-simple-perl/debian/rules?rev=65894&op=diff
==============================================================================
--- trunk/libnet-imap-simple-perl/debian/rules (original)
+++ trunk/libnet-imap-simple-perl/debian/rules Thu Dec 16 13:21:57 2010
@@ -5,3 +5,8 @@
 
 override_dh_auto_configure:
 	OVERRIDE_DEFAULT_SX=y dh_auto_configure
+
+# We don't have all dependencies for the included Net::IMAP::Server
+TEST_FILES=$(shell grep --files-without-match 'do "t/test_server.pm"' t/*.t)
+override_dh_auto_test:
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"




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