Skip to content

Commit 6557cb8

Browse files
committedDec 9, 2014
debian packaging update (merge and squash PR#1725)
1 parent b3953b8 commit 6557cb8

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ qgis (2.7.0) UNRELEASED; urgency=medium
33
* New development version 2.7 after branch of 2.6
44
* run tests in en_US.UTF-8 locale
55
* add build dependency to python-qscintilla2 for tests
6-
* merge some downstream debian changes
76
* rename libqgis-customwidgets{QGIS_ABI} to libqgis-customwidgets
7+
* merge some downstream debian changes
88

9-
-- Jürgen E. Fischer <jef@norbit.de> Sun, 30 Nov 2014 16:49:54 +0100
9+
-- Jürgen E. Fischer <jef@norbit.de> Tue, 09 Dec 2014 09:37:11 +0100
1010

1111
qgis (2.6.0) unstable; urgency=medium
1212

‎debian/control.in

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,18 @@ Depends:
177177
qt4-designer,
178178
${shlibs:Depends},
179179
${misc:Depends}
180-
Replaces: libqgis-customwidgets2.6.0, libqgis-customwidgets2.6.1
181-
Conflicts: libqgis-customwidgets2.6.0, libqgis-customwidgets2.6.1
182-
Provides: libqgis-customwidgets2.6.0, libqgis-customwidgets2.6.1
180+
Replaces:
181+
libqgis-customwidgets2.4.0,
182+
libqgis-customwidgets2.6.0,
183+
libqgis-customwidgets2.6.1
184+
Conflicts:
185+
libqgis-customwidgets2.4.0,
186+
libqgis-customwidgets2.6.0,
187+
libqgis-customwidgets2.6.1
188+
Provides:
189+
libqgis-customwidgets2.4.0,
190+
libqgis-customwidgets2.6.0,
191+
libqgis-customwidgets2.6.1
183192
Description: QGIS custom widgets for Qt Designer
184193
QGIS is a Geographic Information System (GIS) which manages, analyzes and
185194
display databases of geographic information.
@@ -328,9 +337,7 @@ Depends:
328337
python-gdal,
329338
python-matplotlib,
330339
libqgis-customwidgets,
331-
${python:Depends},
332-
${misc:Depends},
333-
${sip:Depends}
340+
${misc:Depends}
334341
XB-Python-Version: ${python:Versions}
335342
Description: Python bindings to QGIS - architecture-independent files
336343
QGIS is a Geographic Information System (GIS) which manages, analyzes and
@@ -368,13 +375,13 @@ Description: collection of data providers to QGIS - architecture-independent fil
368375

369376
Package: qgis-server
370377
Architecture: any
371-
Provides: qgis-mapserver
372-
Replaces: qgis-mapserver
373-
Conflicts: qgis-mapserver
374378
Depends:
375379
qgis-providers (= ${binary:Version}),
376380
${shlibs:Depends},
377381
${misc:Depends}
382+
Conflicts: qgis-mapserver
383+
Provides: qgis-mapserver
384+
Replaces: qgis-mapserver
378385
Description: QGIS server providing various OGC services
379386
QGIS is a Geographic Information System (GIS) which manages, analyzes and
380387
display databases of geographic information.

0 commit comments

Comments
 (0)
Please sign in to comment.