Skip to content

Commit b8bd36c

Browse files
committedMar 29, 2012
debian packaging update
1 parent 2abd900 commit b8bd36c

File tree

7 files changed

+228
-76
lines changed

7 files changed

+228
-76
lines changed
 

‎debian/changelog

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ qgis (1.9.90) UNRELEASED; urgency=low
1010
* build package with internal libspatialite where libspatialite not available
1111
* drop support for Ubuntu hardy, intrepid, jaunty and karmic
1212
* add mssqlprovider plugin
13+
* copyright & policy update (synced from debiangis)
1314

14-
-- Jürgen E. Fischer <jef@norbit.de> Fri, 23 Mar 2012 20:47:06 +0100
15+
-- Jürgen E. Fischer <jef@norbit.de> Tue, 27 Mar 2012 22:59:36 +0200
1516

1617
qgis (1.8.0) UNRELEASED; urgency=low
1718

‎debian/compat.sid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7
1+
9

‎debian/compat.wheezy

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

‎debian/control.sid

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
55
Build-Depends:
66
bison,
77
cmake (>= 2.6),
8-
debhelper (>= 7),
8+
debhelper (>= 9),
99
flex,
1010
grass-dev,
1111
libexpat1-dev,
@@ -37,8 +37,8 @@ Build-Depends:
3737
graphviz,
3838
txt2tags
3939
Build-Conflicts: libqgis-dev, qgis-dev
40-
Standards-Version: 3.8.4
41-
XS-Python-Version: current
40+
Standards-Version: 3.9.3
41+
X-Python-Version: current
4242
Homepage: http://qgis.org/
4343

4444
Package: qgis
@@ -58,6 +58,7 @@ Description: Geographic Information System (GIS)
5858

5959
Package: qgis-common
6060
Architecture: all
61+
Depends: ${misc:Depends}
6162
Description: Quantum GIS - architecture-independent data
6263
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
6364
and display databases of geographic information.
@@ -92,7 +93,8 @@ Depends:
9293
libsqlite3-dev,
9394
python-qt4 (>=4.1.0),
9495
python-qt4-dev (>=4.1.0),
95-
qt4-designer (>=4.4.0)
96+
qt4-designer (>=4.4.0),
97+
${misc:Depends}
9698
Provides: qgis-dev
9799
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
98100
Description: Quantum GIS - development files
@@ -114,8 +116,8 @@ Description: GRASS plugin for Quantum GIS
114116

115117
Package: qgis-plugin-grass-common
116118
Architecture: all
119+
Depends: python, ${misc:Depends}
117120
Replaces: qgis-common (<< 1.5)
118-
Depends: python
119121
Breaks: qgis-common (<< 1.5)
120122
Description: GRASS plugin for Quantum GIS - architecture-independent data
121123
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
@@ -127,8 +129,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
127129
Package: python-qgis
128130
Section: python
129131
Architecture: any
130-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
131-
Provides: ${python:Provides}
132+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
132133
Description: Python bindings to Quantum GIS
133134
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
134135
and display databases of geographic information.
@@ -139,7 +140,7 @@ Package: python-qgis-common
139140
Section: python
140141
Architecture: all
141142
Provides: ${python:Provides}
142-
Depends: gdal-bin, python-gdal
143+
Depends: gdal-bin, python-gdal, ${misc:Depends}
143144
Description: Python bindings to Quantum GIS - architecture-independent files
144145
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
145146
and display databases of geographic information.
@@ -162,6 +163,7 @@ Package: qgis-providers-common
162163
Architecture: all
163164
Replaces: qgis-common (<= 1.6)
164165
Breaks: qgis-common (<= 1.6)
166+
Depends: ${misc:Depends}
165167
Description: collection of data providers to Quantum GIS - architecture-independent files
166168
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
167169
and display databases of geographic information.

‎debian/control.squeeze

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Build-Depends:
3232
git,
3333
doxygen,
3434
graphviz,
35-
txt2tags
35+
txt2tags
3636
Build-Conflicts: libqgis-dev, qgis-dev
3737
Standards-Version: 3.8.4
3838
XS-Python-Version: current

‎debian/control.wheezy

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
55
Build-Depends:
66
bison,
77
cmake (>= 2.6),
8-
debhelper (>= 7),
8+
debhelper (>= 9),
99
flex,
1010
grass-dev,
1111
libexpat1-dev,
@@ -37,8 +37,8 @@ Build-Depends:
3737
graphviz,
3838
txt2tags
3939
Build-Conflicts: libqgis-dev, qgis-dev
40-
Standards-Version: 3.8.4
41-
XS-Python-Version: current
40+
Standards-Version: 3.9.3
41+
X-Python-Version: current
4242
Homepage: http://qgis.org/
4343

