This is an automated email from the git hooks/post-receive script. sebastic-guest pushed a commit to branch master in repository qgis.
commit 6d7950f264d35277ceaced84b101cd9bde5cce8b Author: Bas Couwenberg <[email protected]> Date: Sat Feb 15 21:25:34 2014 +0100 Use python substitution variables for python-qgis only. --- debian/changelog | 1 + debian/control | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c676e2d..8d2a1e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ qgis (2.0.1-3) UNRELEASED; urgency=low * Run dh_sip only on python-qgis to fix the 'unused substitution variable ${sip:Depends}' warnings. * Add ${misc:Pre-Depends} for qgis-providers. + * Use python substitution variables for python-qgis only. -- Bas Couwenberg <[email protected]> Sat, 15 Feb 2014 18:20:29 +0100 diff --git a/debian/control b/debian/control index c337548..53179aa 100644 --- a/debian/control +++ b/debian/control @@ -209,7 +209,6 @@ Description: GRASS plugin for QGIS Package: qgis-plugin-grass-common Architecture: all Depends: python2.7, - ${python:Depends}, ${misc:Depends} Breaks: qgis-common (<< 1.5) Replaces: qgis-common (<< 1.5) @@ -269,9 +268,7 @@ Section: python Depends: gdal-bin, python-gdal, python-matplotlib, - ${python:Depends}, ${misc:Depends} -Provides: ${python:Provides} Description: Python bindings to QGIS - architecture-independent files QGIS is a Geographic Information System (GIS) which manages, analyzes and display databases of geographic information. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

