[vdr-plugin-epgsearch] 07/08: New Upstream Snapshot (commit a908daa)
Tobias Grimm
tiber-guest at moszumanska.debian.org
Wed Feb 11 22:14:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
tiber-guest pushed a commit to branch master
in repository vdr-plugin-epgsearch.
commit 93937883489e8681ba8fee5256ece6e15f318bf0
Author: etobi <git at e-tobi.net>
Date: Wed Feb 11 22:54:57 2015 +0100
New Upstream Snapshot (commit a908daa)
---
debian/changelog | 6 +++---
debian/get-vcs-snapshot.sh | 5 +++--
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3c2687d..69a9cc3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-vdr-plugin-epgsearch (1.0.1~beta6) UNRELEASED; urgency=medium
+vdr-plugin-epgsearch (1.0.1~beta6+git20150211-1) UNRELEASED; urgency=medium
- * New upstream release
+ * New Upstream Snapshot (commit a908daa)
- -- Tobias Grimm <etobi at debian.org> Wed, 11 Feb 2015 22:51:39 +0100
+ -- Tobias Grimm <etobi at debian.org> Wed, 11 Feb 2015 22:53:39 +0100
vdr-plugin-epgsearch (1.0.1~beta3-6) unstable; urgency=medium
diff --git a/debian/get-vcs-snapshot.sh b/debian/get-vcs-snapshot.sh
index 397a9de..c9702a0 100644
--- a/debian/get-vcs-snapshot.sh
+++ b/debian/get-vcs-snapshot.sh
@@ -2,13 +2,14 @@ echo Downloading latest from git repository...
set -e
DEB_SOURCE_PACKAGE=`egrep '^Source: ' debian/control | cut -f 2 -d ' '`
+VERSION_UPSTREAM=`dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 | cut -d- -f1 | sed -r 's/(.*)\+git.*/\1/'`
VERSION_DATE=`/bin/date --utc +%0Y%0m%0d`
-VERSION_FULL="1.0.0+git${VERSION_DATE}"
+VERSION_FULL="${VERSION_UPSTREAM}+git${VERSION_DATE}"
git clone --depth 1 git://projects.vdr-developer.org/${DEB_SOURCE_PACKAGE}.git
cd ${DEB_SOURCE_PACKAGE}
-GIT_SHA=`git show --pretty=format:"%h" --quiet || true`
+GIT_SHA=`git show --pretty=format:"%h" --quiet | head -1 || true`
cd ..
tar --exclude=.git -czf "../${DEB_SOURCE_PACKAGE}_${VERSION_FULL}.orig.tar.gz" ${DEB_SOURCE_PACKAGE}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epgsearch.git
More information about the pkg-vdr-dvb-changes
mailing list