Bug#829008: Corrected patch

Paul Draper paul at lucidchart.com
Wed Jun 29 18:57:57 UTC 2016


It seems I omitted part of the patch.

Index: scripts/update-java-alternatives
===================================================================
--- scripts/update-java-alternatives (revision 19096)
+++ scripts/update-java-alternatives (working copy)
@@ -109,16 +109,6 @@

 jinfo_files=

-do_auto()
-{
-    vecho "resetting java alternatives"
-    awk "/$which/ {print \$2}" $top/*.jinfo | sort -u \
- | \
-    while read name; do
- update-alternatives $uaopts --auto $name
-    done
-}
-
 do_list()
 {
     vecho "listing java alternatives:"
@@ -133,8 +123,6 @@

 do_set()
 {
-    do_auto
-
     awk "/$which/ {print}" $jinfo | sort -u \
  | \
     while read type name location; do
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20160629/2d1d2034/attachment-0001.html>


More information about the pkg-java-maintainers mailing list