[cmor] 159/190: Don't do all tests

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jul 21 12:54:50 UTC 2015


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

mckinstry pushed a commit to branch debian/master
in repository cmor.

commit 9f2c2f8ac68d8e3ea7a207a361eea2951a4972b5
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Jun 15 09:11:22 2013 +0100

    Don't do all tests
---
 debian/changelog | 2 --
 debian/rules     | 7 +++++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 44e9032..7072e36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,6 @@ cmor (2.8.3-1) unstable; urgency=low
   * Depend on debhelper >=9 now. Remove lintian override.
   * Enable hardening.
   * Enable buiid-twice.
-  * Enable all the python tests, for all versions of python.
-    (long; but desirable given beta nature of python3 port)
   * Standards-Version: 3.9.4
   * Build-Conflict: on python packages. For correct testing.
 
diff --git a/debian/rules b/debian/rules
index 4a5e13f..f7af7fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_configure:
 	ln -sf  /usr/share/misc/config.sub 
 	dh_auto_configure -- --disable-color --enable-verbose-test  --with-uuid --without-python \
 		UUIDLDFLAGS="-lossp-uuid" UUIDFLAGS="-I/usr/include/ossp" SZLIBFLAGS=nosz \
-		CFLAGS="-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  $(CPPFLAGS) $(CFLAGS)" \
+		CFLAGS="-I/usr/include/ossp -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  $(CPPFLAGS) $(CFLAGS)" \
                 LDFLAGS="$(LDFLAGS)"
 
 override_dh_auto_clean:
@@ -46,7 +46,10 @@ ifeq ( $(BUILD_ARCH_OS)-$(BUILD_ARCH_CPU), kfreebsd-i386)
 else
 	dh_auto_test
 endif
-	for p in $(PYVERS) $(PY3VERS) ; do \
+
+
+# Disabled. Run in piuparts, etc. instead
+#	for p in $(PYVERS) $(PY3VERS) ; do \
 		$(MAKE) test_python PYTHONEXEC=$$p DESTDIR=$(DESTDIR)  ; done
 	
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cmor.git



More information about the debian-science-commits mailing list