This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libncl.
commit 61d84128ac1f2805b76bd02f94ef4e49c620f5ac Author: Andreas Tille <[email protected]> Date: Mon Feb 1 21:00:00 2016 +0100 Use with-constfuncs=yes to enable building garli --- debian/changelog | 6 ++++++ debian/rules | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index f53098f..bec67c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libncl (2.1.18+dfsg-2) UNRELEASED; urgency=medium + + * Use with-constfuncs=yes to enable building garli + + -- Andreas Tille <[email protected]> Mon, 01 Feb 2016 20:44:31 +0100 + libncl (2.1.18+dfsg-1) unstable; urgency=low * Initial release (Closes: #810240) diff --git a/debian/rules b/debian/rules index 3004993..8291f82 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,9 @@ %: dh $@ --with autoreconf +override_dh_auto_configure: + dh_auto_configure -- --with-constfuncs=yes + override_dh_clean: dh_clean find . -name ".roundTripNCL*" -delete -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libncl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
