[r-cran-rnetcdf] 04/06: update quilt hardining patch

Sebastian Gibb sgibb-guest at moszumanska.debian.org
Wed Feb 24 17:39:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

sgibb-guest pushed a commit to branch master
in repository r-cran-rnetcdf.

commit 3eb7e0e3114fb48a6b7a5cf7e4a62c1da7c53e9d
Author: Sebastian Gibb <mail at sebastiangibb.de>
Date:   Wed Feb 24 18:27:34 2016 +0100

    update quilt hardining patch
---
 debian/patches/hardening.diff | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/patches/hardening.diff b/debian/patches/hardening.diff
index 94c74e8..5206897 100644
--- a/debian/patches/hardening.diff
+++ b/debian/patches/hardening.diff
@@ -1,10 +1,8 @@
 add hardening flags
 --- a/src/Makevars.in
 +++ b/src/Makevars.in
-@@ -1,3 +1,3 @@
+@@ -1,2 +1,2 @@
 -PKG_CPPFLAGS = @DEFS@ @CPPFLAGS@
--PKG_LDFLAGS = @LDFLAGS@
--PKG_LIBS = @LIBS@
+-PKG_LIBS = @LDFLAGS@ @LIBS@
 +PKG_CPPFLAGS = @CPPFLAGS@ $(shell dpkg-buildflags --get CPPFLAGS)
-+PKG_LDFLAGS= @LDFLAGS@ $(shell dpkg-buildflags --get LDFLAGS)
-+PKG_LIBS = @LIBS@ $(shell dpkg-buildflags --get LDFLAGS)
++PKG_LIBS = @LDFLAGS@ $(shell dpkg-buildflags --get LDFLAGS) @LIBS@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-rnetcdf.git



More information about the debian-science-commits mailing list