This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository hdf4.
commit a164ecb0cb95a1173cbeb438e6fa08ad5a9d6217 Author: Bas Couwenberg <[email protected]> Date: Thu Jun 30 20:22:11 2016 +0200 Drop unused ARCHIVE variable from rules file. --- debian/changelog | 1 + debian/rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6f46546..344fe7d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libhdf4 (4.2.12-1) UNRELEASED; urgency=medium * Team upload. * New upstream release. * Update copyright file, update copyright years for The HDF Group. + * Drop unused ARCHIVE variable from rules file. -- Bas Couwenberg <[email protected]> Thu, 30 Jun 2016 19:38:29 +0200 diff --git a/debian/rules b/debian/rules index 7873253..1464561 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,6 @@ DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH) UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+(debian|dfsg|ds|deb)[0-9]*.*//; s/^[0-9]://') RELEASE := 4.2.12 -ARCHIVE := upstream/HDF$(RELEASE).tar.gz PACKAGE := libhdf4 SOVER := 0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/hdf4.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

