This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository miaviewit.
commit 039147698d1636aab7bcd21a4ed93513de80b7f2 Author: Gert Wollny <[email protected]> Date: Tue Oct 27 12:22:12 2015 +0100 Correct build flags --- debian/changelog | 1 + debian/rules | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d7d4dff..73a33cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ miaviewit (1.0.2-1) UNRELEASED; urgency=medium * New upstream release, Closes: #803050 * d/control: update standarts version to 3.9.6 tighen build dependency on libmia-2.2-dev + * d/rules: correct the buildflags -- Gert Wollny <[email protected]> Tue, 27 Oct 2015 12:13:24 +0100 diff --git a/debian/rules b/debian/rules index 4561519..37a2cf1 100755 --- a/debian/rules +++ b/debian/rules @@ -5,8 +5,7 @@ .PHONY: override_dh_strip -CXXFLAGS=-std=c++0x -LDFLAGS += -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/miaviewit.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
