This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pprepair.
commit ef7a6e1c81b9d779c2b6199f986564eb906c6c60 Author: Bas Couwenberg <[email protected]> Date: Sat Jul 1 17:30:24 2017 +0200 Drop hardening.patch, applied upstream. --- debian/changelog | 1 + debian/patches/hardening.patch | 18 ------------------ debian/patches/series | 1 - 3 files changed, 1 insertion(+), 19 deletions(-) diff --git a/debian/changelog b/debian/changelog index babcdd8..fd06616 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ pprepair (0.0~20170614-dd91a21-1) UNRELEASED; urgency=medium * Bump Standards-Version to 4.0.0, no changes. * Add autopkgtest to test installability. * Use pkg-info.mk variables instead of dpkg-parsechangelog output. + * Drop hardening.patch, applied upstream. -- Bas Couwenberg <[email protected]> Sat, 01 Jul 2017 17:29:04 +0200 diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch deleted file mode 100644 index 4c8fea5..0000000 --- a/debian/patches/hardening.patch +++ /dev/null @@ -1,18 +0,0 @@ -Description: Use hardening buildflags set in the environment. -Author: Bas Couwenberg <[email protected]> -Forwarded: https://github.com/tudelft3d/pprepair/pull/40 -Applied-Upstream: https://github.com/tudelft3d/pprepair/commit/7bac226a5a4b97057dd933b445402d8e7e20032c - ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -63,6 +63,10 @@ endif() - - include_directories( ${GDAL_INCLUDE_DIR} ) - -+# Hardening buildflags -+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} $ENV{CXXFLAGS}") -+set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} $ENV{LDFLAGS}") -+ - # Creating entries for target: pprepair - # ############################ - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 814900f..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -hardening.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pprepair.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

