[pkg-java] r17413 - trunk/bsh/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Nov 4 15:52:25 UTC 2013


Author: ebourg-guest
Date: 2013-11-04 15:52:25 +0000 (Mon, 04 Nov 2013)
New Revision: 17413

Modified:
   trunk/bsh/debian/bsh.dirs
   trunk/bsh/debian/changelog
   trunk/bsh/debian/control
   trunk/bsh/debian/rules
Log:
Moved the jar and the Maven artifacts in a new libbsh-java packages that doesn't depend on a Java runtime



Modified: trunk/bsh/debian/bsh.dirs
===================================================================
--- trunk/bsh/debian/bsh.dirs	2013-11-04 15:28:15 UTC (rev 17412)
+++ trunk/bsh/debian/bsh.dirs	2013-11-04 15:52:25 UTC (rev 17413)
@@ -1,2 +1 @@
-usr/share/java
 usr/bin

Modified: trunk/bsh/debian/changelog
===================================================================
--- trunk/bsh/debian/changelog	2013-11-04 15:28:15 UTC (rev 17412)
+++ trunk/bsh/debian/changelog	2013-11-04 15:52:25 UTC (rev 17413)
@@ -1,21 +1,20 @@
-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 <ebourg at 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
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 04 Nov 2013 16:45:40 +0100
 
-  * Team upload.
-  * Changed the section of bsh and bsh-gcj to devel.
-
- -- Niels Thykier <niels at thykier.net>  Sun, 21 Nov 2010 22:19:46 +0100
-
 bsh (2.0b4-13) experimental; urgency=low
 
   * Team upload.

Modified: trunk/bsh/debian/control
===================================================================
--- trunk/bsh/debian/control	2013-11-04 15:28:15 UTC (rev 17412)
+++ trunk/bsh/debian/control	2013-11-04 15:52:25 UTC (rev 17413)
@@ -22,8 +22,7 @@
 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 @@
  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

Modified: trunk/bsh/debian/rules
===================================================================
--- trunk/bsh/debian/rules	2013-11-04 15:28:15 UTC (rev 17412)
+++ trunk/bsh/debian/rules	2013-11-04 15:52:25 UTC (rev 17413)
@@ -21,8 +21,8 @@
 	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/
 




More information about the pkg-java-commits mailing list