[QGIS Commit] r15117 - trunk/qgis/debian

svn_qgis at osgeo.org svn_qgis at osgeo.org
Tue Feb 1 14:43:35 EST 2011


Author: jef
Date: 2011-02-01 11:43:35 -0800 (Tue, 01 Feb 2011)
New Revision: 15117

Modified:
   trunk/qgis/debian/changelog
   trunk/qgis/debian/control.hardy
   trunk/qgis/debian/control.intrepid
   trunk/qgis/debian/control.jaunty
   trunk/qgis/debian/control.karmic
   trunk/qgis/debian/control.lenny
   trunk/qgis/debian/control.lucid
   trunk/qgis/debian/control.maverick
   trunk/qgis/debian/control.natty
   trunk/qgis/debian/control.sid
   trunk/qgis/debian/control.squeeze
Log:
debian packaging fix

Modified: trunk/qgis/debian/changelog
===================================================================
--- trunk/qgis/debian/changelog	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/changelog	2011-02-01 19:43:35 UTC (rev 15117)
@@ -3,8 +3,10 @@
   * new development version 1.7 after branch
   * add qgis-sqlanywhere1.7.0 package
   * add road graph plugin
+  * Missing ${python:Depends} added to python-qgis dependencies
+    (closes: #611492)
 
- -- Jürgen E. Fischer <jef at norbit.de>  Fri, 28 Jan 2011 17:15:37 +0100
+ -- Jürgen E. Fischer <fischer at linux-buechse.de>  Tue, 01 Feb 2011 20:42:01 +0100
 
 qgis (1.6.0) UNRELEASED; urgency=low
 

Modified: trunk/qgis/debian/control.hardy
===================================================================
--- trunk/qgis/debian/control.hardy	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.hardy	2011-02-01 19:43:35 UTC (rev 15117)
@@ -92,7 +92,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: python-qt4 (>=4.1.0), python-sip4 (>= 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}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.intrepid
===================================================================
--- trunk/qgis/debian/control.intrepid	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.intrepid	2011-02-01 19:43:35 UTC (rev 15117)
@@ -93,7 +93,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: python-qt4 (>=4.1.0), python-sip4 (>= 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}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.jaunty
===================================================================
--- trunk/qgis/debian/control.jaunty	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.jaunty	2011-02-01 19:43:35 UTC (rev 15117)
@@ -93,7 +93,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: python-qt4 (>=4.1.0), python-sip4 (>= 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}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.karmic
===================================================================
--- trunk/qgis/debian/control.karmic	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.karmic	2011-02-01 19:43:35 UTC (rev 15117)
@@ -93,7 +93,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: python-qt4 (>=4.1.0), python-sip4 (>= 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}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.lenny
===================================================================
--- trunk/qgis/debian/control.lenny	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.lenny	2011-02-01 19:43:35 UTC (rev 15117)
@@ -119,7 +119,7 @@
 Package: python-qgis
 Section: python
 Architecture: any
-Depends: python-qt4 (>=4.1.0), python-sip4 (>= 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}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.lucid
===================================================================
--- trunk/qgis/debian/control.lucid	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.lucid	2011-02-01 19:43:35 UTC (rev 15117)
@@ -120,7 +120,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-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.maverick
===================================================================
--- trunk/qgis/debian/control.maverick	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.maverick	2011-02-01 19:43:35 UTC (rev 15117)
@@ -121,7 +121,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-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.natty
===================================================================
--- trunk/qgis/debian/control.natty	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.natty	2011-02-01 19:43:35 UTC (rev 15117)
@@ -121,7 +121,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-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.sid
===================================================================
--- trunk/qgis/debian/control.sid	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.sid	2011-02-01 19:43:35 UTC (rev 15117)
@@ -120,7 +120,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-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS

Modified: trunk/qgis/debian/control.squeeze
===================================================================
--- trunk/qgis/debian/control.squeeze	2011-02-01 16:53:25 UTC (rev 15116)
+++ trunk/qgis/debian/control.squeeze	2011-02-01 19:43:35 UTC (rev 15117)
@@ -120,7 +120,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-sip (>= 4.5.0), python-qgis-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python bindings to Quantum GIS



More information about the QGIS-commit mailing list