This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snakeyaml.
commit 206f4d0c967d09cb40ba712e9397b984f492f82e Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 9 00:49:57 2016 +0200 Priority changed to optional --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5c99b5c..7b0e380 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ snakeyaml (1.17-1) UNRELEASED; urgency=medium * debian/control: - The package is now co-maintained with the Java Team - Updated the Homepage field + - Priority changed to optional * 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 22b1a46..75287c4 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,6 @@ Source: snakeyaml Section: java -Priority: extra +Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Stefan Denker <[email protected]>, Hilko Bengen <[email protected]> Build-Depends: -- 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

