This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository bcel.
commit e15424763dc4090ae15e70b847262e0d269dc6c5 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 15 00:39:57 2016 +0200 Enabled the OSGi metadata --- debian/changelog | 1 + debian/control | 1 + debian/libbcel-java.poms | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index cbbd4b1..ff43d51 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ bcel (6.0~rc3-3) UNRELEASED; urgency=medium * Team upload. * Relocated the org.apache.bcel:bcel:5.x artifact to org.apache.bcel:bcel:debian + * Enabled the OSGi metadata * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index c15d791..6484d1a 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Torsten Werner <[email protected]>, Emmanuel Bourg <[email protected] Build-Depends-Indep: default-jdk, default-jdk-doc Build-Depends: debhelper (>= 9), + libmaven-bundle-plugin-java, libmaven-javadoc-plugin-java, junit4, maven-debian-helper (>= 2.1~) diff --git a/debian/libbcel-java.poms b/debian/libbcel-java.poms index b7a93d0..0c664ee 100644 --- a/debian/libbcel-java.poms +++ b/debian/libbcel-java.poms @@ -25,4 +25,4 @@ # --site-xml=<location>: Optional, the location for site.xml if it needs to be installed. # Empty by default. [mh_install] # -pom.xml --no-parent --has-package-version --java-lib --relocate=org.apache.bcel:bcel:5.x +pom.xml --has-package-version --java-lib --relocate=org.apache.bcel:bcel:5.x -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/bcel.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

