[pkg-java] r6069 - in trunk/java-common: debian scripts

mkoch at alioth.debian.org mkoch at alioth.debian.org
Wed Apr 2 18:39:16 UTC 2008


Author: mkoch
Date: 2008-04-02 18:39:15 +0000 (Wed, 02 Apr 2008)
New Revision: 6069

Modified:
   trunk/java-common/debian/changelog
   trunk/java-common/debian/java-common.doc-base.faq
   trunk/java-common/scripts/update-java-alternatives
   trunk/java-common/scripts/update-java-alternatives.8
Log:
* Fix issues in scripts/update-java-alternatives.8
* Converted debian/java-common.doc-base.faq to utf-8 encoding.
* Fix bug in scripts/update-java-alternatives when usage is shown.


Modified: trunk/java-common/debian/changelog
===================================================================
--- trunk/java-common/debian/changelog	2008-04-02 18:06:09 UTC (rev 6068)
+++ trunk/java-common/debian/changelog	2008-04-02 18:39:15 UTC (rev 6069)
@@ -1,5 +1,6 @@
-java-common (0.28) unstable; urgency=low
+java-common (0.28) UNRELEASED; urgency=low
 
+  [Matthias Klose]
   * Build packages default-jre, default-jre-headless, default-jdk
     and default-jdk-builddep.
     Provides an abstraction for the preferred jre/jdk for a specific
@@ -9,8 +10,13 @@
     http://lists.debian.org/debian-java/2008/03/msg00007.html.
   * update-java-alternatives: Add --jre-headless option.
 
- -- Matthias Klose <doko at debian.org>  Wed, 05 Mar 2008 18:52:44 +0100
+  [Michael Koch]
+  * Fix issues in scripts/update-java-alternatives.8
+  * Converted debian/java-common.doc-base.faq to utf-8 encoding.
+  * Fix bug in scripts/update-java-alternatives when usage is shown.
 
+ -- Michael Koch <konqueror at gmx.de>  Tue, 01 Apr 2008 08:16:44 +0200
+
 java-common (0.27) unstable; urgency=low
 
   * Updated FAQ. Closes: #449282.

Modified: trunk/java-common/debian/java-common.doc-base.faq
===================================================================
--- trunk/java-common/debian/java-common.doc-base.faq	2008-04-02 18:06:09 UTC (rev 6068)
+++ trunk/java-common/debian/java-common.doc-base.faq	2008-04-02 18:39:15 UTC (rev 6069)
@@ -1,6 +1,6 @@
 Document: debian-java-faq
 Title: Debian Java FAQ
-Author: Javier Fernández-Sanguino Peña
+Author: Javier Fernández-Sanguino Peña
 Abstract: The Debian Java FAQ provide answers to many 
  usual questions regarding the use of the Java programming
  language in the Debian GNU/Linux operating system. It

Modified: trunk/java-common/scripts/update-java-alternatives
===================================================================
--- trunk/java-common/scripts/update-java-alternatives	2008-04-02 18:06:09 UTC (rev 6068)
+++ trunk/java-common/scripts/update-java-alternatives	2008-04-02 18:39:15 UTC (rev 6069)
@@ -63,8 +63,8 @@
     shift
 done
 
-#[ "$#" -eq 0 ] || usage 1
-#[ -n "$action" ] || usage 1
+[ "$#" -eq 0 ] || usage 1
+[ -n "$action" ] || usage 1
 
 which='^(hl|jre|jdk|plugin|DUMMY) '
 if [ -n "$hlonly$jreonly$pluginonly" ]; then

Modified: trunk/java-common/scripts/update-java-alternatives.8
===================================================================
--- trunk/java-common/scripts/update-java-alternatives.8	2008-04-02 18:06:09 UTC (rev 6068)
+++ trunk/java-common/scripts/update-java-alternatives.8	2008-04-02 18:39:15 UTC (rev 6069)
@@ -3,10 +3,10 @@
 update-java-alternatives \- update alternatives for jre/sdk installations
 .SH SYNOPSIS
 .B update-java-alternatives [--jre] [--plugin] [-t|--test|-v|--verbose]
-      -l|--list [<jname>]
-      -s|--set <jname>
-      -a|--auto
-      -h|-?|--help
+      \-l|--list [<jname>]
+      \-s|--set <jname>
+      \-a|--auto
+      \-h|\-?|--help
 .SH DESCRIPTION
 update-java-alternatives updates all alternatives belonging to one runtime
 or development kit for the Java language.  A package does provide these




More information about the pkg-java-commits mailing list