This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository olap4j.
commit ba3946403edff8c268d9479a78eaa333c4b9a882 Author: Emmanuel Bourg <[email protected]> Date: Tue Oct 20 18:56:32 2015 +0200 Moved the dependency on libcommons-dbcp-java to Suggests --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2b512ec..f7c9ae1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ olap4j (1.2.0-1) UNRELEASED; urgency=medium - Set the locale when generating the javadoc and remove the timestamps) - Removed VERSION.txt from the jar files (contains timestamps, usernames) * debian/control: + - Moved the dependency on libcommons-dbcp-java to Suggests - Standards-Version updated to 3.9.6 (no changes) * Use XZ compression for the upstream tarball * Moved the package to Git diff --git a/debian/control b/debian/control index 519cf58..f246a8e 100644 --- a/debian/control +++ b/debian/control @@ -22,10 +22,10 @@ Homepage: http://www.olap4j.org/ Package: libolap4j-java Architecture: all -Depends: libcommons-dbcp-java, - liblog4j1.2-java, +Depends: liblog4j1.2-java, libxerces2-java, ${misc:Depends} +Suggests: libcommons-dbcp-java Description: unified Java API to access an OLAP server olap4j is a Java library to access a OLAP server with an unified API : you may switch your OLAP server to another implementation with ease. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/olap4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

