Skip to content

Commit c335e93

Browse files
author
jef
committedAug 11, 2010
debian packaging update
git-svn-id: http://svn.osgeo.org/qgis/trunk@14062 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9f7b2c7 commit c335e93

File tree

5 files changed

+118
-3
lines changed

5 files changed

+118
-3
lines changed
 

‎debian/compat.squeeze

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

‎debian/control.lenny

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
88
sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
99
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev
10+
python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, pkg-config
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.0
1313
XS-Python-Version: current

‎debian/control.sid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
77
flex, bison, python-dev, cmake (>= 2.6), python-sip (>= 4.5.0), python-central (>=0.5), python,
88
libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
99
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10-
python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev
10+
python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev, pkg-config
1111
Build-Conflicts: libqgis-dev, qgis-dev
1212
Standards-Version: 3.8.4
1313
XS-Python-Version: current

‎debian/control.squeeze

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
Source: qgis
2+
Section: science
3+
Priority: extra
4+
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5+
Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev,
6+
libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev,
7+
flex, bison, python-dev, cmake (>= 2.6), python-sip (>= 4.5.0), python-central (>=0.5), python,
8+
libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
9+
libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
10+
python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev, pkg-config
11+
Build-Conflicts: libqgis-dev, qgis-dev
12+
Standards-Version: 3.8.4
13+
XS-Python-Version: current
14+
Homepage: http://qgis.org/
15+
16+
Package: qgis
17+
Architecture: any
18+
Depends: ${shlibs:Depends}, ${misc:Depends}, qgis-common (= ${source:Version})
19+
Recommends: qgis-plugin-grass, python-qgis
20+
Suggests: gpsbabel
21+
Conflicts: uim-qt3
22+
Description: Geographic Information System (GIS)
23+
A Geographic Information System (GIS) manages, analyzes, and displays
24+
databases of geographic information. Quantum GIS (QGIS) supports shape file
25+
viewing and editing, spatial data storage with PostgreSQL/PostGIS, projection
26+
on-the-fly, map composition, and a number of other features via a plugin
27+
interface. QGIS also supports display of various georeferenced raster and
28+
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
29+
and USGS ASCII DEM.
30+
31+
Package: qgis-common
32+
Architecture: all
33+
Depends: qgis (>= ${binary:Version})
34+
Description: Quantum GIS - architecture-independent data
35+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
36+
and display databases of geographic information.
37+
.
38+
This package contains architecture-independent supporting data files for use
39+
with Quantum GIS.
40+
41+
Package: libqgis{QGIS_ABI}
42+
Architecture: any
43+
Depends: ${shlibs:Depends}, ${misc:Depends}
44+
Replaces: qgis (<=0.9.2rc1), libqgis-core1, libqgis-gui1, libqgis0, libqgis1
45+
Description: Quantum GIS - shared libraries
46+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
47+
and display databases of geographic information.
48+
.
49+
This package contains the shared core and gui library that provide an
50+
interface for plugins and stand-alone applications.
51+
52+
Package: libqgis-dev
53+
Architecture: any
54+
Section: libdevel
55+
Depends: libqgis{QGIS_ABI} (= ${binary:Version}), libgdal1-dev,
56+
libpq-dev, libgeos-dev (>= 3.0.0), grass-dev,
57+
libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev, libqt4-core (>=4.4.0),
58+
libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0), libqt4-sql (>=4.4.0),
59+
python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0), qt4-designer (>=4.4.0)
60+
Provides: qgis-dev
61+
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
62+
Description: Quantum GIS - development files
63+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
64+
and display databases of geographic information.
65+
.
66+
This package contains the headers and libraries needed to develop plugins for
67+
Quantum GIS.
68+
69+
Package: qgis-plugin-grass
70+
Architecture: any
71+
Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass{GRASS_ABI}
72+
Description: GRASS plugin for Quantum GIS
73+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
74+
and display databases of geographic information.
75+
.
76+
This plugin enables GRASS data access in the Quantum GIS geographic data
77+
viewer.
78+
79+
Package: qgis-plugin-grass-common
80+
Architecture: all
81+
Depends: python
82+
Replaces: qgis-common (<< 1.5)
83+
Breaks: qgis-common (<< 1.5)
84+
Description: GRASS plugin for Quantum GIS - architecture-independent data
85+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
86+
and display databases of geographic information.
87+
.
88+
This package contains architecture-independent supporting data files for use
89+
with the Quantum GIS GRASS plugin.
90+
91+
Package: python-qgis
92+
Section: python
93+
Architecture: any
94+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
95+
Provides: ${python:Provides}
96+
XB-Python-Version: ${python:Versions}
97+
Description: Python bindings to Quantum GIS
98+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
99+
and display databases of geographic information.
100+
.
101+
This package contains the files for the Python support.
102+
103+
Package: python-qgis-common
104+
Section: python
105+
Architecture: all
106+
Provides: ${python:Provides}
107+
Depends: gdal-bin, python-gdal
108+
XB-Python-Version: ${python:Versions}
109+
Description: Python bindings to Quantum GIS - architecture-independent files
110+
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
111+
and display databases of geographic information.
112+
.
113+
This package contains architecture-independent files for the Quantum GIS
114+
Python bindings.
115+

‎debian/rules

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ endif
5151

5252
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
5353
CMAKE_OPTS += -D CMAKE_BUILD_TYPE=Debug -D ENABLE_TESTS=TRUE
54-
CFLAGS += -DQGISDEBUG=1
5554
MAKEFLAGS += VERBOSE=YES
5655
endif
5756

0 commit comments

Comments
 (0)
Please sign in to comment.