Skip to content

Commit c56801e

Browse files
author
jef
committedApr 28, 2008
debian packaging update in preparation of launchpad builds for ubuntu gutsy and hardy
git-svn-id: http://svn.osgeo.org/qgis/branches/Release-0.10.0@8384 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 52fd865 commit c56801e

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed
 

‎debian/changelog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
qgis (0.10.0-1) gutsy; urgency=low
2+
3+
* updated Maintainer field
4+
* updated version for sip build dependency and removed old libgdal<1.5
5+
dependencies.
6+
* removed explicit shared library dependency for qgis and qgis-grass-plugin.
7+
* removed recommends for qt4-designer on libqgis1-dev, because there's also
8+
a depends.
9+
10+
-- Jürgen E. Fischer <jef@norbit.de> Mon, 28 Apr 2008 22:21:53 +0200
11+
112
qgis (0.10.0) gutsy; urgency=low
213

314
* This release includes over 120 bug fixes and enchancements

‎debian/control

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
Source: qgis
22
Section: science
33
Priority: extra
4-
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
5-
Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
6-
Build-Depends: debhelper (>= 5.0.0), libgdal1-dev | libgdal1-1.3.2-dev | libgdal1-1.4.0-dev , libpq-dev,
4+
Maintainer: Quantum GIS developers <qgis-developer@lists.osgeo.org>
5+
Build-Depends: debhelper (>= 5.0.0), libgdal1-dev, libpq-dev,
76
libgeos-dev (>= 2.0.1-1), dpatch, grass-dev, libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev,
8-
flex, bison, python-dev, cmake (>=2.4.3) , python-sip4, python-sip4-dev, python-qt4-dev,
9-
sharutils, sip4 (>= 4.4), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
10-
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0.0), python-qt4-dev (>=4.0.0)
7+
flex, bison, python-dev, cmake (>=2.4.3), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
8+
sharutils, sip4 (>= 4.5), libqt4-core (>=4.2.0), libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0),
9+
libqt4-qt3support (>=4.2.0), libqt4-sql (>=4.2.0), python-qt4 (>=4.0.0), python-qt4-dev (>=4.0.0),
10+
python-sip4-dev (>= 4.5.0)
1111
Standards-Version: 3.7.2
1212
XS-Python-Version: current
1313
Homepage: http://qgis.org/
1414

1515
Package: qgis
1616
Architecture: any
17-
Depends: ${shlibs:Depends}, ${misc:Depends}, libqgis-core0.10, libqgis-gui0.10
17+
Depends: ${shlibs:Depends}, ${misc:Depends}
1818
Suggests: qgis-plugin-grass
1919
XB-Python-Version: ${python:Versions}
2020
Description: Geographic Information System (GIS)
@@ -62,7 +62,6 @@ Depends: qgis (= ${binary:Version}), libgdal1-dev | libgdal1-1.3.2-dev , libpq-d
6262
Provides: libqgis-dev
6363
Conflicts: libqgis-dev, qgis-dev
6464
Replaces: qgis-dev
65-
Suggests: qt4-designer
6665
Description: QGIS Geographic Information System - development files
6766
QGIS is a Geographic Information System (GIS)
6867
which manages, analyzes and display databases of
@@ -73,7 +72,7 @@ Description: QGIS Geographic Information System - development files
7372

7473
Package: qgis-plugin-grass
7574
Architecture: any
76-
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.4.0-grass | libgdal1-1.3.2-grass, libqgisgrass0.10
75+
Depends: qgis (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgdal1-1.5.0-grass
7776
Description: Plugin for accessing GRASS data from QGIS
7877
This plugin enables a GRASS data access toolbox in the QGIS
7978
geographic data viewer.

0 commit comments

Comments
 (0)
Please sign in to comment.