This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qgis.
commit b50722b67a25facf1c8f1d89a4bc5c3b125e488c Author: Bas Couwenberg <[email protected]> Date: Fri Jul 8 14:41:52 2016 +0200 Reorder (build) dependencies. --- debian/control | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/debian/control b/debian/control index 87c0e53..5f591fb 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,8 @@ Build-Depends: bison, libgdal-dev (>= 1.10.1-0~), libgeos-dev (>= 3.0.0), libgsl-dev | libgsl0-dev, + libopenscenegraph-dev, + libosgearth-dev (>= 2.5.0), libpq-dev, libproj-dev, libqt4-dev (>= 4.7.0), @@ -23,6 +25,7 @@ Build-Depends: bison, libqt4-sql-sqlite, libqca2-dev, libqca2-plugin-ossl, + libqscintilla2-dev, libqwt-dev, libspatialite-dev, libsqlite3-dev, @@ -45,9 +48,6 @@ Build-Depends: bison, python-sip-dev (>= 4.5.0), python-yaml, qt4-doc-html, - libosgearth-dev (>= 2.5.0), - libopenscenegraph-dev, - libqscintilla2-dev, git, doxygen, graphviz, @@ -337,21 +337,21 @@ Description: OSG globe plugin for QGIS - architecture-independent data Package: python-qgis Architecture: any Section: python -Depends: python-qt4, - python-qt4-sql, - python-sip, - python-qgis-common (= ${source:Version}), - python-psycopg2, - python-qscintilla2, +Depends: python-qgis-common (= ${source:Version}), + python-dateutil, python-httplib2, python-jinja2, python-markupsafe, + python-psycopg2, python-pygments, - python-dateutil, - python-tz, + python-qscintilla2, + python-qt4, + python-qt4-sql, + python-pyspatialite, + python-sip, python-six, + python-tz, python-yaml, - python-pyspatialite, libqgispython2.14.4, ${shlibs:Depends}, ${python:Depends}, @@ -385,8 +385,8 @@ Package: qgis-providers Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: qgis-providers-common (= ${source:Version}), - libqt4-sql-sqlite, libqca2-plugin-ossl, + libqt4-sql-sqlite, ${shlibs:Depends}, ${misc:Depends} Breaks: qgis (<= 1.6) -- 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

