[SCM] gtk2-engines-oxygen packaging branch, master, updated. debian/1.0.2-1-11-gf87d3d1

Kai Wasserbäch curan at alioth.debian.org
Sun Feb 20 12:06:46 UTC 2011


The following commit has been merged in the master branch:
commit 9f7ecc4239b29b08092314a9290f1dd584124515
Author: Kai Wasserbäch <curan at debian.org>
Date:   Sun Feb 20 11:26:24 2011 +0100

    debian/rules: Ensure minimal linking.
---
 debian/changelog |    1 +
 debian/rules     |    5 +++++
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b998b8d..ee58a1b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ gtk2-engines-oxygen (1.0.2-2) UNRELEASED; urgency=low
     - local-options: Added with "unapply-patches".
     - options: Added to ensure BZip2 compression.
   * debian/compat: Raised to 8.
+  * debian/rules: Ensure minimal linking.
 
  -- Kai Wasserbäch <curan at debian.org>  Sun, 20 Feb 2011 10:37:21 +0100
 
diff --git a/debian/rules b/debian/rules
index 5463f4a..f059b03 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,8 @@
 
 override_dh_makeshlibs:
 	dh_makeshlibs -X/usr/lib/gtk-2.0
+
+override_dh_auto_configure:
+	dh_auto_configure -Scmake -- -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+					-DCMAKE_MODULE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed" \
+					-DCMAKE_EXE_LINKER_FLAGS="-Wl,--no-undefined -Wl,--as-needed"

-- 
gtk2-engines-oxygen packaging



More information about the pkg-kde-commits mailing list