From 7978d8ff923d07240a8791a3653f195732d48736 Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Mon, 5 Aug 2013 23:50:43 +0100 Subject: Set snapshot date as date of latest upstream commit --- debian/get-vcs-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/get-vcs-snapshot.sh b/debian/get-vcs-snapshot.sh index b1309f5..de39e9e 100644 --- a/debian/get-vcs-snapshot.sh +++ b/debian/get-vcs-snapshot.sh @@ -8,12 +8,12 @@ echo Downloading latest snapshot from git repository... DEB_SOURCE_PACKAGE=`egrep '^Source: ' debian/control | cut -f 2 -d ' '` VERSION_UPSTREAM=`dpkg-parsechangelog | grep ^Version: | sed -e 's/^Version:\s*//' -e s/-[^-]*$// -e s/\+git.*//` -VERSION_DATE=`/bin/date --utc +%0Y%0m%0d` git clone --depth 1 ${GIT} GIT_SHA=`git --git-dir="${DEB_SOURCE_PACKAGE}/.git" show --pretty=format:"%h" --quiet | head -1 || true` +VERSION_DATE=`git --git-dir="${DEB_SOURCE_PACKAGE}/.git" log --no-color -1 --date=iso | sed -ne "s/Date:\s\+\(.*\).*/\1/p" | cut -d" " -f1 | tr -d "-"` VERSION_FULL="${VERSION_UPSTREAM}+git${VERSION_DATE}.${GIT_SHA}" TARBALL="../${DEB_SOURCE_PACKAGE}_${VERSION_FULL}.orig.tar.gz" -- cgit v1.2.3