This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf-cxx-legacy.
commit 7e1cdada32d0d4f77fd514b1ca85b885657ffe49 Author: Bas Couwenberg <[email protected]> Date: Thu Jun 25 19:45:08 2015 +0200 Enable verbose test output. --- debian/changelog | 1 + debian/rules | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e94535f..d8fa706 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ netcdf-cxx-legacy (4.2-1~exp2) UNRELEASED; urgency=medium * Add Breaks/Replaces on libnetcdf-dev to libnetcdf-cxx-legacy-dev. (closes: #789936) + * Enable verbose test output. -- Bas Couwenberg <[email protected]> Thu, 25 Jun 2015 19:38:37 +0200 diff --git a/debian/rules b/debian/rules index 5dad113..e92206b 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 -UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/[~+].*//; s/^[0-9]://') +UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') + +# Verbose test output +export VERBOSE=1 %: dh $@ --with autoreconf,pkgkde_symbolshelper --parallel -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-cxx-legacy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

