This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libkml.
commit dd070156e546e63cafb174de18dc11e061caa288 Author: Bas Couwenberg <[email protected]> Date: Sun Dec 20 02:10:57 2015 +0100 Update get-orig-source script for RC2. --- debian/get-orig-source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/get-orig-source b/debian/get-orig-source index 4442bf7..661514f 100755 --- a/debian/get-orig-source +++ b/debian/get-orig-source @@ -15,7 +15,7 @@ PACKAGE=$(dpkg-parsechangelog | grep ^Source: | awk '{print $2}') COMMIT=$(git log -n1 --format=format:%h ${BRANCH}) DATE=$(date +%Y%m%d --date="@$(git log -n1 --format=format:%ct ${BRANCH})") -VERSION="1.3.0~r864+git${DATE}-${COMMIT}" +VERSION="1.3.0~rc2+git${DATE}-${COMMIT}" git archive --format=tar.gz --prefix=${PACKAGE}-${VERSION}/ -o ../${PACKAGE}_${VERSION}.orig.tar.gz ${BRANCH} -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libkml.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

