This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snakeyaml.
commit 238332f24fcc96130ef6d03ad406bc67fe39af02 Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 00:40:54 2016 +0200 Updated the Homepage field --- debian/changelog | 1 + debian/control | 2 +- debian/copyright | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index adf12ff..5c99b5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ snakeyaml (1.17-1) UNRELEASED; urgency=medium * New upstream release (Closes: #778345) * debian/control: - The package is now co-maintained with the Java Team + - Updated the Homepage field * Standards-Version updated to 3.9.8 (no changes) * Updated debian/watch to track the release tags on Bitbucket * Fixed the short name of the BSD license in debian/copyright diff --git a/debian/control b/debian/control index 7ba2221..22b1a46 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends-Indep: Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/snakeyaml.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/snakeyaml.git -Homepage: http://code.google.com/p/snakeyaml/ +Homepage: https://bitbucket.org/asomov/snakeyaml Package: libyaml-snake-java Architecture: all diff --git a/debian/copyright b/debian/copyright index 259f3bd..37c0201 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: snakeyaml -Source: <http://code.google.com/p/snakeyaml/> +Source: https://bitbucket.org/asomov/snakeyaml Files-Excluded: .mvn mvnw* .hg* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/snakeyaml.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

