Skip to content

Commit a3ec30a

Browse files
committedMar 10, 2017
* remove ext-libs that are already available on target platforms
* drop ubuntu precise support (not built anymore anyway)
1 parent bd2b452 commit a3ec30a

File tree

236 files changed

+54
-90338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

236 files changed

+54
-90338
lines changed
 

‎debian/compat.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#stretch sid jessie trusty xenial yakkety#9
22
#jessie#8
3-
#precise#7

‎debian/control.in

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@ Build-Depends:
88
cmake (>= 2.8),
99
#sid stretch jessie trusty xenial yakkety# debhelper (>= 9),
1010
#sid stretch jessie trusty xenial yakkety# dh-python,
11-
#precise# debhelper (>= 7),
1211
flex,
1312
grass-dev,
1413
libexpat1-dev,
1514
libfcgi-dev,
1615
#sid stretch jessie trusty xenial yakkety# libgdal-dev (>= 1.10.1-0~),
17-
#precise# libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
1816
gdal-bin,
1917
python-gdal,
2018
libgeos-dev (>= 3.0.0),
21-
#jessie precise trusty# libgsl0-dev,
19+
#jessie trusty# libgsl0-dev,
2220
#sid stretch xenial yakkety# libgsl-dev,
2321
libpq-dev,
2422
libproj-dev,
@@ -28,7 +26,7 @@ Build-Depends:
2826
libqca2-plugin-ossl,
2927
libqtwebkit-dev,
3028
#stretch jessie# libqwt-dev,
31-
#precise trusty xenial yakkety sid# libqwt5-qt4-dev,
29+
#trusty xenial yakkety sid# libqwt5-qt4-dev,
3230
#sid stretch jessie trusty xenial yakkety# libqjson-dev,
3331
libspatialite-dev,
3432
libsqlite3-dev,
@@ -41,12 +39,10 @@ Build-Depends:
4139
python-qt4-sql,
4240
python-yaml, python-mock,
4341
#stretch sid xenial yakkety# python-future,
44-
#precise# python,
45-
#precise# python-central (>= 0.5),
4642
#sid stretch jessie trusty xenial yakkety# python-all (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~),
4743
#sid stretch jessie xenial yakkety# pyqt4.qsci-dev,
4844
#sid stretch jessie trusty xenial yakkety# python-pyspatialite,
49-
#sid jessie stretch trusty xenial yakkety# python-nose2,
45+
#sid jessie stretch xenial yakkety# python-nose2,
5046
python-sip (>= 4.5.0),
5147
python-sip-dev (>= 4.5.0),
5248
libosgearth-dev,
@@ -65,9 +61,9 @@ Build-Depends:
6561
Build-Conflicts: libqgis-dev, qgis-dev
6662
#sid stretch xenial yakkety#Standards-Version: 3.9.7
6763
#jessie#Standards-Version: 3.9.6
68-
#precise trusty#Standards-Version: 3.8.4
64+
#trusty#Standards-Version: 3.8.4
6965
#sid stretch jessie#X-Python-Version: >= 2.7, << 2.8
70-
#precise trusty xenial yakkety#XS-Python-Version: current
66+
#trusty xenial yakkety#XS-Python-Version: current
7167
Vcs-Browser: https://github.com/qgis/QGIS/
7268
Vcs-Git: https://github.com/qgis/QGIS.git
7369
Homepage: http://qgis.org/
@@ -241,9 +237,8 @@ Depends:
241237
grass-dev,
242238
libexpat1-dev,
243239
#sid stretch jessie trusty xenial yakkety# libgdal-dev (>= 1.10.1-0~),
244-
#precise# libgdal-dev (>= 1.9.0) | libgdal1-dev (<< 1.9.0),
245240
libgeos-dev (>= 3.0.0),
246-
#jessie precise trusty# libgsl0-dev,
241+
#jessie trusty# libgsl0-dev,
247242
#sid stretch xenial yakkety# libgsl-dev,
248243
libpq-dev,
249244
libproj-dev,
@@ -313,8 +308,7 @@ Depends:
313308
qgis-provider-grass (= ${binary:Version}),
314309
${shlibs:Depends},
315310
${misc:Depends},
316-
#!precise# grass-core
317-
#precise# grass
311+
grass-core
318312
Replaces: qgis-provider-grass (<< 1:2.11.0+git20151002)
319313
Conflicts: qgis-provider-grass (<< 1:2.11.0+git20151002)
320314
Description: GRASS plugin for QGIS
@@ -375,14 +369,10 @@ Depends:
375369
python-qscintilla2,
376370
python-httplib2,
377371
python-jinja2,
378-
python-markupsafe,
372+
#!trusty# python-markupsafe, python-dateutil, python-yaml,
373+
#sid stretch xenial yakkety# python-owslib, python-tz, python-pyproj, python-future, python-six,
379374
python-pygments,
380-
python-dateutil,
381375
python-requests,
382-
python-tz,
383-
python-six,
384-
python-yaml,
385-
#stretch sid xenial yakkety# python-future,
386376
#sid stretch jessie trusty xenial yakkety# python-pyspatialite,
387377
libqgispython{QGIS_ABI},
388378
${shlibs:Depends},
@@ -391,7 +381,6 @@ Depends:
391381
${sip:Depends}
392382
Provides: ${python:Provides}
393383
Recommends: liblwgeom-dev
394-
#precise#XB-Python-Version: ${python:Versions}
395384
Description: Python bindings to QGIS
396385
QGIS is a Geographic Information System (GIS) which manages, analyzes and
397386
display databases of geographic information.

0 commit comments

Comments
 (0)
Please sign in to comment.