This is an automated email from the git hooks/post-receive script. corentin-guest pushed a commit to branch master in repository fw4spl.
commit e142812974c3e58c75908448f5be6f421992448b Author: Corentin Desfarges <[email protected]> Date: Fri Mar 27 17:24:51 2015 +0100 suppress developer warnings from cmake --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 82220b1..e20f693 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed dh $@ --parallel override_dh_auto_configure: - dh_auto_configure -- -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE -DCMAKE_INSTALL_RPATH="/usr/lib/fw4spl" + dh_auto_configure -- -DCMAKE_BUILD_WITH_INSTALL_RPATH=FALSE -DCMAKE_INSTALL_RPATH="/usr/lib/fw4spl" -Wno-dev override_dh_auto_install: dh_auto_install --destdir=debian/fw4spl -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fw4spl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
