This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository osgi-core.
commit 27a604be662f103e8086fe0fe21a3c9a358307eb Author: Markus Koschany <[email protected]> Date: Sun Mar 16 20:11:27 2014 +0100 Update orig-tar.sh. Fix download URL. --- debian/orig-tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 51336bb..3a12d27 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,7 +6,7 @@ TAR=../osgi-core_$VERSION.orig.tar.gz DIR=osgi-core-$VERSION TAG=43 -wget -O osgi.core.jar http://www.osgi.org/Download/File?url=/download/r4v$TAG/osgi.core.jar +wget -O osgi.core.jar http://www.osgi.org/download/r4v$TAG/osgi.core-${VERSION}.jar mkdir -p $DIR/src/ (cd $DIR && jar xvf ../osgi.core.jar) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/osgi-core.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