4444
Package: qgis
@@ -58,6 +58,7 @@ Description: Geographic Information System (GIS)
5858

5959
Package: qgis-common
6060
Architecture: all
61+
Depends: ${misc:Depends}
6162
Description: Quantum GIS - architecture-independent data
6263
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
6364
and display databases of geographic information.
@@ -92,7 +93,8 @@ Depends:
9293
libsqlite3-dev,
9394
python-qt4 (>=4.1.0),
9495
python-qt4-dev (>=4.1.0),
95-
qt4-designer (>=4.4.0)
96+
qt4-designer (>=4.4.0),
97+
${misc:Depends}
9698
Provides: qgis-dev
9799
Replaces: qgis-dev, libqgis1-dev, libqgis1.4.0-dev
98100
Description: Quantum GIS - development files
@@ -114,8 +116,8 @@ Description: GRASS plugin for Quantum GIS
114116

115117
Package: qgis-plugin-grass-common
116118
Architecture: all
119+
Depends: python, ${misc:Depends}
117120
Replaces: qgis-common (<< 1.5)
118-
Depends: python
119121
Breaks: qgis-common (<< 1.5)
120122
Description: GRASS plugin for Quantum GIS - architecture-independent data
121123
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
@@ -127,7 +129,7 @@ Description: GRASS plugin for Quantum GIS - architecture-independent data
127129
Package: python-qgis
128130
Section: python
129131
Architecture: any
130-
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
132+
Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
131133
Provides: ${python:Provides}
132134
Description: Python bindings to Quantum GIS
133135
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
@@ -139,7 +141,7 @@ Package: python-qgis-common
139141
Section: python
140142
Architecture: all
141143
Provides: ${python:Provides}
142-
Depends: gdal-bin, python-gdal
144+
Depends: gdal-bin, python-gdal, ${misc:Depends}
143145
Description: Python bindings to Quantum GIS - architecture-independent files
144146
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
145147
and display databases of geographic information.
@@ -162,6 +164,7 @@ Package: qgis-providers-common
162164
Architecture: all
163165
Replaces: qgis-common (<= 1.6)
164166
Breaks: qgis-common (<= 1.6)
167+
Depends: ${misc:Depends}
165168
Description: collection of data providers to Quantum GIS - architecture-independent files
166169
Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
167170
and display databases of geographic information.

‎debian/copyright

