[SCM] breeze-plymouth packaging branch, master, updated. fa654977ad0062f71ed9b427f24d016a4653d84e

Maximiliano Curia maxy at moszumanska.debian.org
Wed May 18 07:36:56 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/breeze-plymouth.git;a=commitdiff;h=14779a0

The following commit has been merged in the master branch:
commit 14779a0d9aa09bef0ee0c2e6a7b66849d005dee1
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue May 17 16:57:46 2016 +0200

    Avoid redefining the LDFLAGS
---
 debian/rules | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index d2334b2..dd2fdba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,8 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-DEB_CFLAGS_MAINT_APPEND  := -Werror -Wno-error=unused-result \
-        -Wno-error=sign-compare
+export DEB_CFLAGS_MAINT_APPEND  = -Werror -Wno-error=unused-result -Wno-error=sign-compare
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,-Bsymbolic-functions -Wl,--as-needed
 
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 
-override_dh_auto_configure:
-	$(overridden_command) -- -DCMAKE_EXE_LINKER_FLAGS='-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed'

-- 
breeze-plymouth packaging



More information about the pkg-kde-commits mailing list