This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxstream-java.
commit 4fdc03c02852a522935bcfc433ae12ad83bb3b8c Author: Emmanuel Bourg <[email protected]> Date: Tue Mar 29 09:13:41 2016 +0200 Updated the old references to codehaus.org --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 2 +- debian/orig-tar.sh | 17 ----------------- debian/watch | 5 ++--- 5 files changed, 5 insertions(+), 22 deletions(-) diff --git a/debian/changelog b/debian/changelog index f4a9284..8e10ebd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libxstream-java (1.4.8-2) UNRELEASED; urgency=medium * Standards-Version updated to 3.9.7 (no changes) * Use secure Vcs-* fields + * Updated the old references to codehaus.org -- Emmanuel Bourg <[email protected]> Tue, 29 Mar 2016 09:06:42 +0200 diff --git a/debian/control b/debian/control index 52964b5..acf3f95 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,7 @@ Build-Depends: ant, Standards-Version: 3.9.7 Vcs-Git: https://anonscm.debian.org/git/pkg-java/libxstream-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libxstream-java.git -Homepage: http://xstream.codehaus.org +Homepage: http://x-stream.github.io Package: libxstream-java Architecture: all diff --git a/debian/copyright b/debian/copyright index 1064055..b017fbe 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: XStream -Source: http://xstream.codehaus.org +Source: https://github.com/x-stream/xstream Files: * Copyright: 2003-2006, Joe Walnes diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh deleted file mode 100755 index 0bbb860..0000000 --- a/debian/orig-tar.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh -e - -# called by uscan with '--upstream-version' <version> <file> -DIR=xstream-$2 -TAR=../libxstream-java_$2.orig.tar.xz - -# clean up the upstream tarball -unzip $3 -XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' $DIR -rm -rf $DIR $3 - -# 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 87b9923..6d71dde 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,3 @@ version=3 -opts=uversionmangle=s/-/~/ \ - http://xstream.codehaus.org/download.html \ - .*/xstream-distribution-(.*)-src.zip debian debian/orig-tar.sh +opts=uversionmangle=s/_/./g \ +https://github.com/x-stream/xstream/tags .*/archive/XSTREAM_([\d_]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxstream-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

