Skip to content

Commit 810d02b

Browse files
author
jef
committedJun 5, 2010
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13655 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0bbd68f commit 810d02b

11 files changed

+13
-8
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ qgis (1.5.0) UNRELEASED; urgency=low
1212
* exclude python scripts from grass plugin on lenny
1313
* add missing dependency to python-sip(4) to python-qgis
1414
* follow sip4 => sip transition
15+
* add gdal-bin and python-gdal dependency for GdalTools
1516

16-
-- Jürgen E. Fischer <jef@norbit.de> Wed, 02 Jun 2010 12:46:06 +0200
17+
-- Jürgen E. Fischer <jef@norbit.de> Sat, 05 Jun 2010 04:26:22 +0200
1718

1819
qgis (1.4.0) UNRELEASED; urgency=low
1920

‎debian/control.hardy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103103
Package: python-qgis-common
104104
Section: python
105105
Architecture: all
106-
Depends: python-qgis (>= ${source:Version})
106+
Depends: gdal-bin, python-gdal
107107
Provides: ${python:Provides}
108108
XB-Python-Version: ${python:Versions}
109109
Description: Python bindings to Quantum GIS - architecture-independent files

‎debian/control.intrepid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103103
Package: python-qgis-common
104104
Section: python
105105
Architecture: all
106-
Depends: python-qgis (>= ${source:Version})
106+
Depends: gdal-bin, python-gdal
107107
Provides: ${python:Provides}
108108
XB-Python-Version: ${python:Versions}
109109
Description: Python bindings to Quantum GIS - architecture-independent files

‎debian/control.jaunty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103103
Package: python-qgis-common
104104
Section: python
105105
Architecture: all
106-
Depends: python-qgis (>= ${source:Version})
106+
Depends: gdal-bin, python-gdal
107107
Provides: ${python:Provides}
108108
XB-Python-Version: ${python:Versions}
109109
Description: Python bindings to Quantum GIS - architecture-independent files

‎debian/control.karmic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103103
Package: python-qgis-common
104104
Section: python
105105
Architecture: all
106-
Depends: python-qgis (>= ${source:Version})
106+
Depends: gdal-bin, python-gdal
107107
Provides: ${python:Provides}
108108
XB-Python-Version: ${python:Versions}
109109
Description: Python bindings to Quantum GIS - architecture-independent files

‎debian/control.lenny

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Description: Python bindings to Quantum GIS
103103
Package: python-qgis-common
104104
Section: python
105105
Architecture: all
106-
Depends: python-qgis (>= ${source:Version})
106+
Depends: gdal-bin, python-gdal
107107
Provides: ${python:Provides}
108108
XB-Python-Version: ${python:Versions}
109109
Description: Python bindings to Quantum GIS - architecture-independent files

‎debian/control.lucid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Package: python-qgis-common
103103
Section: python
104104
Architecture: all
105105
Provides: ${python:Provides}
106+
Depends: gdal-bin, python-gdal
106107
XB-Python-Version: ${python:Versions}
107108
Description: Python bindings to Quantum GIS - architecture-independent files
108109
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes

‎debian/control.sid

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Package: python-qgis-common
103103
Section: python
104104
Architecture: all
105105
Provides: ${python:Provides}
106+
Depends: gdal-bin, python-gdal
106107
XB-Python-Version: ${python:Versions}
107108
Description: Python bindings to Quantum GIS - architecture-independent files
108109
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
libqgis{QGIS_ABI}: shlib-calls-exit
22
libqgis{QGIS_ABI}: package-name-doesnt-match-sonames
3+
libqgis{QGIS_ABI}: no-symbols-control-file
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
qgis-plugin-grass: binary-without-manpage
22
qgis-plugin-grass: package-name-doesnt-match-sonames
3+
qgis-plugin-grass: no-symbols-control-file

‎debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
1010
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
1111

1212
DISTRIBUTION := $(shell dpkg-parsechangelog --format rfc822 | sed -ne "s/^Distribution: //p")
13-
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"lenny hardy intrepid jaunty karmic lucid"))
13+
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"lenny squeeze hardy intrepid jaunty karmic lucid"))
1414
DISTRIBUTION := sid
1515
endif
1616

@@ -30,7 +30,7 @@ CMAKE_OPTS := \
3030
-D PEDANTIC=TRUE \
3131
-D WITH_SPATIALITE=TRUE
3232

33-
ifeq (,$(findstring $(DISTRIBUTION),"sid"))
33+
ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid sid"))
3434
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
3535
else
3636
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=FALSE

0 commit comments

Comments
 (0)