[Debian-l10n-commits] poedit branch master updated. debian/1.8.3-1-5-g9d1c376
Andreas Rönnquist
gusnan at moszumanska.debian.org
Fri Aug 7 12:39:06 UTC 2015
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 "poedit".
The branch, master has been updated
via 9d1c37675a59b00080d58b4d50400c3a6d3754ff (commit)
from 090171d339de975f0e07be47ca79fe7e8a0fb420 (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 -----------------------------------------------------------------
http://anonscm.debian.org/gitweb/?p=debian-l10n/poedit.git;a=commitdiff;h=9d1c37675a59b00080d58b4d50400c3a6d3754ff
commit 9d1c37675a59b00080d58b4d50400c3a6d3754ff
Author: Andreas Rönnquist <gusnan at gusnan.se>
Date: Fri Aug 7 14:38:15 2015 +0200
Add --as-needed linker flags
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 4 ++++
debian/rules | 2 ++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index fa4545a..ab47fc9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
poedit (1.8.4-1) unstable; urgency=medium
+ [ Gianfranco Costamagna ]
* New Upstream Version.
* Enable cpprest, now casablanca should be fine in unstable.
+ [ Andreas Rönnquist ]
+ * Add --as-needed linker flag.
+
-- Gianfranco Costamagna <locutusofborg at debian.org> Tue, 04 Aug 2015 09:39:38 +0200
poedit (1.8.3-1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 591fdfa..3ef4159 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
# export DH_VERBOSE=1
+export LDFLAGS += -Wl,--as-needed
+
%:
dh $@ --with autoreconf
-----------------------------------------------------------------------
hooks/post-receive
--
poedit
More information about the Debian-l10n-commits
mailing list