[SCM] Debian packaging of libmail-checkuser-perl branch, master, updated. debian/1.21-1.1-16-gfdfa462

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 20:08:58 UTC 2012


The following commit has been merged in the master branch:
commit 73fec990f381f6cc2e5e4d4874cd0e3bc3bfcf86
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 8 20:24:21 2012 +0100

    Disabled tests requiring network access

diff --git a/debian/changelog b/debian/changelog
index d3c5b3e..d113f94 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,6 @@
 libmail-checkuser-perl (1.21-2) UNRELEASED; urgency=low
 
   [ Fabrizio Regalli ]
-  - after that: please check if the package builds without internet access
-
   * Take over (see http://lists.debian.org/debian-perl/2011/07/msg00003.html).
   * Added Homepage and Vcs-* fields in d/control.
   * Bump to 3.9.2 Standard-Version.
@@ -25,6 +23,7 @@ libmail-checkuser-perl (1.21-2) UNRELEASED; urgency=low
   * Picked update_wildcard_mx_records.patch from upstream RT to update
     embedded list of MX and A records; added 3 more patches to fix failing
     tests.
+  * Disabled tests requiring network access.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 08 Mar 2012 20:10:35 +0100
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..aaf19d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,12 @@
 #!/usr/bin/make -f
 
+TEST_FILES = $(filter-out t/dns.t t/smtp.t t/smtp-taint.t t/timeout.t t/wildcard.t,$(shell echo t/*.t))
+
 %:
 	dh $@
+
+override_dh_auto_test:
+	# DISABLED TESTS REQUIRING NETWORK ACCESS:
+	# t/dns.t t/smtp.t t/smtp-taint.t t/timeout.t t/wildcard.t
+	dh_auto_test -- TEST_FILES="$(TEST_FILES)"
+

-- 
Debian packaging of libmail-checkuser-perl



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