This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository qgis.
commit f5749ed05c8cf86e5e422ed74d4990e187808529 Author: Bas Couwenberg <[email protected]> Date: Sat Dec 9 00:02:10 2017 +0100 Don't install PyQt4 files, no longer built. --- debian/changelog | 1 + debian/python-qgis.install | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 404f6ff..88091ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ qgis (2.14.21+dfsg-1) UNRELEASED; urgency=medium * Strip trailing whitespace from control file. * Disable use of QtWebKit. (closes: #882663) + * Don't install PyQt4 files, no longer built. -- Bas Couwenberg <[email protected]> Fri, 08 Dec 2017 22:44:28 +0100 diff --git a/debian/python-qgis.install b/debian/python-qgis.install index 4d1e16d..64c5fff 100644 --- a/debian/python-qgis.install +++ b/debian/python-qgis.install @@ -1,3 +1,3 @@ usr/lib/python*/*-packages/qgis/ -usr/lib/python*/*-packages/PyQt4/*.so -usr/lib/python*/*-packages/PyQt4/uic/widget-plugins/qtwebkit.py +#usr/lib/python*/*-packages/PyQt4/*.so +#usr/lib/python*/*-packages/PyQt4/uic/widget-plugins/qtwebkit.py -- 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

