[Python-modules-commits] [python-releases] 03/14: Disable tests in debian/rules because they require spec which is not packaged for debian yet, remove python{3, }-docutils from Build-Depends

Jan Dittberner jandd at moszumanska.debian.org
Sat Jan 30 19:14:03 UTC 2016


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

jandd pushed a commit to branch master
in repository python-releases.

commit 07370e27a47605bcbf9ec240200f9132a29d320e
Author: Jan Dittberner <jandd at debian.org>
Date:   Sat Jan 30 17:55:33 2016 +0100

    Disable tests in debian/rules because they require spec which is not packaged for debian yet, remove python{3,}-docutils from Build-Depends
---
 debian/changelog | 2 ++
 debian/control   | 2 --
 debian/rules     | 3 +++
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3a8d3f..a5c3c6b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-releases (0.7.0-3) UNRELEASED; urgency=medium
   * Team upload.
   * add missing trailing slash in debian/clean (Closes: #808616)
   * Use https URL for Vcs-Git in debian/control
+  * Disable tests in debian/rules because they require spec which is not
+    packaged for debian yet, remove python{3,}-docutils from Build-Depends
 
  -- Jan Dittberner <jandd at debian.org>  Sat, 30 Jan 2016 17:37:53 +0100
 
diff --git a/debian/control b/debian/control
index 9bd58f0..c328d34 100644
--- a/debian/control
+++ b/debian/control
@@ -6,10 +6,8 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python-docutils,
                python-setuptools,
                python3-all,
-               python3-docutils,
                python3-setuptools
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
diff --git a/debian/rules b/debian/rules
index cd04ca9..18b5e41 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 export PYBUILD_NAME=releases
 
+# tests will not run properly because spec is not packaged yet
+export PYBUILD_DISABLE=test
+
 %:
 	dh $@ --with=python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list