This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository snakeyaml.
commit a26abdc94f37928c90ad0fd81b566aefcb7173a9 Author: Emmanuel Bourg <[email protected]> Date: Sun Apr 10 00:38:40 2016 +0200 Upload to unstable --- debian/changelog | 4 ++-- debian/control | 2 +- debian/copyright | 8 ++++---- debian/rules | 3 --- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4624579..c187128 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -snakeyaml (1.17-1) UNRELEASED; urgency=medium +snakeyaml (1.17-1) unstable; urgency=medium * Team upload. * New upstream release (Closes: #778345) @@ -13,7 +13,7 @@ snakeyaml (1.17-1) UNRELEASED; urgency=medium * Updated debian/watch to track the release tags on Bitbucket * Fixed the short name of the BSD license in debian/copyright - -- Emmanuel Bourg <[email protected]> Sat, 09 Apr 2016 00:19:41 +0200 + -- Emmanuel Bourg <[email protected]> Sun, 10 Apr 2016 00:37:52 +0200 snakeyaml (1.12-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 0e911a8..b85cf43 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Description: YAML parser and emitter for the Java programming language * Unicode support including UTF-8/UTF-16 input/output. * high-level API for serializing and deserializing native Java objects. * support for all types from the YAML types repository. - * relatively sensible error messages. + * relatively sensible error messages. Package: libyaml-snake-java-doc Architecture: all diff --git a/debian/copyright b/debian/copyright index 37c0201..01859e6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,19 +6,19 @@ Files-Excluded: .mvn .hg* Files: * -Copyright: 2008-2013 Andrey Somov <[email protected]> +Copyright: 2008-2016, Andrey Somov <[email protected]> License: Apache-2.0 Files: src/main/java/org/yaml/snakeyaml/external/biz/base64Coder/Base64Coder.java -Copyright: 2003-2010 Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland +Copyright: 2003-2010, Christian d'Heureuse, Inventec Informatik AG, Zurich, Switzerland License: EPL-1.0 or LGPL-2.1 or GPL-2 or Apache-2.0 or BSD-3-clause Files: src/main/java/org/yaml/snakeyaml/external/com/* -Copyright: 2008 Google Inc. +Copyright: 2008, Google Inc. License: Apache-2.0 Files: debian/* -Copyright: Stefan denker <[email protected]> +Copyright: 2013, Stefan denker <[email protected]> License: Apache-2.0 License: Apache-2.0 diff --git a/debian/rules b/debian/rules index 09b2bc1..ec38b7c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -export DH_VERBOSE=1 - -JAVA_HOME := /usr/lib/jvm/default-java %: dh $@ --buildsystem=maven -- 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

