[pkg-java] r12170 - in trunk/bsh/debian: . patches source
Gabriele Giacone
gg0-guest at alioth.debian.org
Fri Apr 16 21:34:46 UTC 2010
Author: gg0-guest
Date: 2010-04-16 21:34:45 +0000 (Fri, 16 Apr 2010)
New Revision: 12170
Added:
trunk/bsh/debian/patches/series
trunk/bsh/debian/source/
trunk/bsh/debian/source/format
Modified:
trunk/bsh/debian/changelog
trunk/bsh/debian/compat
trunk/bsh/debian/control
trunk/bsh/debian/copyright
trunk/bsh/debian/patches/01_EnableBsfAdapter_buildXml.patch
trunk/bsh/debian/patches/02_GNUvms_workaround.patch
trunk/bsh/debian/patches/03_target13_buildXml.patch
trunk/bsh/debian/rules
Log:
added bsh-src
Modified: trunk/bsh/debian/changelog
===================================================================
--- trunk/bsh/debian/changelog 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/changelog 2010-04-16 21:34:45 UTC (rev 12170)
@@ -1,9 +1,18 @@
-bsh (2.0b4-11) UNRELEASED; urgency=low
+bsh (2.0b4-11) unstable; urgency=low
- * Change bsh-gcj section to libs
+ [ Ludovic Claude ]
+ * Change bsh-gcj section to libs.
- -- Ludovic Claude <ludovic.claude at laposte.net> Sun, 09 Aug 2009 12:05:17 +0100
+ [ Gabriele Giacone ]
+ * Team upload.
+ * Added bsh-src binary package generation.
+ * Source format 3.0 (quilt).
+ * debhelper compatibility to 7.
+ * Standards-Version to 3.8.4.
+ * Removed Arnaud Vandyck from Uploaders.
+ -- Gabriele Giacone <1o5g4r8o at gmail.com> Fri, 16 Apr 2010 22:28:13 +0200
+
bsh (2.0b4-10) unstable; urgency=low
* Upload to unstable.
Modified: trunk/bsh/debian/compat
===================================================================
--- trunk/bsh/debian/compat 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/compat 2010-04-16 21:34:45 UTC (rev 12170)
@@ -1 +1 @@
-6
+7
Modified: trunk/bsh/debian/control
===================================================================
--- trunk/bsh/debian/control 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/control 2010-04-16 21:34:45 UTC (rev 12170)
@@ -2,15 +2,14 @@
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 6), cdbs, default-jdk-builddep, ant, libservlet2.4-java, libbsf-java, javacc, maven-repo-helper
-Standards-Version: 3.8.1
+Uploaders: Michael Koch <konqueror at gmx.de>
+Build-Depends: debhelper (>= 7), cdbs, default-jdk-builddep, ant, libservlet2.4-java, libbsf-java, javacc, maven-repo-helper
+Standards-Version: 3.8.4
Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/bsh
Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/bsh
Homepage: http://www.beanshell.org/
Package: bsh
-Section: java
Architecture: all
Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjline-java
Suggests: libservlet2.4-java, bsh-doc, default-jre | java1-runtime | java2-runtime
@@ -50,5 +49,32 @@
Depends: ${misc:Depends}
Suggests: bsh
Description: Documentation for bsh
+ 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.
+ .
The documentation includes the javadoc API for bsh version 2 as well as
the faq and manual in html-format.
+
+Package: bsh-src
+Architecture: all
+Depends: ${misc:Depends}
+Suggests: bsh
+Description: Java scripting environment (BeanShell) Version 2 (source 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 bsh source code.
Modified: trunk/bsh/debian/copyright
===================================================================
--- trunk/bsh/debian/copyright 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/copyright 2010-04-16 21:34:45 UTC (rev 12170)
@@ -23,4 +23,4 @@
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
On Debian systems, the complete text of the GNU Lesser General
-Public License can be found in `/usr/share/common-licenses/LGPL'.
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
Modified: trunk/bsh/debian/patches/01_EnableBsfAdapter_buildXml.patch
===================================================================
--- trunk/bsh/debian/patches/01_EnableBsfAdapter_buildXml.patch 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/patches/01_EnableBsfAdapter_buildXml.patch 2010-04-16 21:34:45 UTC (rev 12170)
@@ -1,5 +1,5 @@
---- build.xml.orig 2005-08-08 19:56:01.000000000 +0200
-+++ build.xml 2005-08-06 21:16:21.000000000 +0200
+--- bsh~/build.xml 2005-08-08 19:56:01.000000000 +0200
++++ bsh/build.xml 2005-08-06 21:16:21.000000000 +0200
@@ -54,10 +54,10 @@
-->
Modified: trunk/bsh/debian/patches/02_GNUvms_workaround.patch
===================================================================
--- trunk/bsh/debian/patches/02_GNUvms_workaround.patch 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/patches/02_GNUvms_workaround.patch 2010-04-16 21:34:45 UTC (rev 12170)
@@ -1,5 +1,5 @@
---- src/bsh/Console.java.orig 2003-08-29 17:11:14.000000000 +0200
-+++ src/bsh/Console.java 2005-02-22 23:20:35.422962248 +0100
+--- bsh~/src/bsh/Console.java 2003-08-29 17:11:14.000000000 +0200
++++ bsh/src/bsh/Console.java 2005-02-22 23:20:35.422962248 +0100
@@ -35,6 +35,7 @@
package bsh;
Modified: trunk/bsh/debian/patches/03_target13_buildXml.patch
===================================================================
--- trunk/bsh/debian/patches/03_target13_buildXml.patch 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/patches/03_target13_buildXml.patch 2010-04-16 21:34:45 UTC (rev 12170)
@@ -1,5 +1,5 @@
---- build.xml.orig 2005-08-08 20:13:21.000000000 +0200
-+++ build.xml 2005-08-08 20:21:33.000000000 +0200
+--- bsh~/build.xml 2005-08-08 20:13:21.000000000 +0200
++++ bsh/build.xml 2005-08-08 20:21:33.000000000 +0200
@@ -159,7 +159,7 @@
optimize="on"
debug="off"
Added: trunk/bsh/debian/patches/series
===================================================================
--- trunk/bsh/debian/patches/series (rev 0)
+++ trunk/bsh/debian/patches/series 2010-04-16 21:34:45 UTC (rev 12170)
@@ -0,0 +1,3 @@
+01_EnableBsfAdapter_buildXml.patch
+02_GNUvms_workaround.patch
+03_target13_buildXml.patch
Modified: trunk/bsh/debian/rules
===================================================================
--- trunk/bsh/debian/rules 2010-04-16 16:11:26 UTC (rev 12169)
+++ trunk/bsh/debian/rules 2010-04-16 21:34:45 UTC (rev 12170)
@@ -3,7 +3,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
PACKAGE := $(DEB_SOURCE_PACKAGE)
VERSION := $(DEB_UPSTREAM_VERSION)
@@ -42,10 +41,14 @@
dh_nativejava -pbsh-gcj
endif
+install/bsh-src:: binary-install/bsh-doc
+ mkdir -p debian/bsh-src/usr/src/bsh-src
+ tar --exclude debian --exclude classes --exclude dist --exclude api \
+ -zcf debian/bsh-src/usr/src/bsh-src/bsh.tar.gz *
+
get-orig-source:
-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename --repack
get-orig-pom:
wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/org/beanshell/bsh/$(VERSION)/bsh-$(VERSION).pom
-
Added: trunk/bsh/debian/source/format
===================================================================
--- trunk/bsh/debian/source/format (rev 0)
+++ trunk/bsh/debian/source/format 2010-04-16 21:34:45 UTC (rev 12170)
@@ -0,0 +1 @@
+3.0 (quilt)
More information about the pkg-java-commits
mailing list