This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository qgis.
commit e7947560423e59ecfeac6d2b0b73ba6967db31ab Author: Bas Couwenberg <[email protected]> Date: Tue Dec 1 21:27:56 2015 +0100 Add build dependency on dh-python. --- debian/changelog | 1 + debian/control | 1 + debian/python-qgis.lintian-overrides | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8ab5087..1a9afe2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ qgis (2.8.4+dfsg-1) UNRELEASED; urgency=medium * Drop software-typo.patch, applied upstream. Refresh remaining patches. * Add patch to fix 'occurrences' typo. * Update symbols for amd64. + * Add build dependency on dh-python. -- Bas Couwenberg <[email protected]> Mon, 30 Nov 2015 08:16:36 +0100 diff --git a/debian/control b/debian/control index ea5a977..47ce16a 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Priority: optional Build-Depends: bison, cmake (>= 2.8), debhelper (>= 9), + dh-python, flex, grass-dev, libexpat1-dev, diff --git a/debian/python-qgis.lintian-overrides b/debian/python-qgis.lintian-overrides index 7d06d0b..015f21d 100644 --- a/debian/python-qgis.lintian-overrides +++ b/debian/python-qgis.lintian-overrides @@ -3,5 +3,5 @@ # unprotected: memcpy # unprotected: strcpy # unprotected: memmove -python-qgis: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/qgis/_core.so +python-qgis: hardening-no-fortify-functions usr/lib/python2.7/dist-packages/qgis/_core.*.so -- 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

