[libnet-dict-perl] 01/02: debian/rules: override dh_auto_test, just run t/01-require.t

Lucas Kanashiro kanashiro.duarte at gmail.com
Fri Mar 11 18:57:22 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libnet-dict-perl.

commit b656c8c742a20a537847e1dfb3284b964d0f848a
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Mar 11 15:05:37 2016 -0300

    debian/rules: override dh_auto_test, just run t/01-require.t
---
 debian/changelog | 8 +-------
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b4f7c10..cbd9c64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,16 +1,10 @@
 libnet-dict-perl (2.21-1) UNRELEASED; urgency=medium
 
-  TODO:
-  I'm a bit skeptical that re-enabling the internet test is a good idea; there
-  were too problems: 1) reaching the server - this is solved now; 2) the
-  format of the server's reply, and this doesn't change now.
-  I guess I'd only run t/01-require.t -- and this should also be enabled in
-  debian/rules now.
-
   * Import upstream version 2.21
   * Add build dependency on libtest-requiresinternet-perl
   * autopkgtest: stop to skip smoke test, the Internet connection issue was
     solved by upstream
+  * debian/rules: override dh_auto_test, just run t/01-require.t
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Thu, 10 Mar 2016 00:46:59 -0300
 
diff --git a/debian/rules b/debian/rules
index 242e381..97bac9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,8 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 %:
 	dh $@
 
-# Skip all tests, they depend of Internet access
 override_dh_auto_test:
+	dh_auto_test -- TEST_FILES=t/01-require.t
 
 override_dh_auto_install:
 	dh_auto_install

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



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