This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository qgis.
commit 164c81bb7df8ee88ac9781073c76f68eed5ff772 Author: Bas Couwenberg <[email protected]> Date: Sat Dec 9 01:40:50 2017 +0100 Add lintian override for dependency-on-python-version-marked-for-end-of-life. --- debian/changelog | 2 ++ debian/qgis-plugin-grass-common.lintian-overrides | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index a77b56c..c27d173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ qgis (2.14.21+dfsg-1) UNRELEASED; urgency=medium python-qgis no longer includes PyQt4 files. * Drop obsolete dbg package. * Bump Standards-Version to 4.1.2, no changes. + * Add lintian override for + dependency-on-python-version-marked-for-end-of-life. -- Bas Couwenberg <[email protected]> Fri, 08 Dec 2017 22:44:28 +0100 diff --git a/debian/qgis-plugin-grass-common.lintian-overrides b/debian/qgis-plugin-grass-common.lintian-overrides new file mode 100644 index 0000000..345bc5b --- /dev/null +++ b/debian/qgis-plugin-grass-common.lintian-overrides @@ -0,0 +1,4 @@ +# Python 3 not supported by QGIS 2.x yet. +qgis-plugin-grass-common: dependency-on-python-version-marked-for-end-of-life (Depends: python) +qgis-plugin-grass-common: dependency-on-python-version-marked-for-end-of-life (Depends: python2.7) + -- 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

