This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository mvel.
commit 08802cd456052333b48aead8b5d12610f7434424 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 18 16:59:48 2016 +0100 Enabled the bundle plugin --- debian/changelog | 1 + debian/control | 1 + debian/maven.ignoreRules | 5 ++--- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 922057a..6ac4660 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ mvel (2.1.0-1) UNRELEASED; urgency=medium * New upstream release. - Refreshed the patches - Build depend on junit4 instead of junit + - Enabled the bundle plugin * Build with the DH sequencer instead of CDBS * Moved the package to Git * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/control b/debian/control index b3fd35a..39031ca 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, junit4, libasm3-java, + libmaven-bundle-plugin-java, libmaven-compiler-plugin-java (>= 2.0.2), libmaven-jar-plugin-java (>= 2.2), libmaven-javadoc-plugin-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 2f8851d..dc5a9e9 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1,6 +1,5 @@ -org.apache.felix maven-bundle-plugin * * * * -org.apache.maven.plugins maven-release-plugin * * * * -org.apache.maven.wagon wagon-webdav * * * * org.apache.maven.plugins maven-enforcer-plugin * * * * +org.apache.maven.plugins maven-release-plugin * * * * org.apache.maven.plugins maven-source-plugin * * * * +org.apache.maven.wagon wagon-webdav * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/mvel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

