[bsh] 13/50: * Build-Depends on default-jdk-builddep. Closes: #477849 * Clarified debian/copyright. * Put bsh-doc.doc-base.1 into Programming/Java section. * Added Homepage, Vcs-Svn and Vcs-Browser fields. * Updated Standards-Version to 3.7.3.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Nov 29 23:53:10 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 74f10b8cbc2708c8a60dc0a0ffeb9bd0a65b2d66
Author: Michael Koch <konqueror at gmx.de>
Date:   Sun Apr 27 21:15:10 2008 +0000

    * Build-Depends on default-jdk-builddep. Closes: #477849
    * Clarified debian/copyright.
    * Put bsh-doc.doc-base.1 into Programming/Java section.
    * Added Homepage, Vcs-Svn and Vcs-Browser fields.
    * Updated Standards-Version to 3.7.3.
---
 debian/bsh-doc.doc-base.1 |  2 +-
 debian/changelog          |  9 +++++++--
 debian/control            | 11 +++++------
 debian/copyright          |  4 ++--
 debian/rules              |  2 +-
 5 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/debian/bsh-doc.doc-base.1 b/debian/bsh-doc.doc-base.1
index 1e67b3f..23b907b 100644
--- a/debian/bsh-doc.doc-base.1
+++ b/debian/bsh-doc.doc-base.1
@@ -2,7 +2,7 @@ Document: bsh-doc1
 Title: Manual for BeanShell
 Author: Pat Niemeyer <pat at pat.net>
 Abstract: This is the manual of the Java scripting environment BeanShell.
-Section: Apps/Programming
+Section: Programming/Java
 
 Format: HTML
 Index: /usr/share/doc/bsh-doc/html/index.html
diff --git a/debian/changelog b/debian/changelog
index 3795008..73f335c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-bsh (2.0b4-8) UNRELEASED; urgency=low
+bsh (2.0b4-8) unstable; urgency=low
 
+  * Build-Depends on default-jdk-builddep. Closes: #477849
+  * Clarified debian/copyright.
+  * Put bsh-doc.doc-base.1 into Programming/Java section.
+  * Added Homepage, Vcs-Svn and Vcs-Browser fields.
+  * Updated Standards-Version to 3.7.3.
   * Added watch file.
 
- -- Michael Koch <konqueror at gmx.de>  Sun, 13 Jan 2008 09:53:10 +0100
+ -- Michael Koch <konqueror at gmx.de>  Sun, 27 Apr 2008 20:12:21 -0100
 
 bsh (2.0b4-7) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 815611a..e1bc5c9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,11 @@ Section: devel
 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 (>= 4.2.30), cdbs, java-gcj-compat-dev, ant, libservlet2.3-java, libbsf-java, javacc, lynx
-Standards-Version: 3.7.2
+Build-Depends: debhelper (>= 4.2.30), cdbs, default-jdk-builddep, ant, libservlet2.3-java, libbsf-java, javacc, lynx
+Standards-Version: 3.7.3
+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: devel
@@ -23,8 +26,6 @@ Description: Java scripting environment (BeanShell) Version 2
  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.
- .
-  Homepage: http://www.beanshell.org/
 
 Package: bsh-gcj
 Section: libs
@@ -42,8 +43,6 @@ Description: Java scripting environment (BeanShell) Version 2 (native code)
  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
diff --git a/debian/copyright b/debian/copyright
index 79f514c..88b4029 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,10 +4,10 @@ upstream version.
 
 It was downloaded from <www.beanshell.org>
 
-Copyright:
-
 Upstream Author: Pat Niemeyer <pat at pat.net>
 
+Copyright: (c) 2005-2008 Pat Niemeyer
+
 License:
 
 This package is free software; you can redistribute it and/or modify
diff --git a/debian/rules b/debian/rules
index b679faa..1f44dda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ 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
 
-JAVA_HOME := /usr/lib/jvm/java-gcj
+JAVA_HOME := /usr/lib/jvm/default-java
 ANT_HOME := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar servlet-2.3 bsf javacc

-- 
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