Skip to content
Snippets Groups Projects
Commit c2842911 authored by Scott Kitterman's avatar Scott Kitterman
Browse files

Fix FTCBFS: Annotate python build dependencies with :any (Closes: #841682)

parent ad01f7d7
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.11-2.1) UNRELEASED; urgency=medium
[ Helmut Grohne ]
* Fix FTCBFS: Annotate python build dependencies with :any (Closes: #841682)
-- Scott Kitterman <scott@kitterman.com> Sat, 22 Oct 2016 12:54:48 -0400
python-defaults (2.7.11-2) unstable; urgency=medium
[ Scott Kitterman ]
......
......@@ -5,8 +5,8 @@ Maintainer: Matthias Klose <doko@debian.org>
Uploaders: Scott Kitterman <scott@kitterman.com>, Piotr Ożarowski <piotr@debian.org>, Barry Warsaw <barry@debian.org>
Build-Depends: debhelper (>= 9~), @bd_i586@,
lsb-release,
python-all,
@PVER@ (>= @PREVVER@),
python-all:any,
@PVER@:any (>= @PREVVER@),
debiandoc-sgml,
Standards-Version: 3.9.8
Homepage: http://www.python.org/
......
......@@ -30,7 +30,7 @@ PREVVER := 2.7.11-11~
ma_allowed = yes
ifeq (,$(filter $(distrelease),lenny etch squeeze wheezy lucid maverick natty oneiric precise quantal raring saucy trusty))
bd_i586 = dpkg-dev (>= 1.17.11), python2.7 (>= 2.7.11-11)
bd_i586 = dpkg-dev (>= 1.17.11), python2.7:any (>= 2.7.11-11)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment