[libio-compress-perl] 03/08: Set TEST_SKIP_VERSION_CHECK=1 for autopkgtest as well.

gregor herrmann gregoa at debian.org
Sun Jun 18 14:35:53 UTC 2017


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

gregoa pushed a commit to branch master
in repository libio-compress-perl.

commit 544f51533f2bd75b0bc31dbb6d206b1eda8f2aac
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 18 16:15:13 2017 +0200

    Set TEST_SKIP_VERSION_CHECK=1 for autopkgtest as well.
    
    (And change order in d/rules.)
---
 debian/rules                    | 2 +-
 debian/tests/pkg-perl/smoke-env | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7aa3778..4aa00f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 	dh $@
 
 override_dh_auto_test:
-	dh_auto_test -- TEST_SKIP_VERSION_CHECK=1
+	TEST_SKIP_VERSION_CHECK=1 dh_auto_test
 
 override_dh_installexamples:
 	dh_installexamples
diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env
new file mode 100644
index 0000000..1d2fa7f
--- /dev/null
+++ b/debian/tests/pkg-perl/smoke-env
@@ -0,0 +1 @@
+TEST_SKIP_VERSION_CHECK=1

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



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