This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf-fortran.
commit 886ec8b93517f133ab612ccbd2419167b0c8e3d0 Author: Bas Couwenberg <[email protected]> Date: Wed Sep 27 15:16:40 2017 +0200 Use pkg-info.mk variables instead of dpkg-parsechangelog output. --- debian/changelog | 1 + debian/rules | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 402b342..5649383 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ netcdf-fortran (4.4.4+ds-3) UNRELEASED; urgency=medium * Change priority from extra to optional. * Bump Standards-Version to 4.1.0, changes: priority. + * Use pkg-info.mk variables instead of dpkg-parsechangelog output. -- Bas Couwenberg <[email protected]> Sun, 24 Sep 2017 13:13:36 +0200 diff --git a/debian/rules b/debian/rules index f6dd6bf..58e4298 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,9 @@ # Enable hardening build flags export DEB_BUILD_MAINT_OPTIONS=hardening=+all -UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://') +include /usr/share/dpkg/pkg-info.mk + +UPSTREAM_VERSION = $(shell echo $(DEB_VERSION_UPSTREAM) | sed -e 's/\+.*//') # Verbose test output export VERBOSE=1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-fortran.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

