This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libkryo-java.
commit 81e9dea00b4567eadfb072df3c48ed32ec5c92dc Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 9 13:14:30 2015 +0200 Restored the dependencies on the binary package --- debian/changelog | 1 + debian/control | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 103b23c..5c512b5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libkryo-java (2.20-5) unstable; urgency=medium * Team upload. * Ignore the parent pom * Removed the 'shaded' classifier on the reflectasm dependency + * Restored the dependencies on the binary package * Maintenance assigned to the Debian Java Maintainers * Updated the Homepage field diff --git a/debian/control b/debian/control index 51a13df..4ffd3dc 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,7 @@ Homepage: https://github.com/EsotericSoftware/kryo Package: libkryo-java Architecture: all -Depends: ${java:Depends}, ${misc:Depends} -Recommends: ${java:Recommends} +Depends: ${misc:Depends}, libminlog-java, libobjenesis-java, libreflectasm-java Description: object graph serialization framework for Java Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libkryo-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

