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

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sun Apr 27 21:15:12 UTC 2008


Author: mkoch
Date: 2008-04-27 21:15:10 +0000 (Sun, 27 Apr 2008)
New Revision: 6318

Modified:
   trunk/bsh/debian/
   trunk/bsh/debian/bsh-doc.doc-base.1
   trunk/bsh/debian/changelog
   trunk/bsh/debian/control
   trunk/bsh/debian/copyright
   trunk/bsh/debian/rules
Log:
* 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.




Property changes on: trunk/bsh/debian
___________________________________________________________________
Name: svn:ignore
   - bsh
bsh-doc
bsh-gcj
files
stamp-*
*.debhelper
*.substvars

   + bsh
bsh-doc
bsh-gcj
files
stamp-*
*.debhelper
*.debhelper.log
*.substvars


Modified: trunk/bsh/debian/bsh-doc.doc-base.1
===================================================================
--- trunk/bsh/debian/bsh-doc.doc-base.1	2008-04-27 21:10:14 UTC (rev 6317)
+++ trunk/bsh/debian/bsh-doc.doc-base.1	2008-04-27 21:15:10 UTC (rev 6318)
@@ -2,7 +2,7 @@
 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

Modified: trunk/bsh/debian/changelog
===================================================================
--- trunk/bsh/debian/changelog	2008-04-27 21:10:14 UTC (rev 6317)
+++ trunk/bsh/debian/changelog	2008-04-27 21:15:10 UTC (rev 6318)
@@ -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
 

Modified: trunk/bsh/debian/control
===================================================================
--- trunk/bsh/debian/control	2008-04-27 21:10:14 UTC (rev 6317)
+++ trunk/bsh/debian/control	2008-04-27 21:15:10 UTC (rev 6318)
@@ -3,8 +3,11 @@
 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 @@
  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 @@
  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

Modified: trunk/bsh/debian/copyright
===================================================================
--- trunk/bsh/debian/copyright	2008-04-27 21:10:14 UTC (rev 6317)
+++ trunk/bsh/debian/copyright	2008-04-27 21:15:10 UTC (rev 6318)
@@ -4,10 +4,10 @@
 
 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

Modified: trunk/bsh/debian/rules
===================================================================
--- trunk/bsh/debian/rules	2008-04-27 21:10:14 UTC (rev 6317)
+++ trunk/bsh/debian/rules	2008-04-27 21:15:10 UTC (rev 6318)
@@ -7,7 +7,7 @@
 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




More information about the pkg-java-commits mailing list