This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository felix-main.
commit 0449b4805a6b257dea4f3f1dbf194ce6709a9d48 Author: Emmanuel Bourg <[email protected]> Date: Mon Jul 3 00:02:19 2017 +0200 Fixed the build failure cause by the update of felix-bundlerepository (Closes: #866858) --- debian/changelog | 2 ++ debian/maven.properties | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 058effd..2a2595f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ felix-main (5.0.0-5) UNRELEASED; urgency=medium * Team upload. + * Fixed the build failure cause by the update of felix-bundlerepository + (Closes: #866858) * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/maven.properties b/debian/maven.properties index de42619..7410b1a 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -2,6 +2,5 @@ maven.test.skip=true gogo.runtime.version=0.16.2 gogo.shell.version=0.12.0 -obr.version=2.0.8 +obr.version=debian project.build.sourceEncoding=UTF-8 - -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-main.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

