[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#872033: marked as done (apt edit-sources: missing newline at the end of "file changed, please run 'apt-get update'.")



Your message dated Wed, 22 Aug 2018 18:59:28 +0200
with message-id <de36a311-5973-014c-bc09-ced996ba06fc@yahoo.it>
and subject line Thanks for fixing
has caused the Debian Bug report #872033,
regarding apt edit-sources: missing newline at the end of "file changed, please run 'apt-get update'."
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
872033: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872033
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 1.5~beta1
Severity: minor
Tags: patch
Control: found -1 1.4.7


Dear maintainer,

after some changes in sources.list file, "apt edit-sources" sends to output
the message below:

  "Your '/etc/apt/sources.list' file changed, please run 'apt-get update'"

but a missing newline induces the shell prompt to appear on the same line.

 root:~#  apt edit-sources
 Your '/etc/apt/sources.list' file changed, please run 'apt-get update'.root:~#

Please find attached a trivial patch to fix this issue.

Thanks for reading.
--- private-sources.cc	2017-08-13 18:16:53.105652765 +0200
+++ private-sources.cc-new	2017-08-13 18:16:57.965554388 +0200
@@ -100 +100 @@
-         std::cout, _("Your '%s' file changed, please run 'apt-get update'."),
+         std::cout, _("Your '%s' file changed, please run 'apt-get update'.\n"),

--- End Message ---
--- Begin Message ---
Version: 1.7.0~alpha3

--- End Message ---

Reply to: