[bsh] 21/50: added bsh-src

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Nov 29 23:53:11 UTC 2017


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

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

commit b1bcce18d3a763e2b928584f24390c60b1d187ea
Author: Gabriele Giacone <1o5g4r8o at gmail.com>
Date:   Fri Apr 16 21:34:45 2010 +0000

    added bsh-src
---
 debian/changelog                                  | 15 ++++++++--
 debian/compat                                     |  2 +-
 debian/control                                    | 34 ++++++++++++++++++++---
 debian/copyright                                  |  2 +-
 debian/patches/01_EnableBsfAdapter_buildXml.patch |  4 +--
 debian/patches/02_GNUvms_workaround.patch         |  4 +--
 debian/patches/03_target13_buildXml.patch         |  4 +--
 debian/patches/series                             |  3 ++
 debian/rules                                      |  7 +++--
 debian/source/format                              |  1 +
 10 files changed, 59 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 442f64e..f9050a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,17 @@
-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
 
diff --git a/debian/compat b/debian/compat
index 1e8b314..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-6
+7
diff --git a/debian/control b/debian/control
index 19c9b1c..2a49afa 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,14 @@ Source: bsh
 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 @@ Architecture: all
 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.
diff --git a/debian/copyright b/debian/copyright
index 88b4029..d3b5475 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -23,4 +23,4 @@ along with this package; if not, write to the Free Software Foundation,
 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'.
diff --git a/debian/patches/01_EnableBsfAdapter_buildXml.patch b/debian/patches/01_EnableBsfAdapter_buildXml.patch
index a5a6be6..a8a05a8 100644
--- a/debian/patches/01_EnableBsfAdapter_buildXml.patch
+++ b/debian/patches/01_EnableBsfAdapter_buildXml.patch
@@ -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 @@
  	-->
  
diff --git a/debian/patches/02_GNUvms_workaround.patch b/debian/patches/02_GNUvms_workaround.patch
index d229b10..6ba4fb4 100644
--- a/debian/patches/02_GNUvms_workaround.patch
+++ b/debian/patches/02_GNUvms_workaround.patch
@@ -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;
  
diff --git a/debian/patches/03_target13_buildXml.patch b/debian/patches/03_target13_buildXml.patch
index 7ca6151..fbd679e 100644
--- a/debian/patches/03_target13_buildXml.patch
+++ b/debian/patches/03_target13_buildXml.patch
@@ -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"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..67afd4a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+01_EnableBsfAdapter_buildXml.patch
+02_GNUvms_workaround.patch
+03_target13_buildXml.patch
diff --git a/debian/rules b/debian/rules
index 7eadee6..f76d0d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 @@ install/bsh-gcj:: install/bsh
 	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
 
-
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

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



More information about the pkg-java-commits mailing list