This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjpa.
commit a7ee3038208ff1468b1495ae5843a4e921e00621 Author: Emmanuel Bourg <[email protected]> Date: Tue Sep 26 09:31:53 2017 +0200 Added the missing build dependency on libxbean-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index af19fec..f3fb260 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ openjpa (2.4.2-2) UNRELEASED; urgency=medium * Update copyright info. [ Emmanuel Bourg ] + * Added the missing build dependency on libxbean-java * Removed the build dependency on libmaven-enforcer-plugin-java and libmaven-install-plugin-java * Standards-Version updated to 4.1.0 diff --git a/debian/control b/debian/control index a3a4cf3..e7c4147 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Build-Depends: ant, libregexp-java, libserp-java, libservlet3.1-java, + libxbean-java, maven-debian-helper, xmlto Standards-Version: 4.1.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/openjpa.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

