This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libcitygml.
commit 11550204b52672e5fb172a5afad514cdf47b5025 Author: Bas Couwenberg <[email protected]> Date: Fri Jan 20 16:43:10 2017 +0100 Disable DH_VERBOSE in rules file. --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 02afceb..758513e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libcitygml (2.0.4-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. * Drop occurred-typo.patch, applied upstream. + * Disable DH_VERBOSE in rules file. -- Bas Couwenberg <[email protected]> Fri, 20 Jan 2017 16:32:17 +0100 diff --git a/debian/rules b/debian/rules index cd50cf6..17399e1 100755 --- a/debian/rules +++ b/debian/rules @@ -1,13 +1,13 @@ #!/usr/bin/make -f -export DH_VERBOSE=1 +#export DH_VERBOSE=1 # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) -CFLAGS += $(CPPFLAGS) +CFLAGS += $(CPPFLAGS) CXXFLAGS += $(CPPFLAGS) CITYGML_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libcitygml.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

