This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libkml.
commit eeae958c752e9d7952c39b9d5fd1303353a4408c Author: Bas Couwenberg <[email protected]> Date: Wed Dec 23 11:08:40 2015 +0100 New upstream release. --- debian/changelog | 6 ++++++ debian/get-orig-source | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c77fc03..27ee8f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libkml (1.3.0-1) UNRELEASED; urgency=medium + + * New upstream release. + + -- Bas Couwenberg <[email protected]> Wed, 23 Dec 2015 11:07:27 +0100 + libkml (1.3.0~rc2-2) unstable; urgency=medium * Update symbols for other architectures. diff --git a/debian/get-orig-source b/debian/get-orig-source index 661514f..a1e9857 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~rc2+git${DATE}-${COMMIT}" +VERSION="1.3.0+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

