This is an automated email from the git hooks/post-receive script. lckarssen-guest pushed a commit to branch master in repository probabel.
commit fdd35ddf2421435b8c6b801449e92dcd27d1b27c Author: L.C. Karssen <[email protected]> Date: Fri Nov 7 21:46:48 2014 +0100 Added fix for the compiler flags hidden warning in the Debian Package Tracker (tell d/rules to use the --disable-silent-rules option of ./configure) Updated d/changelog to reflect the new upstream version as well as the aforementioned fix. --- debian/changelog | 8 ++++++++ debian/rules | 3 +++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index cfc4e3b..7b06ad9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +probabel (0.4.4-1) UNRELEASED; urgency=medium + + * New upstream release containing two bug fixes. + * Added override for ./configure options in d/rules to fix the + compiler-flags-hidden warning in the Debian Package Tracker. + + -- L.C. Karssen <[email protected]> Fri, 07 Nov 2014 17:44:37 +0100 + probabel (0.4.3-2) unstable; urgency=medium * Fix architecture field diff --git a/debian/rules b/debian/rules index c2efb9b..ea84cc6 100755 --- a/debian/rules +++ b/debian/rules @@ -24,6 +24,9 @@ DEBEXAMPLES:=$(DEBPKGNAME)-examples %: dh $@ --parallel --with autoreconf +override_dh_auto_configure: + dh_auto_configure -- --disable-silent-rules + override_dh_installdocs: dh_installdocs rm debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/COPYING -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/probabel.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
