[SCM] Packaging of KVIrc branch, experimental, updated. debian/4%4.2.0-3-11-gb7a0d5d
Andrey Rahmatullin
wrar at moszumanska.debian.org
Thu Aug 17 19:08:42 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kvirc.git;a=commitdiff;h=c131b18
The following commit has been merged in the experimental branch:
commit c131b18414ed89adcc7efc46f44958976f138860
Author: Andrey Rahmatullin <wrar at debian.org>
Date: Thu Aug 17 23:44:58 2017 +0500
Enable --as-needed, disable --no-undefined (doesn't work with the modules).
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index d391e3a..2d914ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
DH_ALWAYS_EXCLUDE:=CVS:.svn:.svnignore:.hg:.hgignore
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEBVERSION = $(shell head -n 1 debian/changelog | sed -e 's/^[^(]*(\([^)]*\)).*//')
UPVERSION = $(shell echo $(DEBVERSION) | sed -r -e 's/^.*://' -e 's/-[0-9.]*(\+b[0-9])?$$//' -e 's/.dfsg[0-9]*$$//')
--
Packaging of KVIrc
More information about the pkg-kde-commits
mailing list