[Python-modules-commits] [django-jinja] 01/01: Disable tests to solve FTBFS
Edward Betts
edward at moszumanska.debian.org
Fri Oct 16 18:47:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
edward pushed a commit to branch master
in repository django-jinja.
commit 809c3043eb827773399381497a1b1686b57e4294
Author: Edward Betts <edward at 4angle.com>
Date: Fri Oct 16 19:41:33 2015 +0100
Disable tests to solve FTBFS
---
debian/changelog | 13 +++++++++++++
debian/control | 4 +---
debian/rules | 1 +
3 files changed, 15 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 01e2f3b..37c10fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+django-jinja (1.4.1-2) UNRELEASED; urgency=medium
+
+ * Update Vcs-* control headers.
+ * Remove unused Build-Depends.
+ * Fix mistake in description of python3-django-jinja.
+ * This package doesn't include a test suite. There is one in the the
+ upstream git repository but it isn't included in the release tarball. The
+ Python 3.5 unittest modules tries to load the module even if there is not
+ test suite. This fails because the module isn't designed to be run outside
+ django. Disable dh_auto_test. (Closes: #801932)
+
+ -- Edward Betts <edward at 4angle.com> Fri, 16 Oct 2015 18:07:50 +0100
+
django-jinja (1.4.1-1) unstable; urgency=low
* Initial release. (Closes: #783793)
diff --git a/debian/control b/debian/control
index 1a665ed..8f6c43e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,6 @@ Priority: optional
Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6-3),
- python-django (>= 1.4),
- python-jinja2 (>= 2.5),
python-setuptools,
python3-all,
python3-setuptools
@@ -54,4 +52,4 @@ Description: Jinja2 templating language integrated in Django (Python 3 version)
* Compatible with python2 and python3 using same codebase.
* jinja2 bytecode cache adapted for use django cache subsystem.
.
- This package contains fuzzywuzzy for Python 3.
+ This package contains django-jinja for Python 3.
diff --git a/debian/rules b/debian/rules
index 43ccfa1..a52b44e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,4 @@ export PYBUILD_NAME=django-jinja
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-jinja.git
More information about the Python-modules-commits
mailing list