[Python-modules-commits] [python-django] 02/02: Disable some build-depends not available in wheezy.

Raphaël Hertzog hertzog at moszumanska.debian.org
Sun Oct 5 15:57:20 UTC 2014


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

hertzog pushed a commit to branch debian/wheezy-backports
in repository python-django.

commit 41d0b879147abfc7302e8443e8d89d9cfc54454b
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Sun Oct 5 17:33:59 2014 +0200

    Disable some build-depends not available in wheezy.
---
 debian/changelog | 1 +
 debian/control   | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f7d401d..5c3d57f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-django (1.7-2~bpo70+1) wheezy-backports; urgency=medium
 
   * Rebuild for wheezy-backports.
+  * Disable some build-depends not available in wheezy.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Sun, 05 Oct 2014 17:22:45 +0200
 
diff --git a/debian/control b/debian/control
index 404873f..bf4a734 100644
--- a/debian/control
+++ b/debian/control
@@ -9,15 +9,16 @@ Uploaders: Luke Faraone <lfaraone at debian.org>,
 Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3~), python3-all, python-sphinx (>= 1.0.8), locales (>= 0),
 # Needed to enable supplementary tests in test suite
- python-bcrypt, python3-bcrypt,
+# python-bcrypt, python3-bcrypt, # Not in wheezy
  python-docutils, python3-docutils,
  python-numpy, python3-numpy,
- python-pil, python3-pil,
+# python-pil, python3-pil, # Not in wheezy
  python-yaml, python3-yaml,
  python-tz, python3-tz,
  python-setuptools, python3-setuptools,
 # python-memcache, python3-memcache, memcached, # we can't rely on running daemon
- python-sqlparse, python3-sqlparse,
+ python-sqlparse,
+# python3-sqlparse, # Not in wheezy
 # python-selenium in theory too... but it's not properly packaged
 Build-Depends-Indep: libjs-jquery
 Homepage: http://www.djangoproject.com/

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



More information about the Python-modules-commits mailing list