Skip to content

Commit 262c93c

Browse files
committedAug 4, 2016
debian packaging update
(cherry picked from commit aef8703)
1 parent 5dba2e6 commit 262c93c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ qgis (2.16.1) UNRELEASED; urgency=medium
44
* drop support for debian wheezy and ubuntu wily
55
* add python-requests dependency for metasearch plugin
66
* lintian fixes
7+
* add version constraint to libqgis-customwidgets dependency.
78

8-
-- Jürgen E. Fischer <jef@norbit.de> Wed, 03 Aug 2016 20:25:26 +0200
9+
-- Jürgen E. Fischer <jef@norbit.de> Thu, 04 Aug 2016 11:38:39 +0200
910

1011
qgis (2.16.0) unstable; urgency=medium
1112

‎debian/control.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ Depends:
407407
python-gdal,
408408
python-matplotlib,
409409
python-shapely,
410-
libqgis-customwidgets,
410+
libqgis-customwidgets (= ${source:Version}),
411411
${misc:Depends}
412412
XB-Python-Version: ${python:Versions}
413413
Description: Python bindings to QGIS - architecture-independent files

0 commit comments

Comments
 (0)
Please sign in to comment.