The following commit has been merged in the master branch:
commit 898ad6a9d5900b6a46dc2b7c742edb00fc116c3c
Author: Guillem Jover <[email protected]>
Date:   Sun Nov 7 23:11:03 2010 +0100

    u-a: Add missing space in --set-selections output
    
    This was lost during the rewrite in C.

diff --git a/debian/changelog b/debian/changelog
index 738a4d5..b8f4bfa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ dpkg (1.16.0) UNRELEASED; urgency=low
   * Add a new --status-logger option to dpkg, similar to --status-fd but
     instead invoke the command ourselves and feed the status information
     to its standard input. Suggested by Raphaël Hertzog.
+  * Add missing space in update-alternative --set-selections output.
 
   [ Raphaël Hertzog ]
   * Fail properly when debian/source/format is empty. Closes: #600854
diff --git a/utils/update-alternatives.c b/utils/update-alternatives.c
index e2c646a..58a88bf 100644
--- a/utils/update-alternatives.c
+++ b/utils/update-alternatives.c
@@ -1864,7 +1864,7 @@ alternative_set_selection(struct alternative_map *all, 
const char *name,
 static void
 alternative_set_selections(struct alternative_map *all, FILE* input, const 
char *desc)
 {
-       const char *prefix = "[" PROGNAME "--set-selections] ";
+       const char *prefix = "[" PROGNAME " --set-selections] ";
 
        for (;;) {
                char line[1024], *res, *name, *status, *choice;

-- 
dpkg's main repository


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to