Skip to content

Commit 2095c7e

Browse files
committed
add ubuntu oneiric to debian packaging
1 parent 7a2a328 commit 2095c7e

File tree

4 files changed

+203
-4
lines changed

4 files changed

+203
-4
lines changed

debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ qgis (1.8.0) UNRELEASED; urgency=low
44
* add qgis browser (qbrowser)
55
* add zonal statistics plugins and globe plugin
66
* migrate unstable package to dh_python2
7+
* add ubuntu oneiric
78

8-
-- Jürgen E. Fischer <jef@norbit.de> Thu, 11 Aug 2011 14:22:11 +0200
9+
-- Jürgen E. Fischer <jef@norbit.de> Tue, 23 Aug 2011 22:25:08 +0200
910

1011
qgis (1.7.0) UNRELEASED; urgency=low
1112

debian/compat.oneiric

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7

debian/control.oneiric

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
Source: qgis
2+
Section: science
3+
Priority: extra
4+
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5+
Build-Depends:
6+
bison,
7+
cmake (>= 2.6),
8+
debhelper (>= 7),
9+
flex,
10+
grass-dev,
11+
libexpat1-dev,
12+
libfcgi-dev,
13+
libgdal1-dev,
14+
libgeos-dev (>= 3.0.0),
15+
libgsl0-dev,
16+
libpq-dev,
17+
libproj-dev,
18+
libqt4-dev (>=4.4.0),
19+
libqtwebkit-dev,
20+
libqwt5-qt4-dev,
21+
libspatialite-dev,
22+
libsqlite3-dev,
23+
pkg-config,
24+
pyqt4-dev-tools,
25+
python,
26+
python-central (>=0.5),
27+
python-dev,
28+
python-qt4 (>=4.1.0),
29+
python-qt4-dev (>=4.1.0),
30+
python-sip (>= 4.5.0),
31+
python-sip-dev (>= 4.5.0),
32+
git,
33+
doxygen,
34+
graphviz,
35+
txt2tags
36+
Build-Conflicts: libqgis-dev, qgis-dev
37+
Standards-Version: 3.8.4
38+
XS-Python-Version: current
39+
Homepage: http://qgis.org/
40+
41+
Package: qgis
42+
Architecture: any
43+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-providers (= ${binary:Version}), qgis-common (= ${source:Version})
44+
Recommends: qgis-plugin-grass, python-qgis
45+
Suggests: gpsbabel
46+
Conflicts: uim-qt3
47+
Description: Geographic Information System (GIS)
48+
A Geographic Information System (GIS) manages, analyzes, and displays
49+
databases of geographic information. Quantum GIS (QGIS) supports shape file
50+
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
51+
on-the-fly, map composition, and a number of other features via a plugin
52+
interface. QGIS also supports display of various georeferenced raster and
53+
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
54+
and USGS ASCII DEM.
55+
56+
Package: qgis-common
57+
Architecture: all
58+
Description: Quantum GIS - architecture-independent data
59+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
60+
and display databases of geographic information.
61+
.
62+
This package contains architecture-independent supporting data files for use
63+
with Quantum GIS.
64+
65+
Package: libqgis{QGIS_ABI}
66+
Architecture: any
67+
Depends: ${shlibs:Depends}, ${misc:Depends}
68+
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
69+
Description: Quantum GIS - shared libraries
70+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
71+
and display databases of geographic information.
72+
.
73+
This package contains the shared core and gui library that provide an
74+
interface for plugins and stand-alone applications.
75+
76+
Package: libqgis-dev
77+
Architecture: any
78+
Section: libdevel
79+
Depends:
80+
grass-dev,
81+
libexpat1-dev,
82+
libgdal1-dev,
83+
libgeos-dev (>= 3.0.0),
84+
libgsl0-dev,
85+
libpq-dev,
86+
libproj-dev,
87+
libqgis{QGIS_ABI} (= ${binary:Version}),
88+
libqt4-dev (>=4.4.0),
89+
libsqlite3-dev,
90+
python-qt4 (>=4.1.0),
91+
python-qt4-dev (>=4.1.0),
92+
qt4-designer (>=4.4.0)
93+
Provides: qgis-dev
94+
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
95+
Description: Quantum GIS - development files
96+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
97+
and display databases of geographic information.
98+
.
99+
This package contains the headers and libraries needed to develop plugins for
100+
Quantum GIS.
101+
102+
Package: qgis-plugin-grass
103+
Architecture: any
104+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass{GRASS_ABI}
105+
Description: GRASS plugin for Quantum GIS
106+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
107+
and display databases of geographic information.
108+
.
109+
This plugin enables GRASS data access in the Quantum GIS geographic data
110+
viewer.
111+
112+
Package: qgis-plugin-grass-common
113+
Architecture: all
114+
Depends: ${python:Depends}
115+
Replaces: qgis-common (<< 1.5)
116+
Breaks: qgis-common (<< 1.5)
117+
Description: GRASS plugin for Quantum GIS - architecture-independent data
118+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
119+
and display databases of geographic information.
120+
.
121+
This package contains architecture-independent supporting data files for use
122+
with the Quantum GIS GRASS plugin.
123+
124+
Package: python-qgis
125+
Section: python
126+
Architecture: any
127+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
128+
Provides: ${python:Provides}
129+
XB-Python-Version: ${python:Versions}
130+
Description: Python bindings to Quantum GIS
131+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
132+
and display databases of geographic information.
133+
.
134+
This package contains the files for the Python support.
135+
136+
Package: python-qgis-common
137+
Section: python
138+
Architecture: all
139+
Provides: ${python:Provides}
140+
Depends: gdal-bin, python-gdal, ${python:Depends}
141+
XB-Python-Version: ${python:Versions}
142+
Description: Python bindings to Quantum GIS - architecture-independent files
143+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
144+
and display databases of geographic information.
145+
.
146+
This package contains architecture-independent files for the Quantum GIS
147+
Python bindings.
148+
149+
Package: qgis-providers
150+
Architecture: any
151+
Depends: qgis-providers-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
152+
Replaces: qgis (<= 1.6)
153+
Breaks: qgis (<= 1.6)
154+
Description: collection of data providers to Quantum GIS
155+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
156+
and display databases of geographic information.
157+
.
158+
This package contains the provider plugins for Quantum GIS.
159+
160+
Package: qgis-providers-common
161+
Architecture: all
162+
Replaces: qgis-common (<= 1.6)
163+
Breaks: qgis-common (<= 1.6)
164+
Description: collection of data providers to Quantum GIS - architecture-independent files
165+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
166+
and display databases of geographic information.
167+
.
168+
This package contains architecture-independent files for the Quantum GIS
169+
providers.
170+
171+
Package: qgis-mapserver
172+
Architecture: any
173+
Depends: qgis-providers (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
174+
Description: Quantum GIS mapserver
175+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
176+
and display databases of geographic information.
177+
.
178+
This package contains the Quantum GIS mapserver.
179+
180+
Package: qgis-sqlanywhere{QGIS_ABI}
181+
Architecture: any
182+
Depends: ${shlibs:Depends}, ${misc:Depends}
183+
Description: Quantum GIS sql anywhere plugin and provider
184+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
185+
and display databases of geographic information.
186+
.
187+
This package contains the Quantum GIS sqlanywhere plugin and provider.
188+
189+
Package: qgis-api-doc
190+
Architecture: all
191+
Section: doc
192+
Description: Quantum GIS API documentation
193+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
194+
and display databases of geographic information.
195+
.
196+
This package contains the Quantum GIS API documentation.
197+

debian/rules

Lines changed: 3 additions & 3 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 squeeze hardy intrepid jaunty karmic lucid maverick natty"))
13+
ifneq ($(DISTRIBUTION),$(findstring $(DISTRIBUTION),"lenny squeeze hardy intrepid jaunty karmic lucid maverick natty oneiric"))
1414
DISTRIBUTION := sid
1515
endif
1616

@@ -32,11 +32,11 @@ CMAKE_OPTS := \
3232
-D QGIS_CGIBIN_SUBDIR=/usr/lib/cgi-bin \
3333
-D WITH_APIDOC=TRUE
3434

35-
ifneq (,$(findstring $(DISTRIBUTION),"natty"))
35+
ifneq (,$(findstring $(DISTRIBUTION),"natty oneiric"))
3636
CMAKE_OPTS += -D QT_QTWEBKIT_INCLUDE_DIR=/usr/include/QtWebKit
3737
endif
3838

39-
#ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty sid"))
39+
#ifeq (,$(findstring $(DISTRIBUTION),"squeeze lucid maverick natty oneiric sid"))
4040
CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=TRUE
4141
#else
4242
# CMAKE_OPTS += -D WITH_INTERNAL_SPATIALITE=FALSE

0 commit comments

Comments
 (0)