Skip to content

Commit 15b3600

Browse files
committedMar 24, 2016
debian packaging: limit python-future to stretch, sid, wily and xenial
TODO add internal python-future for others
1 parent f669af0 commit 15b3600

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ qgis (2.15.0) UNRELEASED; urgency=medium
44
* New development version 2.15 after branch of 2.14
55
* drop ubuntu utopic
66
* refine GSL build dependency
7+
* limit python-future to stretch, sid, wily and xenial
78

89
[ Matthias Kuhn ]
910
* Add dependency to python-future
@@ -12,7 +13,7 @@ qgis (2.15.0) UNRELEASED; urgency=medium
1213
* Fix removal of obsolete diversions for bother the grass plugin & provider.
1314
(closes: #817176)
1415

15-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 26 Feb 2016 13:23:49 +0100
16+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 24 Mar 2016 09:53:20 +0100
1617

1718
qgis (2.14.0) unstable; urgency=medium
1819

‎debian/control.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Build-Depends:
4040
python-qt4 (>= 4.1.0),
4141
python-qt4-dev,
4242
python-qt4-sql,
43-
python-yaml, python-mock, python-future,
43+
python-yaml, python-mock,
44+
#stretch sid wily xenial# python-future,
4445
#precise wheezy# python,
4546
#precise# python-central (>= 0.5),
4647
#wheezy# python-dev,

0 commit comments

Comments
 (0)
Please sign in to comment.