This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit 6e57401c2897c0457f82b98465d2e2c850e30b98 Author: gregor herrmann <[email protected]> Date: Thu Sep 15 23:07:31 2016 +0200 Update upstream source location in debian/{copyright,control,watch}. --- debian/control | 2 +- debian/copyright | 2 +- debian/watch | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 7e11e1a..074d79a 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends-Indep: ant, Standards-Version: 3.9.6 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jabref.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jabref.git -Homepage: http://jabref.sourceforge.net/ +Homepage: http://www.jabref.org/ Package: jabref Architecture: all diff --git a/debian/copyright b/debian/copyright index 38418b9..f7b6b48 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: JabRef Upstream-Contact: Morten Alver, Nizar Batada -Source: http://jabref.sourceforge.net/ +Source: https://github.com/JabRef/jabref/releases Comment: The +ds version is created by removing lib/, buildlib/, gradle/, osx/: contain sourceless pre-compiled libraries which are not used anyway diff --git a/debian/watch b/debian/watch index 33a69ce..7b27f0e 100644 --- a/debian/watch +++ b/debian/watch @@ -1,4 +1,6 @@ version=3 -opts="dversionmangle=s/\+(dfsg|ds)$//;,uversionmangle=s/(\D)$/${1}1/;s/b(?:eta)?(\d)?$/~beta${1}/" \ - http://sf.net/jabref/JabRef-(.+)-src\.tar\.bz2 \ +opts="dversionmangle=s/\+(dfsg|ds)$//;,\ + uversionmangle=s/(\D)$/${1}1/;s/b(?:eta)?(\d)?$/~beta${1}/,\ + filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/jabref-$1.tar.gz/" \ + https://github.com/JabRef/jabref/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz \ debian sh debian/repack.stub -- 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

