[commons-beanutils] 01/03: Fixed the build failure with commons-parent 39 (enables the OSGI metadata) (Closes: #812472)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 29 16:53:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository commons-beanutils.

commit 0522b1fc09c444347a83e69852482e3449c1b5ab
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jan 29 17:32:33 2016 +0100

    Fixed the build failure with commons-parent 39 (enables the OSGI metadata) (Closes: #812472)
---
 debian/changelog | 7 +++++++
 debian/control   | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a8fc4eb..477050a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+commons-beanutils (1.9.2-3) UNRELEASED; urgency=medium
+
+  * Fixed the build failure with commons-parent 39 (enables the OSGI metadata)
+    (Closes: #812472)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 29 Jan 2016 17:30:40 +0100
+
 commons-beanutils (1.9.2-2) unstable; urgency=medium
 
   * Ignore the scm-publish plugin to fix the build failure with Maven 3
diff --git a/debian/control b/debian/control
index 67d4612..83d5fd7 100644
--- a/debian/control
+++ b/debian/control
@@ -5,15 +5,16 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>,
            Damien Raude-Morvan <drazzib at debian.org>,
            Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0.2~)
 Build-Depends-Indep: default-jdk-doc,
                      junit,
                      libcommons-collections3-java,
                      libcommons-collections3-java-doc,
                      libcommons-logging-java,
                      libcommons-logging-java-doc,
-                     libcommons-parent-java,
+                     libcommons-parent-java (>= 39),
                      libmaven-antrun-plugin-java,
+                     libmaven-bundle-plugin-java,
                      libmaven-javadoc-plugin-java
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-java/commons-beanutils.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git



More information about the pkg-java-commits mailing list