[libnet-tclink-perl] 05/05: Fix calling of the test suite to make failures actually FTBFS

Axel Beckert abe at deuxchevaux.org
Sun May 31 14:28:30 UTC 2015


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

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

commit 133ad4970612eee61558cae858818354382f9422
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 16:27:50 2015 +0200

    Fix calling of the test suite to make failures actually FTBFS
    
    Which means that it now FTBFS. It though didn't do so in the past,
    e.g. at
    https://buildd.debian.org/status/fetch.php?pkg=libnet-tclink-perl&arch=i386&ver=3.4.0-6%2Bb2&stamp=1408109171
---
 debian/changelog | 3 +++
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 32303c3..d8ce939 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 libnet-tclink-perl (3.4.0-7) UNRELEASED; urgency=low
 
+  TODO: Test suite fails. (Build previously continued nevertheless.)
+
   [ Salvatore Bonaccorso ]
   * Change search.cpan.org based URIs to metacpan.org based URIs
 
@@ -11,6 +13,7 @@ libnet-tclink-perl (3.4.0-7) UNRELEASED; urgency=low
     vs underscore, thanks DUCK!)
   * Declare compliance with Debian Policy 3.9.6.
   * Mark package as autopkgtestable.
+  * Fix calling of the test suite to make failures actually FTBFS.
 
   [ Salvatore Bonaccorso ]
   * Update Vcs-Browser URL to cgit web frontend
diff --git a/debian/rules b/debian/rules
index 097a37b..ab7f9a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- INSTALLDIRS=vendor
+
+override_dh_auto_test:
+	prove -l -v test.pl

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



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