This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository eigenbase-farrago.
commit c5fc3356617daead568190f6b1b6c48be3afbcda Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 28 10:13:13 2016 +0200 Removed the JRE dependency from 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 f6ed99b..9967caf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ eigenbase-farrago (0.9.0-1.1) UNRELEASED; urgency=medium * Non-maintainer upload. + * Removed the JRE dependency from the binary package * Moved the package to Git * Standards-Version updated to 3.9.8 * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index 526b8a9..cd80032 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,7 @@ Homepage: http://farrago.sourceforge.net/ Package: libeigenbase-farrago-java Architecture: all -Depends: ${misc:Depends}, default-jre-headless | java5-runtime-headless, - libeigenbase-resgen-java +Depends: ${misc:Depends}, libeigenbase-resgen-java Description: Java framework for constructing RDBMS services Farrago is an extensible platform for constructing enterprise-class RDBMS services -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eigenbase-farrago.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

