From e037a8b281dfef9e15bcd63204d780fdda8f7064 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 13 Jan 2015 15:41:09 -0500 Subject: Changed build-depends for python-requests to resolve the following lintian issue: W: bitmask source: build-depends-on-1-revision build-depends: python-requests (>= 1.2.3-1) N: The package declares a build dependency on a version of a package with a N: -1 Debian revision such as "libfoo (>= 1.2-1)". Such a dependency will N: not be satisfied by a backport of libfoo 1.2-1 and therefore makes N: backporting unnecessarily difficult. Normally, the -1 version is N: unneeded and a dependency such as "libfoo (>= 1.2)" would be sufficient. N: If there was an earlier -0.X version of libfoo that would not satisfy N: the dependency, use "libfoo (>= 1.2-1~)" instead. --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f5144644..960197c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ bitmask (0.8.0~rc3) unstable; urgency=medium * Update to 0.8.0rc3 release. + * Change build-depends on python-requests to not build on -1 revision -- Ben Carrillo Thu, 08 Jan 2015 14:34:29 -0400 diff --git a/debian/control b/debian/control index bb6e8dce..7876bfe0 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Homepage: https://leap.se Build-Depends: debhelper (>= 8.0.0), dh-python, python (>=2.6), python-setuptools, pep8, python-sphinx (>= 1.0.7+dfsg), docutils-common, python-nose, python-mock, - python-requests (>= 1.2.3-1), python-srp, python-crypto, python-keyring, python-xdg, + python-requests (>= 1.2.3), python-srp, python-crypto, python-keyring, python-xdg, python-jsonschema (>= 0.7.0), python-psutil, python-openssl, python-dateutil, python-argparse, python-netifaces, pyside-tools, xvfb, xauth -- cgit v1.2.3