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

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

commit 915306b6eefdf90dc47fbba29feb0f4fb12c2c39
Author: Emmanuel Bourg <ebo...@apache.org>
Date:   Mon Nov 4 15:52:25 2013 +0000

    Moved the jar and the Maven artifacts in a new libbsh-java packages that 
doesn't depend on a Java runtime
---
 debian/bsh.dirs  |  1 -
 debian/changelog | 15 +++++++--------
 debian/control   | 21 +++++++++++++++++++--
 debian/rules     |  4 ++--
 4 files changed, 28 insertions(+), 13 deletions(-)

diff --git a/debian/bsh.dirs b/debian/bsh.dirs
index 60dac6d..e772481 100644
--- a/debian/bsh.dirs
+++ b/debian/bsh.dirs
@@ -1,2 +1 @@
-usr/share/java
 usr/bin
diff --git a/debian/changelog b/debian/changelog
index 19c64dd..130b0f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,20 +1,19 @@
-bsh (2.0b4-15) UNRELEASED; urgency=low
+bsh (2.0b4-14) unstable; urgency=low
 
+  * Upload to unstable
   * Removed the bsh-gcj package
+  * Moved the jar and the Maven artifacts in a new libbsh-java package
+    that doesn't depend on a Java runtime.
   * debian/control:
     - Removed Michael Koch from the uploaders (Closes: #653998)
     - Use canonical URLs for the Vcs-* fields
     - Updated Standards-Version to 3.9.5 (no changes)
   * Build depend on debhelper >= 9
 
- -- Emmanuel Bourg <ebo...@apache.org>  Mon, 04 Nov 2013 15:46:10 +0100
+  [ Niels Thykier ]
+  * Changed the section of bsh to devel
 
-bsh (2.0b4-14) UNRELEASED; urgency=low
-
-  * Team upload.
-  * Changed the section of bsh and bsh-gcj to devel.
-
- -- Niels Thykier <ni...@thykier.net>  Sun, 21 Nov 2010 22:19:46 +0100
+ -- Emmanuel Bourg <ebo...@apache.org>  Mon, 04 Nov 2013 16:45:40 +0100
 
 bsh (2.0b4-13) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 3fb14d9..214ea14 100644
--- a/debian/control
+++ b/debian/control
@@ -22,8 +22,7 @@ Homepage: http://www.beanshell.org
 Package: bsh
 Architecture: all
 Depends: default-jre-headless | java1-runtime-headless | 
java2-runtime-headless,
-         libjline-java,
-         ${misc:Depends}
+         libjline-java, libbsh-java, ${misc:Depends}
 Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime, 
libservlet2.5-java
 Enhances: libbsf-java
 Description: Java scripting environment (BeanShell) Version 2
@@ -37,6 +36,24 @@ Description: Java scripting environment (BeanShell) Version 2
  as a simple scripting engine for you applications.  In short: BeanShell is a
  dynamically interpreted Java, plus some useful stuff.
 
+Package: libbsh-java
+Architecture: all
+Section: java
+Depends: ${misc:Depends}
+Breaks: bsh (<= 2.0b4-13)
+Description: Java scripting environment (BeanShell) Version 2 (library)
+ BeanShell is a small, free, embeddable, Java source interpreter with object
+ scripting language features, written in Java. BeanShell executes standard Java
+ statements and expressions, in addition to obvious scripting commands and
+ syntax.  BeanShell supports scripted objects as simple method closures like
+ those in Perl and JavaScript(tm).
+ .
+ You can use BeanShell interactively for Java experimentation and debugging or
+ as a simple scripting engine for you applications.  In short: BeanShell is a
+ dynamically interpreted Java, plus some useful stuff.
+ .
+ This package contains the Java library without the command line tools.
+
 Package: bsh-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index d8a19a7..84f67c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,8 +21,8 @@ clean::
        mh_clean
 
 install/$(PACKAGE)::
-       mh_installpoms -p$(PACKAGE)
-       mh_installjar -p$(PACKAGE) -l debian/pom.xml 
dist/$(PACKAGE)-$(VERSION).jar
+       mh_installpoms -plibbsh-java
+       mh_installjar -plibbsh-java -l debian/pom.xml 
dist/$(PACKAGE)-$(VERSION).jar
        install -m 755 debian/_bsh debian/bsh/usr/bin/bsh
        install -m 755 debian/xbsh debian/bsh/usr/bin/
 

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to