[SCM] tablet kcm packaging files branch, master, updated. debian/1.3.7-1-6-g2701fcb

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Wed Jun 26 17:16:55 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kcm-tablet.git;a=commitdiff;h=191c41d

The following commit has been merged in the master branch:
commit 191c41d9d7e5501b5d4f146e08f8e86ab06c01c1
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Jun 26 14:11:44 2013 -0300

    Export flags to allow hardening of the binaries.
---
 debian/changelog |    1 +
 debian/rules     |    4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 25c7c90..245243d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ wacomtablet (2.0-1) UNRELEASED; urgency=low
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Use canonical Vcs fields.
+  * Export flags to allow hardening of the binaries.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 26 Jun 2013 17:58:46 +0200
 
diff --git a/debian/rules b/debian/rules
index cec3174..1ac64fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
+export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS) $(shell dpkg-buildflags --get CPPFLAGS)
+export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@ --with kde
 

-- 
tablet kcm packaging files



More information about the pkg-kde-commits mailing list