[QGIS Commit] r8782 - trunk/qgis/debian
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Tue Jul 15 04:22:29 EDT 2008
Author: jef
Date: 2008-07-15 04:22:29 -0400 (Tue, 15 Jul 2008)
New Revision: 8782
Modified:
trunk/qgis/debian/changelog
trunk/qgis/debian/control
trunk/qgis/debian/qgis.install
Log:
debian package: update for qgis 1.0
Modified: trunk/qgis/debian/changelog
===================================================================
--- trunk/qgis/debian/changelog 2008-07-15 08:21:08 UTC (rev 8781)
+++ trunk/qgis/debian/changelog 2008-07-15 08:22:29 UTC (rev 8782)
@@ -1,3 +1,11 @@
+qgis (1.0preview1) experimental; urgency=low
+
+ * new upstream version
+ * raised abi version from 0.11 to 1
+ * introduced a build conflict with libqgis1-dev
+
+ -- Jürgen E. Fischer <jef at norbit.de> Tue, 15 Jul 2008 10:03:44 +0200
+
qgis (0.11.0test3) experimental; urgency=low
* add memory provider
Modified: trunk/qgis/debian/control
===================================================================
--- trunk/qgis/debian/control 2008-07-15 08:21:08 UTC (rev 8781)
+++ trunk/qgis/debian/control 2008-07-15 08:22:29 UTC (rev 8782)
@@ -27,7 +27,7 @@
Digital Elevation Model (DEM) formats including GeoTIFF, Arc/Info ASCII Grid,
and USGS ASCII DEM.
-Package: libqgis-core0.11
+Package: libqgis-core1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
@@ -39,7 +39,7 @@
This package contains the shared core library that
provides an interface for plugins.
-Package: libqgis-gui0.11
+Package: libqgis-gui1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: qgis (<=0.9.2rc1)
@@ -59,8 +59,8 @@
libsqlite3-dev, libgsl0-dev, proj, libexpat1-dev, libqt4-core (>=4.2.0),
libqt4-dev (>=4.2.0), libqt4-gui (>=4.2.0), libqt4-qt3support (>=4.2.0),
libqt4-sql (>=4.2.0), python-qt4 (>=4.1.0), python-qt4-dev (>=4.1.0),
- qt4-designer (>=4.2.0), libqgispython0.11, libqgisgrass0.11, libqgis-gui0.11,
- libqgis-core0.11
+ qt4-designer (>=4.2.0), libqgispython1, libqgisgrass1, libqgis-gui1,
+ libqgis-core1
Provides: libqgis-dev
Conflicts: libqgis-dev, qgis-dev
Replaces: qgis-dev
@@ -78,7 +78,7 @@
This plugin enables a GRASS data access toolbox in the Quantum GIS geographic
data viewer.
-Package: libqgisgrass0.11
+Package: libqgisgrass1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Quantum GIS - shared grass library
@@ -90,7 +90,7 @@
Package: python-qgis
Section: python
Architecture: any
-Depends: libqgispython0.11, ${shlibs:Depends}, ${misc:Depends}
+Depends: libqgispython1, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
Description: Python bindings to Quantum GIS
@@ -99,7 +99,7 @@
.
This package contains the files for the Python support.
-Package: libqgispython0.11
+Package: libqgispython1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
XB-Python-Version: ${python:Versions}
Modified: trunk/qgis/debian/qgis.install
===================================================================
--- trunk/qgis/debian/qgis.install 2008-07-15 08:21:08 UTC (rev 8781)
+++ trunk/qgis/debian/qgis.install 2008-07-15 08:22:29 UTC (rev 8782)
@@ -1,5 +1,4 @@
-usr/bin/qgis
-usr/bin/qgis_help
+usr/bin/*
usr/share/qgis/doc/CODING
usr/share/qgis/doc/favicon.ico
usr/share/qgis/doc/index.html
More information about the QGIS-commit
mailing list