[bsh] 10/50: bsh (2.0b4-7) unstable; urgency=low
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 0704ad250a3b0115435fd3c6fb6b4cb1141fe89c
Author: Michael Koch <konqueror at gmx.de>
Date: Thu Nov 1 06:44:45 2007 +0000
bsh (2.0b4-7) unstable; urgency=low
* Fixed menu file to follow new policy.
* Recommend libgcj-8-1-awt instead of libgcj-7-1-awt.
-- Michael Koch <konqueror at gmx.de> Thu, 01 Nov 2007 07:32:43 +0100
---
debian/bsh.menu | 4 ++--
debian/changelog | 7 +++++++
debian/control | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/bsh.menu b/debian/bsh.menu
index 92a47e4..93fa9e4 100644
--- a/debian/bsh.menu
+++ b/debian/bsh.menu
@@ -1,4 +1,4 @@
-?package(bsh):needs="text" section="Apps/Programming" \
+?package(bsh):needs="text" section="Applications/Programming" \
title="BeanShell (text)" command="/usr/bin/bsh"
-?package(bsh):needs="X11" section="Apps/Programming" \
+?package(bsh):needs="X11" section="Applications/Programming" \
title="BeanShell (windowed)" command="/usr/bin/xbsh"
diff --git a/debian/changelog b/debian/changelog
index 760ff6a..a662730 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bsh (2.0b4-7) unstable; urgency=low
+
+ * Fixed menu file to follow new policy.
+ * Recommend libgcj-8-1-awt instead of libgcj-7-1-awt.
+
+ -- Michael Koch <konqueror at gmx.de> Thu, 01 Nov 2007 07:32:43 +0100
+
bsh (2.0b4-6) unstable; urgency=low
* bsh: Removed Recommends on xlibs. Closes: #372852.
diff --git a/debian/control b/debian/control
index 6be9a1c..815611a 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Architecture: all
Depends: java-gcj-compat | java1-runtime | java2-runtime, libjline-java
Suggests: libservlet2.3-java, bsh-doc
Enhances: libbsf-java
-Recommends: bsh-gcj, libgcj7-1-awt
+Recommends: bsh-gcj, libgcj8-1-awt
Description: Java scripting environment (BeanShell) Version 2
BeanShell is a small, free, embeddable, Java source interpreter with object
scripting language features, written in Java. BeanShell executes standard Java
--
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