This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mavibot.
commit 397f31dc8d6ba60282adccaa0734013938c2c503 Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 21 10:25:51 2016 +0100 Enabled the maven-bundle-plugin --- debian/changelog | 1 + debian/control | 1 + debian/maven.ignoreRules | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a636d8e..a6ca3e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ mavibot (1.0.0~M1-2) UNRELEASED; urgency=medium * Dropped the Maven 2 compatibility + * Enabled the maven-bundle-plugin * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index ab5c918..6f7e239 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Build-Depends: debhelper (>= 10), libcommons-collections3-java, libcommons-io-java, liblog4j1.2-java (>= 1.2.17), + libmaven-bundle-plugin-java, libslf4j-java, maven-debian-helper (>= 2.0) Standards-Version: 3.9.8 diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 0b21998..dcd68f5 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,6 +1,5 @@ org.apache.directory.mavibot distribution pom * * * -org.apache.felix maven-bundle-plugin * * * * org.apache.geronimo.genesis.plugins tools-maven-plugin * * * * org.apache.maven.plugins maven-enforcer-plugin * * * * org.apache.maven.plugins maven-release-plugin * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mavibot.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

