This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository libjgraph-java.
commit 62707933cd0cf2046d516f1d037d7ae24bce555f Author: Markus Koschany <[email protected]> Date: Fri Oct 21 21:56:22 2016 +0200 Update Homepage field and debian/copyright Source field. JGraph 5 has been discontinued. The new project name is JGraphX now. Closes: #822457 --- debian/control | 2 +- debian/copyright | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index ed6bb9b..41e7be6 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 10), default-jdk Standards-Version: 3.9.3 -Homepage: http://www.jgraph.com/ +Homepage: https://github.com/jgraph/jgraphx Vcs-Git: https://anonscm.debian.org/git/pkg-java/libspin-java.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libspin-java.git diff --git a/debian/copyright b/debian/copyright index 9e0b5dd..483732a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Gaudenz Adler -Source: http://www.jgraph.com/jgraph5.html +Source: https://github.com/jgraph/legacy-jgraph5 Name: JGraph Disclaimer: The file ./examples/org/jgraph/example/JGraphAbstractIconAnimator.java was removed from the upstream tarball because it has a non-free license. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgraph-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

