This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pdal.
commit c16cfa9c3d4e4719de9ea7811e588d320c027075 Author: Bas Couwenberg <[email protected]> Date: Fri Nov 25 10:06:06 2016 +0100 Revert "Drop unused override for hardening-no-pie." This reverts commit 03c2b6ac0713db3541cbd7a48effc5835528314e. --- debian/changelog | 1 - debian/pdal.lintian-overrides | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ec77a00..79244aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ pdal (1.3.0-2) UNRELEASED; urgency=medium * Add patch to fix 'specification' typo. - * Drop unused override for hardening-no-pie. -- Bas Couwenberg <[email protected]> Sat, 15 Oct 2016 00:26:24 +0200 diff --git a/debian/pdal.lintian-overrides b/debian/pdal.lintian-overrides index 3c8288d..5cd47e3 100644 --- a/debian/pdal.lintian-overrides +++ b/debian/pdal.lintian-overrides @@ -1,3 +1,6 @@ +# PIE breaks the build +pdal: hardening-no-pie usr/bin/pdal + # Build uses -D_FORTIFY_SOURCE=2, but hardening-check reports: # Fortify Source functions: no, only unprotected functions found! pdal: hardening-no-fortify-functions * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pdal.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

