[Python-modules-commits] [python-agate] 05/06: Fixup the dh_auto_test override

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri May 26 10:35:34 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository python-agate.

commit e4b7a44ee1e15cac8c3e9373a07b7f71c62e6313
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri May 26 11:24:32 2017 +0100

    Fixup the dh_auto_test override
    
    Gbp-Dch: Ignore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 70def6d..1e0ac9d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,6 @@ ifeq (,$(findstring nodoc,$(DEB_BUILD_PROFILES)))
 endif
 
 override_dh_auto_test:
-ifneq (,$(findstring nocheck,$(DEB_BUILD_PROFILES)))
+ifeq (,$(findstring nocheck,$(DEB_BUILD_PROFILES)))
 	LC_ALL=C.UTF-8 dh_auto_test
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-agate.git



More information about the Python-modules-commits mailing list