Package: dpkg
Version: 1.13.22
Tags: patch
Severity: minor

An ubuntu user reported here
 https://launchpad.net/distros/ubuntu/+source/dpkg/+bug/29729
that a message wasn't quite ideally formed.  Since that report the
missing parenthesis has evidently been added; however, the newline is
still missing.  The patch below is the complete fix.


Here is the changelog bullet point:

  * dpkg: add missing newline to an error message.  (LP 29729.)

Regards,
Ian.

diff -Nru /tmp/InoaTvHgRd/dpkg-1.13.22ubuntu6/src/processarc.c 
/tmp/PIGkcmiEoT/dpkg-1.13.22ubuntu7/src/processarc.c
--- /tmp/InoaTvHgRd/dpkg-1.13.22ubuntu6/src/processarc.c        2006-07-21 
17:20:25.000000000 +0100
+++ /tmp/PIGkcmiEoT/dpkg-1.13.22ubuntu7/src/processarc.c        2006-10-03 
14:54:25.000000000 +0100
@@ -671,7 +671,7 @@
            oldfs.st_ino == cfile->namenode->filestat->st_ino) {
          if (sameas)
            fprintf(stderr, _("dpkg: warning - old file `%.250s' is the same"
-                     " as several new files!  (both `%.250s' and `%.250s')"),
+                     " as several new files!  (both `%.250s' and `%.250s')\n"),
                    fnamevb.buf,
                    sameas->namenode->name, cfile->namenode->name);
          sameas= cfile;


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

Reply via email to