[libxbean-java] 01/01: Moved the xbean-reflect module to its own package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 11 19:05:59 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository libxbean-java.

commit 711c865a23fb7ed73a6d0320fae802c2a119de05
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Sep 11 21:05:35 2017 +0200

    Moved the xbean-reflect module to its own package
---
 debian/changelog          |  7 +++++++
 debian/control            | 19 ++++++++++++++++++-
 debian/libxbean-java.poms |  2 +-
 3 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 636018d..48933e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libxbean-java (4.5-6) unstable; urgency=medium
+
+  * Team upload.
+  * Moved the xbean-reflect module to its own package
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 11 Sep 2017 21:05:26 +0200
+
 libxbean-java (4.5-5) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index b92dfaa..2fbc201 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Homepage: http://geronimo.apache.org/xbean/
 
 Package: libxbean-java
 Architecture: all
-Depends: ${misc:Depends}, ${maven:Depends}
+Depends: ${misc:Depends}, ${maven:Depends}, libxbean-reflect-java
 Suggests: ${maven:OptionalDepends}, libxbean-java-doc
 Description: plugin based Java application server
  The goal of XBean project is to created a plugin based server analogous to
@@ -49,6 +49,23 @@ Description: plugin based Java application server
  system, JMX without JMX code, lifecycle and class loader management, and a rock
  solid Spring integration.
 
+Package: libxbean-reflect-java
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: liblog4j1.2-java, libcommons-logging-java, libasm-java (>= 5.0)
+Breaks: libxbean-java (<< 4.5-6~)
+Replaces: libxbean-java (<< 4.5-6~)
+Description: plugin based Java application server (xbean-reflect)
+ The goal of XBean project is to created a plugin based server analogous to
+ Eclipse being a plugin based IDE. XBean will be able to discover, download and
+ install server plugins from an Internet based repository. In addition, it
+ include support for multiple IoC systems, support for running with no IoC
+ system, JMX without JMX code, lifecycle and class loader management, and a rock
+ solid Spring integration.
+ .
+ This package contains the xbean-reflect module which provides very flexible
+ ways to create objects and graphs of objects for DI frameworks.
+
 Package: libxbean-java-doc
 Section: doc
 Architecture: all
diff --git a/debian/libxbean-java.poms b/debian/libxbean-java.poms
index c2ab480..23e428a 100644
--- a/debian/libxbean-java.poms
+++ b/debian/libxbean-java.poms
@@ -35,6 +35,6 @@ xbean-classpath/pom.xml --ignore
 xbean-finder/pom.xml --java-lib
 xbean-finder-shaded/pom.xml --ignore
 xbean-naming/pom.xml --java-lib
-xbean-reflect/pom.xml --java-lib
+xbean-reflect/pom.xml --no-parent --java-lib --package=libxbean-reflect-java
 xbean-spring/pom.xml --java-lib
 xbean-telnet/pom.xml --ignore

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



More information about the pkg-java-commits mailing list