[QGIS Commit] r14115 - in trunk/qgis: . debian

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sat Aug 21 06:10:49 EDT 2010


Author: jef
Date: 2010-08-21 10:10:49 +0000 (Sat, 21 Aug 2010)
New Revision: 14115

Modified:
   trunk/qgis/
   trunk/qgis/debian/control
Log:
debian packaging fix


Property changes on: trunk/qgis
___________________________________________________________________
Modified: svn:ignore
   - ID
autogen.sh
Makefile
Makefile.in
Makefile.win.rules
aclocal.m4
compile
config.guess
config.log
config.status
config.sub
configure
libtool
ltmain.sh
qgis.spec
qgsconfig.h
qgsconfig.h.in
qgssvnversion.h
stamp-h1
*.pcs
*.kdevses
*.loT
*.in
.deps
.libs
build
*.diff

   + ID
autogen.sh
Makefile
Makefile.in
Makefile.win.rules
aclocal.m4
compile
config.guess
config.log
config.status
config.sub
configure
libtool
ltmain.sh
qgis.spec
qgsconfig.h
qgsconfig.h.in
qgssvnversion.h
stamp-h1
*.pcs
*.kdevses
*.loT
*.in
.deps
.libs
build
*.diff
*.log*


Modified: trunk/qgis/debian/control
===================================================================
--- trunk/qgis/debian/control	2010-08-21 10:02:31 UTC (rev 14114)
+++ trunk/qgis/debian/control	2010-08-21 10:10:49 UTC (rev 14115)
@@ -2,13 +2,12 @@
 Section: science
 Priority: extra
 Maintainer: Quantum GIS developers <qgis-developer at lists.osgeo.org>
-Build-Depends: debhelper (>= 7), libgdal1-dev, libpq-dev, 
- libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, libproj-dev, libexpat1-dev, 
- flex, bison, python-dev, cmake (>= 2.6), python-sip (>= 4.5.0), python-central (>=0.5), python,
- libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
+Build-Depends: debhelper (>= 5.0.51~), libgdal1-dev, libpq-dev, 
+ libgeos-dev (>= 3.0.0), grass-dev, libsqlite3-dev, libgsl0-dev, proj (<< 4.7.0) | libproj-dev (>= 4.7.0), libexpat1-dev, 
+ flex, bison, python-dev, cmake (>= 2.6), python-sip4 (>= 4.5.0), python-central (>=0.5), python,
+ sip4 (>= 4.5), libqt4-core (>=4.4.0), libqt4-dev (>=4.4.0), libqt4-gui (>=4.4.0),
  libqt4-sql (>=4.4.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
- python-sip-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libspatialite-dev,
- pkg-config, subversion
+ python-sip4-dev (>= 4.5.0), pyqt4-dev-tools, libqwt5-qt4-dev, libfcgi-dev, subversion
 Build-Conflicts: libqgis-dev, qgis-dev
 Standards-Version: 3.8.4
 XS-Python-Version: current
@@ -69,7 +68,7 @@
 
 Package: qgis-plugin-grass
 Architecture: any
-Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass640+42329
+Depends: qgis (= ${binary:Version}), qgis-plugin-grass-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, grass
 Description: GRASS plugin for Quantum GIS
  Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
  and display databases of geographic information.
@@ -80,8 +79,6 @@
 Package: qgis-plugin-grass-common
 Architecture: all
 Depends: python
-Replaces: qgis-common (<< 1.5)
-Breaks: qgis-common (<< 1.5)
 Description: GRASS plugin for Quantum GIS - architecture-independent data
  Quantum GIS is a Geographic Information System (GIS) which manages, analyzes
  and display databases of geographic information.
@@ -92,7 +89,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: python-qt4 (>=4.1.0), python-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: python-qt4 (>=4.1.0), python-sip4 (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS



More information about the QGIS-commit mailing list