[libnetxap-perl] 02/02: Disable test suite for now

Axel Beckert abe at deuxchevaux.org
Thu Nov 9 20:18:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch master
in repository libnetxap-perl.

commit d0e5b4397e6ce875305096359dcb8d26cd81255b
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Nov 9 21:15:08 2017 +0100

    Disable test suite for now
    
    Seems to have never worked, broken since 3142abf6 according to a "git
    bisect" today.
    
    Drop build-dependency on courier-imap, too.
---
 debian/changelog | 4 ++++
 debian/control   | 3 +--
 debian/rules     | 4 ++++
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f0f18e4..aefd126 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,10 @@ libnetxap-perl (0.02-9) UNRELEASED; urgency=low
   * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
   * Remove Jaldhar H. Vyas from Uploaders. Thanks for your work!
 
+  [ Axel Beckert ]
+  * Disable test suite for now (never worked, broken since 3142abf6).
+    + Drop build-dependency on courier-imap.
+
  -- Fabrizio Regalli <fabreg at fabreg.it>  Wed, 15 Jun 2011 09:37:55 +0200
 
 libnetxap-perl (0.02-7) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 6051aaf..882ae1c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,7 @@ Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 8),
                libdigest-hmac-perl
-Build-Depends-Indep: perl,
-                     courier-imap
+Build-Depends-Indep: perl
 Standards-Version: 3.9.2
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libnetxap-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libnetxap-perl.git
diff --git a/debian/rules b/debian/rules
index 2d33f6a..fb2fb34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_auto_test:
+	# Don't run test suite. It never worked (in Debian) and
+	# requires an IMAPd as build-dependency

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnetxap-perl.git



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