[X2Go-Commits] x2goplasmabindings.git - master (branch) updated: 3.0.1.5-7-g77397ad

X2Go dev team git-admin at x2go.org
Wed Dec 11 16:26:20 CET 2013


The branch, master has been updated
       via  77397adaee7b8e051cb3c729d46cf010296c9a5f (commit)
      from  e9668c9da3c35f2183b94c287c8e4b4935630afa (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 77397adaee7b8e051cb3c729d46cf010296c9a5f
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 11 16:22:22 2013 +0100

    debian/rules: Hardened package build.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog |    2 ++
 debian/rules     |    5 +++++
 2 files changed, 7 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 4b9ed6b..5e9e117 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,8 @@ x2goplasmabindings (3.0.2.0-0x2go1) UNRELEASED; urgency=low
   * debian/control:
     + Bump Standards: to 3.9.4 (no changes needed).
     + Update SYNOPSIS and LONG_DESCRIPTION.
+  * debian/rules:
+    + Hardened package build.
   * debian/source/format:
     + Switch to format 1.0.
 
diff --git a/debian/rules b/debian/rules
index b760bee..6f03593 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,5 +9,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+export CFLAGS:=$(shell dpkg-buildflags --get CFLAGS)
+export CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
+export LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+
 %:
 	dh $@ 


hooks/post-receive
-- 
x2goplasmabindings.git (Plasma/KDE4 Widget for X2Go)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goplasmabindings.git" (Plasma/KDE4 Widget for X2Go).




More information about the x2go-commits mailing list