[Python-modules-commits] [python-fudge] 13/15: Re-Enable Python 3 tests
Jan Dittberner
jandd at moszumanska.debian.org
Wed Dec 30 15:20:38 UTC 2015
This is an automated email from the git hooks/post-receive script.
jandd pushed a commit to branch master
in repository python-fudge.
commit 19101eeae5ef5d667e74a2606be7afff948d2e55
Author: Jan Dittberner <jandd at debian.org>
Date: Wed Dec 30 16:10:20 2015 +0100
Re-Enable Python 3 tests
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 88d04ed..85bcf5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -16,6 +16,7 @@ python-fudge (1.1.0-1) UNRELEASED; urgency=low
* New upstream version
* Remove deletion of MacOS X files from dh_override_auto_clean,
because upstream removed them
+ * Re-Enable Python 3 tests
-- Jan Dittberner <jandd at debian.org> Wed, 30 Dec 2015 16:01:32 +0100
diff --git a/debian/control b/debian/control
index 08901ca..3310878 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
python-setuptools,
python-sphinx | python3-sphinx,
python3-all,
+ python3-nose,
python3-setuptools
Standards-Version: 3.9.6
X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index 381cc5a..53074d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
#DH_VERBOSE=1
export PYBUILD_NAME=fudge
-export PYBUILD_DISABLE_python3=test
+#export PYBUILD_DISABLE_python3=test
LAST_CHANGE = $(shell dpkg-parsechangelog -S Date)
BUILD_DATE = $(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-fudge.git
More information about the Python-modules-commits
mailing list