This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository openjpa.
commit 01b3bb230865eb1eb04ce71618cc9bc238f0d260 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 7 17:06:22 2017 +0200 Removed the build dependency on libmaven-install-plugin-java --- debian/changelog | 1 + debian/control | 1 - debian/rules | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index a0f8800..3abf9cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ openjpa (2.4.2-2) UNRELEASED; urgency=medium * Remove myself from uploaders list. (Closes: #871881) * Wrap and sort dependencies lists. * Update copyright info. + * Removed the build dependency on libmaven-install-plugin-java -- Miguel Landaeta <[email protected]> Wed, 09 Aug 2017 21:24:25 +0100 diff --git a/debian/control b/debian/control index d3fb9bb..4d47fc4 100644 --- a/debian/control +++ b/debian/control @@ -32,7 +32,6 @@ Build-Depends: ant, libmaven-bundle-plugin-java, libmaven-dependency-plugin-java, libmaven-enforcer-plugin-java, - libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-shade-plugin-java, libpostgresql-jdbc-java, diff --git a/debian/rules b/debian/rules index d034367..5a6351f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,8 +3,5 @@ %: dh $@ -override_dh_auto_build: - dh_auto_build -- install - get-orig-source: uscan --download-current-version --force-download --rename -- 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

