This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit f52162c2ce000de534c358a66e20634e880f1f27 Author: gregor herrmann <[email protected]> Date: Fri Jun 20 15:55:35 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 0a037c7..fa3bbab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,6 +21,8 @@ jabref (2.4~beta1-1) UNRELEASED; urgency=low - change my email address - replace java-gcj-compat-dev with default-jdk-builddep in Build-Depends-Indep + * debian/watch: use sourceforge URL directly instead of the redirector + at qa.debian.org. -- gregor herrmann <[email protected]> Sun, 20 Apr 2008 15:20:12 +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

