This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libhibernate-commons-annotations-java.
commit 0c5baf676837abec48c77b42f1f5a75959ebcca5 Author: Emmanuel Bourg <[email protected]> Date: Fri May 22 13:32:07 2015 +0200 Updated debian/watch to fetch the new releases from Github --- debian/README.Debian-source | 8 -------- debian/changelog | 1 + debian/orig-tar.sh | 19 ------------------- debian/watch | 2 +- 4 files changed, 2 insertions(+), 28 deletions(-) diff --git a/debian/README.Debian-source b/debian/README.Debian-source deleted file mode 100644 index 642335d..0000000 --- a/debian/README.Debian-source +++ /dev/null @@ -1,8 +0,0 @@ -libhibernate-commons-annotations-java -===================================== - -Use the rules/get-orig-source target to create the orig.tar.gz. -For more details on packaging of upstream sources please see the -debian/orig-tar.sh file. - - -- Torsten Werner <[email protected]> Sun, 11 Nov 2007 21:12:33 +0100 diff --git a/debian/changelog b/debian/changelog index ff7d113..e18dc66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libhibernate-commons-annotations-java (3.2.0.Final-3) UNRELEASED; urgency=medium * Team upload. * debian/control: - Standards-Version updated to 3.9.6 (no changes) + * debian/watch: Updated to fetch the new releases from Github * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 13 Jun 2014 11:43:17 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 568ad92..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh -e - -# $1 = version -TAR=../libhibernate-commons-annotations-java_$2.orig.tar.gz -DIR=hibernate-commons-annotations-$2 -TAG="$2" - -# clean up the upstream tarball -svn export http://anonsvn.jboss.org/repos/hibernate/commons-annotations/tags/$TAG $DIR -GZIP=--best tar -c -z -f $TAR $DIR -rm -rf $DIR -rm ../$TAG - -# move to directory 'tarballs' -if [ -r .svn/deb-layout ]; then - . .svn/deb-layout - mv $TAR $origDir - echo "moved $TAR to $origDir" -fi diff --git a/debian/watch b/debian/watch index 1814128..4d936b3 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://anonsvn.jboss.org/repos/hibernate/commons-annotations/tags/ ([0-9].*)/ debian debian/orig-tar.sh +https://github.com/hibernate/hibernate-commons-annotations/tags .*/([\d\.]+).Final.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libhibernate-commons-annotations-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

