Skip to content

Commit f7e07c2

Browse files
committed
debian packaging update
1 parent 5197e91 commit f7e07c2

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

debian/compat.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#sid jessie sid-oracle trusty utopic vivid#9
1+
#stretch sid jessie trusty utopic vivid#9
22
#wheezy jessie#8
33
#precise#7

debian/control.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Build-Depends:
3636
#saucy wheezy# python-dev,
3737
#saucy# libpython2.7-dev,
3838
#sid stretch jessie trusty utopic vivid# python-all (>= 2.6.6-3~), python-all-dev (>= 2.6.6-3~),
39-
#sid stretch jessie wheezy precise saucy sid-oracle trusty utopic vivid# python-qt4 (>= 4.1.0), python-qt4-dev,
39+
#sid stretch jessie wheezy precise saucy trusty utopic vivid# python-qt4 (>= 4.1.0), python-qt4-dev,
4040
#sid stretch jessie# pyqt4.qsci-dev,
4141
#sid stretch jessie trusty utopic vivid# python-pyspatialite,
4242
python-sip (>= 4.5.0),
@@ -54,7 +54,7 @@ Build-Depends:
5454
spawn-fcgi, lighttpd, poppler-utils, locales, qt4-doc-html,
5555
libqt4-sql-sqlite
5656
Build-Conflicts: libqgis-dev, qgis-dev
57-
#sid stretch jessie sid-oracle vivid#Standards-Version: 3.9.6
57+
#sid stretch jessie vivid#Standards-Version: 3.9.6
5858
#wheezy#Standards-Version: 3.9.3
5959
#precise saucy trusty utopic#Standards-Version: 3.8.4
6060
#sid stretch jessie#X-Python-Version: >= 2.7, << 2.8

debian/rules

+7-3
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,15 @@ ifneq (,$(findstring $(DISTRIBUTION),"wheezy precise"))
9393
CMAKE_OPTS += -DWITH_PYSPATIALITE=TRUE
9494
endif
9595

96-
ifneq (,$(findstring $(DISTRIBUTION),"sid sid-oracle stretch"))
96+
ifneq (,$(findstring $(DISTRIBUTION),"sid stretch"))
9797
CMAKE_OPTS += -DPOSTGRES_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpq.so
9898
endif
9999

100-
ifneq (,$(findstring $(DISTRIBUTION),"jessie stretch trusty utopic vivid sid sid-oracle"))
100+
ifneq (,$(findstring $(DISTRIBUTION),"sid"))
101+
CMAKE_OPTS += -DGEOS_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libgeos_c.so
102+
endif
103+
104+
ifneq (,$(findstring $(DISTRIBUTION),"jessie stretch trusty utopic vivid sid"))
101105
CMAKE_OPTS += -DPYTHON_LIBRARY=/usr/lib/$(DEB_BUILD_MULTIARCH)/libpython2.7.so
102106
endif
103107

@@ -122,7 +126,7 @@ else
122126
CMAKE_OPTS += -DENABLE_TESTS=TRUE
123127
endif
124128

125-
ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie stretch trusty sid sid-oracle"))
129+
ifneq (,$(findstring $(DISTRIBUTION),"wheezy jessie stretch trusty sid"))
126130
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
127131
CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
128132
CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)

0 commit comments

Comments
 (0)