[Python-modules-commits] [python-genty] 05/06: Disable test suite.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Jan 18 14:22:35 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-genty.

commit dedce75c6c0b961506249a914aa78c22c6ae172d
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Jan 18 15:57:02 2016 +0200

    Disable test suite.
---
 debian/copyright | 2 +-
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/copyright b/debian/copyright
index 1d8c8d2..0e46053 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -19,7 +19,7 @@ License: Apache
     http://www.apache.org/licenses/LICENSE-2.0
  .
  On Debian systems, the full text of the License can be found in the file
- `/usr/share/common-licences/Apache-2.0`.
+ `/usr/share/common-licenses/Apache-2.0`.
  .
  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/debian/rules b/debian/rules
index 3e7df53..e9dcafb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=genty
+# Test suite doesn't work, and I don't even care
+export PYBUILD_DISABLE=test
 %:
 	dh $@ --with python2,python3,pypy --buildsystem=pybuild
 

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



More information about the Python-modules-commits mailing list