Lines changed: 203 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,203 @@
1-
This package was debianized by Steve Halasz <debian at adkgis.org> on
2-
Wed, 31 Dec 2003 10:07:40 -0500.
3-
4-
It was downloaded from:
5-
https://svn.osgeo.org/qgis/trunk/qgis
6-
7-
The upstream contributors are listed in the AUTHORS file and here
8-
reported:
9-
10-
Gary E.Sherman <sherman at mrcc dot com>
11-
Steve Halasz <stevehalasz at users.sourceforge.net>
12-
Marco Hugentobler <mhugent at users.sourceforge.net>
13-
Tim Sutton <tim at linfiniti.com>
14-
Denis Antipov <rawbytes at users.sourceforge.net>
15-
Mark Coletti <mcoletti at users.sourceforge.net>
16-
Lars Luthman <larsl at users.sourceforge.net>
17-
Jens Oberender <j.obi at troja.net>
18-
Christoph Spoerri <spoerri at users.sourceforge.net>
19-
Carl Anderson <>
20-
Gavin Macaulay <g_j_m at users.sourceforge.net>
21-
Masaru Hoshi <hoshi at users.sourceforge.net>
22-
Peter Brewer <p.w.brewer at rdg dot ac dot uk>
23-
Radim Blazek <blazek at itc.it>
24-
Tom Elwertowski <telwertowski at users.sourceforge.net>
25-
Godofredo Contreras <frdcn at hotmail.com>
26-
Martin Dobias <wonder.sk at gmail.com>
27-
Brendan Morley <morb at beagle.com.au>
28-
Magnus Homann <magnus at homann.se>
29-
Jürgen E. Fischer <jef at norbit.de>
30-
Tisham Dhar <tisham at apogee.com.au>
31-
Leonardo Lami <lami at faunalia.it>
32-
Marco Pasetti <marco.pasetti at alice.it>
33-
Mateusz Loskot <mateusz at loskot dot net>
34-
Peter Ersts <ersts at amnh.org>
35-
Borys Jurgiel <borysiasty at aster.pl>
36-
Paolo Cavallini <cavallini at faunalia.it>
37-
Carson J. Q. Farmer <carson dot farmer at gmail dot com>
38-
Lorenzo Masini <lorenxo86 at gmail.com>
39-
Werner Macho <werner.macho at gmail.com>
40-
Giuseppe Sucameli <brush.tyler at gmail.com>
41-
Alessandro Furieri <a.furieri at lqt.it>
42-
43-
Copyright:
44-
45-
Copyright (C) 2003-2010 the authors
46-
47-
This program is free software; you can redistribute it and/or
48-
modify it under the terms of the GNU General Public License as
49-
published by the Free Software Foundation; either version 2 of
50-
the License, or (at your option) any later version.
51-
52-
This program is distributed in the hope that it will be useful,
53-
but WITHOUT ANY WARRANTY; without even the implied warranty of
54-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
55-
GNU General Public License for more details.
56-
57-
On Debian systems, the complete text of the GNU General Public
58-
License can be found in the /usr/share/common-licenses/GPL-2 file.
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: Quantum GIS
3+
Upstream-Contact: qgis-developer@lists.osgeo.org
4+
Source: git://github.com/qgis/Quantum-GIS.git
5+
6+
Files: *
7+
Comment: The upstream contributors are listed in the PROVENANCE file
8+
and here reported.
9+
Copyright: Gary E.Sherman <sherman@mrcc dot com>
10+
Steve Halasz <stevehalasz@users.sourceforge.net>
11+
Marco Hugentobler <mhugent@users.sourceforge.net>
12+
Tim Sutton <tim@linfiniti.com>
13+
Denis Antipov <rawbytes@users.sourceforge.net>
14+
Mark Coletti <mcoletti@users.sourceforge.net>
15+
Lars Luthman <larsl@users.sourceforge.net>
16+
Jens Oberender <j.obi@troja.net>
17+
Christoph Spoerri <spoerri@users.sourceforge.net>
18+
Carl Anderson <>
19+
Gavin Macaulay <g_j_m@users.sourceforge.net>
20+
Masaru Hoshi <hoshi@users.sourceforge.net>
21+
Peter Brewer <p.w.brewer@rdg dot ac dot uk>
22+
Radim Blazek <blazek@itc.it>
23+
Tom Elwertowski <telwertowski@users.sourceforge.net>
24+
Godofredo Contreras <frdcn@hotmail.com>
25+
Martin Dobias <wonder.sk@gmail.com>
26+
Brendan Morley <morb@beagle.com.au>
27+
Magnus Homann <magnus@homann.se>
28+
Jürgen E. Fischer <jef@norbit.de>
29+
Tisham Dhar <tisham@apogee.com.au>
30+
Leonardo Lami <lami@faunalia.it>
31+
Marco Pasetti <marco.pasetti@alice.it>
32+
Mateusz Loskot <mateusz@loskot dot net>
33+
Peter Ersts <ersts@amnh.org>
34+
Borys Jurgiel <borysiasty@aster.pl>
35+
Paolo Cavallini <cavallini@faunalia.it>
36+
Carson J. Q. Farmer <carson dot farmer@gmail dot com>
37+
Lorenzo Masini <lorenxo86@gmail.com>
38+
Werner Macho <werner.macho@gmail.com>
39+
Giuseppe Sucameli <brush.tyler@gmail.com>
40+
Alessandro Furieri <a.furieri@lqt.it>
41+
2008 Paolo L. Scala, Barbara Rita Barricelli, Marco Padula
42+
License: GPL-2+
43+
This program is free software; you can redistribute it and/or
44+
modify it under the terms of the GNU General Public License as
45+
published by the Free Software Foundation; either version 2 of
46+
the License, or (at your option) any later version.
47+
48+
This program is distributed in the hope that it will be useful,
49+
but WITHOUT ANY WARRANTY; without even the implied warranty of
50+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
51+
GNU General Public License for more details.
52+
.
53+
On Debian systems, the complete text of the GNU General Public
54+
License can be found in the /usr/share/common-licenses/GPL-2 file.
55+
56+
Files: python/pyspatialite/*
57+
Copyright: 2004-2007 Gerhard Häring <gh@ghaering.de>
58+
License: Zlib
59+
This software is provided 'as-is', without any express or implied
60+
warranty. In no event will the authors be held liable for any damages
61+
arising from the use of this software.
62+
.
63+
Permission is granted to anyone to use this software for any purpose,
64+
including commercial applications, and to alter it and redistribute it
65+
freely, subject to the following restrictions:
66+
.
67+
1. The origin of this software must not be misrepresented; you must not
68+
claim that you wrote the original software. If you use this software
69+
in a product, an acknowledgment in the product documentation would be
70+
appreciated but is not required.
71+
2. Altered source versions must be plainly marked as such, and must not be
72+
misrepresented as being the original software.
73+
3. This notice may not be removed or altered from any source distribution.
74+
75+
Files: src/plugins/dxf2shp_converter/builder.cpp
76+
Copyright: 1999, Frank Warmerdam <warmerda@pobox.com>
77+
Comment: The code is heavily based on Christopher Michaelis' DXF to
78+
Shapefile Converter (http://www.wanderingidea.com/content/view/12/25/),
79+
released under GPL License
80+
.
81+
This code is based on two other products:
82+
DXFLIB (http://www.ribbonsoft.com/dxflib.html)
83+
This is a library for reading DXF files, also GPL.
84+
SHAPELIB (http://shapelib.maptools.org/)
85+
Used for the Shapefile functionality.
86+
License: Expat
87+
Permission is hereby granted, free of charge, to any person obtaining a copy
88+
of this software and associated
89+
documentation files (the "Software"), to deal in the Software without
90+
restriction, including without limitation
91+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
92+
and/or sell copies of the Software,
93+
and to permit persons to whom the Software is furnished to do so, subject to
94+
the following conditions:
95+
.
96+
The above copyright notice and this permission notice shall be included in
97+
all copies or substantial portions of the Softwa
98+
.
99+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
100+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTY
101+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
102+
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDER
103+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
104+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
105+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106+
SOFTWARE.
107+
108+
Files: src/core/gps/config.h
109+
src/core/gps/context.c
110+
src/core/gps/context.h
111+
src/core/gps/gmath.c
112+
src/core/gps/gmath.h
113+
src/core/gps/info.c
114+
src/core/gps/info.h
115+
src/core/gps/nmeatime.h
116+
src/core/gps/parse.c
117+
src/core/gps/parse.h
118+
src/core/gps/parser.h
119+
src/core/gps/sentence.c
120+
src/core/gps/sentence.h
121+
src/core/gps/time.c
122+
src/core/gps/tok.c
123+
src/core/gps/tok.h
124+
src/core/gps/units.h
125+
Copyright: Tim <xtimor@gmail.com>
126+
License: LGPL-2+
127+
128+
Files: src/plugins/dxf2shp_converter/shapelib-1.2.10/*
129+
License: LGPL-2+
130+
131+
Files: src/providers/sqlanywhere/sqlanyconnection/sacapi/*
132+
Copyright: 2008-2010 iAnywhere Solutions, Inc.
133+
License: Apache
134+
Licensed under the Apache License, Version 2.0 (the "License");
135+
you may not use this file except in compliance with the License.
136+
You may obtain a copy of the License at
137+
.
138+
http://www.apache.org/licenses/LICENSE-2.0
139+
.
140+
Unless required by applicable law or agreed to in writing, software
141+
distributed under the License is distributed on an "AS IS" BASIS,
142+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
143+
.
144+
See the License for the specific language governing permissions and
145+
limitations under the License.
146+
.
147+
While not a requirement of the license, if you do modify this file, we
148+
would appreciate hearing about it. Please email
149+
sqlany_interfaces@sybase.com
150+
151+
Files: cmake/PythonCompile.py
152+
Copyright: Simon Edwards <simon@simonzone.com>
153+
License: public-domain
154+
155+
Files: cmake/*.cmake
156+
License: BSD
157+
Redistribution and use in source and binary forms, with or without
158+
modification, are permitted provided that the following conditions
159+
are met:
160+
.
161+
1. Redistributions of source code must retain the copyright
162+
notice, this list of conditions and the following disclaimer.
163+
2. Redistributions in binary form must reproduce the copyright
164+
notice, this list of conditions and the following disclaimer in the
165+
documentation and/or other materials provided with the distribution.
166+
3. The name of the author may not be used to endorse or promote products
167+
derived from this software without specific prior written permission.
168+
.
169+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
170+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
171+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
172+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
173+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
174+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
175+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
176+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
177+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
178+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
179+
180+
Files: src/core/spatialindex/include/LineSegment.h
181+
src/core/spatialindex/include/Point.h
182+
src/core/spatialindex/include/PointerPool.h
183+
src/core/spatialindex/include/PoolPointer.h
184+
src/core/spatialindex/include/RTree.h
185+
src/core/spatialindex/include/Region.h
186+
src/core/spatialindex/include/SmartPointer.h
187+
src/core/spatialindex/include/SpatialIndex.h
188+
src/core/spatialindex/include/TemporaryFile.h
189+
src/core/spatialindex/include/Tools.h
190+
Copyright: 2004, Navel Ltd.
191+
License: LGPL-2.1+
192+
This library is free software; you can redistribute it and/or
193+
modify it under the terms of the GNU Lesser General Public
194+
License as published by the Free Software Foundation; either
195+
version 2.1 of the License, or (at your option) any later version.
196+
.
197+
This library is distributed in the hope that it will be useful,
198+
but WITHOUT ANY WARRANTY; without even the implied warranty of
199+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
200+
Lesser General Public License for more details.
201+
.
202+
On Debian systems, the complete text of the GNU Lesser General Public
203+
License can be found in the /usr/share/common-licenses/LGPL-2.1 file.

0 commit comments

Comments
 (0)
Please sign in to comment.