This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 6d7ceb9f86b30c31f9f9fba2b7f1c6643798c5e8 Author: gregor herrmann <[email protected]> Date: Fri Jun 20 15:54:20 2008 +0000 debian/watch: use sourceforge URL directly instead of the redirector at qa.debian.org. --- debian/changelog | 2 ++ debian/watch | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7bcae31..3500820 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ jabref (2.3.1-4) UNRELEASED; urgency=low * Replace /usr/lib/jvm/java-7-icedtea with /usr/lib/jvm/java-6-openjdk in wrapper script. Doesn't work on Debian yet but helps Ubuntu users (cf. LP: #225450 and LP: #203636). + * debian/watch: use sourceforge URL directly instead of the redirector + at qa.debian.org. -- gregor herrmann <[email protected]> Fri, 02 May 2008 01:24:18 +0200 diff --git a/debian/watch b/debian/watch index f7b26bf..34f5337 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,5 @@ # Compulsory line, this is a version 3 file version=3 opts="uversionmangle=s/(\D)$/${1}1/;s/b(?:eta)?(\d)?$/~beta${1}/" \ -http://sf.net/jabref/JabRef-(.*)-src\.tar\.bz2 +http://sourceforge.net/projects/jabref/files \ + http://downloads.sourceforge.net/jabref/JabRef-(.+)-src\.tar\.bz2.* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

