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

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sun Jun 17 11:57:27 UTC 2007


Author: mkoch
Date: 2007-06-17 11:57:27 +0000 (Sun, 17 Jun 2007)
New Revision: 3675

Modified:
   trunk/bsh/debian/changelog
   trunk/bsh/debian/control
   trunk/bsh/debian/rules
Log:
bsh (2.0b4-5) unstable; urgency=low

  * Build a bsh-gcj package.
  * Move Build-Depends-Indep to Build-Depends.
  * Added myself to Uploaders and removed Wolfgang.

 -- Michael Koch <konqueror at gmx.de>  Sun, 10 Jun 2007 14:30:58 -0100



Modified: trunk/bsh/debian/changelog
===================================================================
--- trunk/bsh/debian/changelog	2007-06-16 23:41:26 UTC (rev 3674)
+++ trunk/bsh/debian/changelog	2007-06-17 11:57:27 UTC (rev 3675)
@@ -1,3 +1,11 @@
+bsh (2.0b4-5) unstable; urgency=low
+
+  * Build a bsh-gcj package.
+  * Move Build-Depends-Indep to Build-Depends.
+  * Added myself to Uploaders and removed Wolfgang.
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 10 Jun 2007 14:30:58 -0100
+
 bsh (2.0b4-4) unstable; urgency=low
 
   * depends on java-gcj-compat (closes: #370411)

Modified: trunk/bsh/debian/control
===================================================================
--- trunk/bsh/debian/control	2007-06-16 23:41:26 UTC (rev 3674)
+++ trunk/bsh/debian/control	2007-06-17 11:57:27 UTC (rev 3675)
@@ -2,8 +2,8 @@
 Section: devel
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends-Indep: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libservlet2.3-java, libbsf-java, javacc, lynx
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libservlet2.3-java, libbsf-java, javacc, lynx
 Standards-Version: 3.7.2
 
 Package: bsh
@@ -12,7 +12,7 @@
 Depends: java-gcj-compat | java1-runtime | java2-runtime, libjline-java
 Suggests: libservlet2.3-java, bsh-doc
 Enhances: libbsf-java
-Recommends: xlibs
+Recommends: xlibs, bsh-gcj
 Description: Java scripting environment (BeanShell) Version 2
  BeanShell is a small, free, embeddable, Java source interpreter with object
  scripting language features, written in Java. BeanShell executes standard Java
@@ -24,8 +24,27 @@
  as a simple scripting engine for you applications.  In short: BeanShell is a
  dynamically interpreted Java, plus some useful stuff.
  .
- Homepage: http://www.beanshell.org/
+  Homepage: http://www.beanshell.org/
 
+Package: bsh-gcj
+Section: libs
+Architecture: any
+Depends: bsh (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends}
+Description: Java scripting environment (BeanShell) Version 2 (native code)
+ 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 natively compiled code for use by gij.
+ .
+  Homepage: http://www.beanshell.org/
+
 Package: bsh-doc
 Section: doc
 Architecture: all

Modified: trunk/bsh/debian/rules
===================================================================
--- trunk/bsh/debian/rules	2007-06-16 23:41:26 UTC (rev 3674)
+++ trunk/bsh/debian/rules	2007-06-17 11:57:27 UTC (rev 3675)
@@ -8,7 +8,6 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 JAVA_HOME := /usr/lib/jvm/java-gcj
-#/usr/lib/kaffe
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar servlet-2.3 bsf javacc
@@ -27,3 +26,7 @@
 	ln -s bsh-$(UPSTREAM_VERSION).jar debian/bsh/usr/share/java/bsh.jar
 	install -m 755 debian/_bsh debian/bsh/usr/bin/bsh
 	install -m 755 debian/xbsh debian/bsh/usr/bin/
+
+install/bsh-gcj:: install/bsh
+	dh_nativejava -pbsh-gcj
+




More information about the pkg-java-commits mailing list