This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository objenesis.
commit fbdfbb447a38758d25184d8c63d868d30022618c Author: Markus Koschany <[email protected]> Date: Tue Nov 25 20:50:24 2014 +0100 Update watch file. The objenesis project moved to Github. Drop orig-tar.sh as well --- debian/changelog | 6 ++++++ debian/orig-tar.sh | 12 ------------ debian/watch | 7 +++---- 3 files changed, 9 insertions(+), 16 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3572df8..7282765 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +objenesis (2.1+full-1) UNRELEASED; urgency=medium + + * + + -- Markus Koschany <[email protected]> Tue, 25 Nov 2014 20:44:44 +0100 + objenesis (1.2+full-3) unstable; urgency=low * Team upload. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index ca034c1..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -e - -VERSION=$2 -PACKAGE=$(dpkg-parsechangelog | sed -n 's/^Source: //p') -TARBALL=../${PACKAGE}_${VERSION}.orig.tar.gz -DIR=${PACKAGE}-${VERSION} -TAG=$(echo ${VERSION} | sed -e's,\.,_,g') - -## objenesis-${VERSION}-bin.zip contains objenesis-${VERSION}-sources.jar -svn export http://objenesis.googlecode.com/svn/tags/${TAG} ${DIR} -tar -zcvf $TARBALL $DIR -rm -rf $DIR ../$VERSION diff --git a/debian/watch b/debian/watch index 3ddfbe7..3cf62c9 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,4 @@ version=3 - -opts=uversionmangle=s/_/./g \ - http://objenesis.googlecode.com/svn/tags/ (\d.*)/ \ - debian debian/orig-tar.sh +opts=dversionmangle=s/(\da?)[\+\.\-~](?:dfsg|debian|ds|repack|repacked)\.?\d*$/$1/ \ +https://github.com/easymock/objenesis/tags \ +.*/archive/(?:upstream/)?(?:v||version-|release-|X|R|r)(\d\S*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/objenesis.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

