[vdr-plugin-xineliboutput] 04/05: New upstream snapshot

Tobias Grimm tiber-guest at moszumanska.debian.org
Wed Feb 11 21:45:55 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-xineliboutput.

commit 2304d8f06c9f031b25d02a6ba4c631dc980c603f
Author: etobi <git at e-tobi.net>
Date:   Wed Feb 11 21:54:24 2015 +0100

    New upstream snapshot
---
 debian/changelog           |  7 +++++++
 debian/control             |  2 +-
 debian/get-vcs-snapshot.sh | 24 +++++++++++++++---------
 3 files changed, 23 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1faa688..d8ec269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+vdr-plugin-xineliboutput (1.1.0+cvs20150211-1) unstable; urgency=medium
+
+  * New Upstream Snapshot
+  * Build-depend on vdr-dev >= 2.1.9
+
+ -- Tobias Grimm <etobi at debian.org>  Wed, 11 Feb 2015 21:48:20 +0100
+
 vdr-plugin-xineliboutput (1.1.0-2) unstable; urgency=medium
 
   * Build-depend on vdr-dev (>= 2.0.6)
diff --git a/debian/control b/debian/control
index 6aa6ad9..578874c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian VDR Team <pkg-vdr-dvb-devel at lists.alioth.debian.org>
 Uploaders: Tobias Grimm <etobi at debian.org>, Thomas Schmidt <tschmidt at debian.org>, Thomas Günther <tom at toms-cafe.de>
 Build-Depends: debhelper (>= 9), gettext, pkg-config, txt2man,
- vdr-dev (>= 2.0.6),
+ vdr-dev (>= 2.1.9),
  x11proto-core-dev,
  libxine2-dev,
  libavutil-dev,
diff --git a/debian/get-vcs-snapshot.sh b/debian/get-vcs-snapshot.sh
index 956f52a..4eeba67 100644
--- a/debian/get-vcs-snapshot.sh
+++ b/debian/get-vcs-snapshot.sh
@@ -1,9 +1,15 @@
-VERSION_DATE=`/bin/date --utc +%0Y%0m%0d.%0k%0M`
-VERSION_ID="1.0.7+cvs$VERSION_DATE"
-
-echo Downloading vdr-xineliboutput $VERSION_ID from cvs...
-cvs -z3 -d:pserver:anonymous at xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput export -DNOW vdr-xineliboutput
-tar cvfz "../vdr-plugin-xineliboutput_$VERSION_ID.orig.tar.gz" vdr-xineliboutput
-rm -rf vdr-xineliboutput
-git-import-orig --pristine-tar "../vdr-plugin-xineliboutput_$VERSION_ID.orig.tar.gz"
-dch -v "$VERSION_ID-1" "New Upstream Snapshot"
+echo Downloading latest from cvs 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="${VERSION_UPSTREAM}+cvs${VERSION_DATE}"
+
+cvs -z3 -d:pserver:anonymous at xineliboutput.cvs.sourceforge.net:/cvsroot/xineliboutput export -DNOW -d ${DEB_SOURCE_PACKAGE} vdr-xineliboutput
+
+tar cvfz "../${DEB_SOURCE_PACKAGE}_$VERSION_FULL.orig.tar.gz" ${DEB_SOURCE_PACKAGE}
+
+dch -v "$VERSION_FULL-1" "New Upstream Snapshot"
+
+rm -rf ${DEB_SOURCE_PACKAGE}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-xineliboutput.git



More information about the pkg-vdr-dvb-changes mailing list