This is an automated email from the git hooks/post-receive script. arand-guest pushed a commit to branch debdir in repository redeclipse.
commit 269830617e62291dd4c05d4d0ad4205218df364e Author: Martin Erik Werner <[email protected]> Date: Fri Jun 19 13:04:48 2015 +0200 Set version to new upstream release, add repack suffix New version is set before the actual import for uscan to do the download and repack. Add a repack suffix to indicate it's not pristine upstream. --- changelog | 3 ++- watch | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/changelog b/changelog index 3d6c12c..4be1bd9 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,6 @@ -redeclipse (1.5.1-2) UNRELEASED; urgency=medium +redeclipse (1.5.2+ds1-1) UNRELEASED; urgency=medium + * New upstream patch release 1.5 "Aurora Edition" Patch 2 * Move guidelines.txt to redeclipse-common via upstream patch, symlink doc->data instead of other way around, avoiding ยง12.3 policy semi-violation (file was used but not *needed*). diff --git a/watch b/watch index 22c5fc1..95b9559 100644 --- a/watch +++ b/watch @@ -1,3 +1,4 @@ version=3 -opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/redeclipse-$1\.tar\.gz/ \ +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/redeclipse-$1\.tar\.gz/,\ +dversionmangle=s/\+ds\d*$// \ https://github.com/red-eclipse/base/tags .*/v?(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

