[pkg-java] r17411 - trunk/bsh/debian
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Nov 4 15:00:15 UTC 2013
Author: ebourg-guest
Date: 2013-11-04 15:00:15 +0000 (Mon, 04 Nov 2013)
New Revision: 17411
Modified:
trunk/bsh/debian/changelog
trunk/bsh/debian/compat
trunk/bsh/debian/control
Log:
Removed Michael Koch from the uploaders (Closes: #653998)
Use canonical URLs for the Vcs-* fields
Updated Standards-Version to 3.9.5 (no changes)
Build depend on debhelper >= 9
Modified: trunk/bsh/debian/changelog
===================================================================
--- trunk/bsh/debian/changelog 2013-11-04 13:49:31 UTC (rev 17410)
+++ trunk/bsh/debian/changelog 2013-11-04 15:00:15 UTC (rev 17411)
@@ -1,3 +1,13 @@
+bsh (2.0b4-15) UNRELEASED; urgency=low
+
+ * debian/control:
+ - Removed Michael Koch from the uploaders (Closes: #653998)
+ - Use canonical URLs for the Vcs-* fields
+ - Updated Standards-Version to 3.9.5 (no changes)
+ * Build depend on debhelper >= 9
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 04 Nov 2013 15:46:10 +0100
+
bsh (2.0b4-14) UNRELEASED; urgency=low
* Team upload.
Modified: trunk/bsh/debian/compat
===================================================================
--- trunk/bsh/debian/compat 2013-11-04 13:49:31 UTC (rev 17410)
+++ trunk/bsh/debian/compat 2013-11-04 15:00:15 UTC (rev 17411)
@@ -1 +1 @@
-7
+9
Modified: trunk/bsh/debian/control
===================================================================
--- trunk/bsh/debian/control 2013-11-04 13:49:31 UTC (rev 17410)
+++ trunk/bsh/debian/control 2013-11-04 15:00:15 UTC (rev 17411)
@@ -2,18 +2,30 @@
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 7), cdbs, default-jdk, gcj-native-helper, ant, libservlet2.5-java, libbsf-java,
- javacc, maven-repo-helper, default-jdk-doc, libservlet2.5-java-doc, javahelper (>= 0.32~)
-Standards-Version: 3.9.1
-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/
+Uploaders: Emmanuel Bourg <ebourg at apache.org>
+Build-Depends: ant,
+ cdbs,
+ debhelper (>= 9),
+ default-jdk,
+ default-jdk-doc,
+ gcj-native-helper,
+ javacc,
+ javahelper (>= 0.32~),
+ libbsf-java,
+ libservlet2.5-java,
+ libservlet2.5-java-doc,
+ maven-repo-helper
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/bsh
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/bsh
+Homepage: http://www.beanshell.org
Package: bsh
Architecture: all
-Depends: ${misc:Depends}, default-jre-headless | java1-runtime-headless | java2-runtime-headless, libjline-java
-Suggests: libservlet2.5-java, bsh-doc, default-jre | java1-runtime | java2-runtime
+Depends: default-jre-headless | java1-runtime-headless | java2-runtime-headless,
+ libjline-java,
+ ${misc:Depends}
+Suggests: bsh-doc, default-jre | java1-runtime | java2-runtime, libservlet2.5-java
Enhances: libbsf-java
Recommends: bsh-gcj
Description: Java scripting environment (BeanShell) Version 2
@@ -21,7 +33,7 @@
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).
+ 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
More information about the pkg-java-commits
mailing list