This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bsh.
commit 2cf19fbc8f090162f6463ee1400a28d2f0929862 Author: Ludovic Claude <[email protected]> Date: Thu Jul 2 23:35:44 2009 +0000 * Fix download tarball --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b52d41b..7eadee6 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ install/bsh-gcj:: install/bsh endif get-orig-source: - -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename + -uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack get-orig-pom: wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/org/beanshell/bsh/$(VERSION)/bsh-$(VERSION).pom -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bsh.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

