[libgearman-client-perl] 02/03: revert disabling of t/09-connect.t during build

gregor herrmann gregoa at debian.org
Tue Jul 26 16:49:49 UTC 2016


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

gregoa pushed a commit to branch master
in repository libgearman-client-perl.

commit 088a21179fa2e8a1e200acb9a21c80fbd1c8781d
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 26 18:43:07 2016 +0200

    revert disabling of t/09-connect.t during build
    
    the test isn't run unless AUTHOR_TESTING is set
    
    Gbp-Dch: Ignore
---
 debian/changelog | 2 +-
 debian/rules     | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 349abb4..fb5aefe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,7 +24,7 @@ libgearman-client-perl (1.12.009-1) unstable; urgency=medium
   * Add myself to Uploaders
   * Remove fix-pod-errors.patch (fixed upstream)
   * Update fix-server-connection-error.patch (source changes)
-  * Bump Standards-Version to 3.9.8 (disable t/09-connect.t)
+  * Bump Standards-Version to 3.9.8
   * Fix typo in long package description
 
  -- Nick Morrott <knowledgejunkie at gmail.com>  Tue, 26 Jul 2016 02:08:50 +0100
diff --git a/debian/rules b/debian/rules
index 2f81bd4..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
 #!/usr/bin/make -f
 
-TEST_FILES=$(filter-out t/09-connect.t,$(wildcard t/*.t))
-
 %:
 	dh $@
-
-override_dh_auto_test:
-	dh_auto_test -- TEST_FILES="$(TEST_FILES)"

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



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