Your message dated Fri, 6 May 2016 22:38:46 +0200
with message-id <[email protected]>
and subject line Re: Bug#823389: apt-listchanges: should add another newline
character when a changelog entry does not end with a newline character
has caused the Debian Bug report #823389,
regarding apt-listchanges: should add another newline character when a
changelog entry does not end with a newline character
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 [email protected]
immediately.)
--
823389: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=823389
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: apt-listchanges
Version: 2.89
Severity: minor
apt-listchanges does not always put a blank line between changelog
entries:
opera-stable (37.0.2178.32) unstable; urgency=low
* http://blogs.opera.com/desktop/changelog37/#b2178.32
-- Opera Packaging Team <[email protected]> Thu, 28 Apr 2016 11:51:24 +0200
rrdtool (1.6.0-1) unstable; urgency=low
* New upstream version:
- Soname bump to librrd8. Adjusted library package name.
- No longer installing librrd_th.so. The whole library is now thread safe.
- Python binding: Release the GIL when doing I/O. (Closes: #691765)
- Drop patches applied upstream.
* d/control: Switched Vcs-Git to a secure uri.
* Enabled bindnow hardening.
* Bumped policy to 3.9.8: No change required.
* Added lintian false positive override for librrds-perl.
-- Jean-Michel Vourgère <[email protected]> Mon, 25 Apr 2016 09:23:34 +0200
The reason seems to be that the changelog from opera-stable does not
terminate with a newline character (and the whole entry is new). This
should be detected.
-- System Information:
Debian Release: stretch/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500,
'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 4.5.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages apt-listchanges depends on:
ii apt 1.2.11
ii debconf [debconf-2.0] 1.5.59
ii debianutils 4.7
ii python-apt 1.1.0~beta2
pn python:any <none>
ii ucf 3.0036
apt-listchanges recommends no packages.
Versions of packages apt-listchanges suggests:
ii firefox [www-browser] 46.0-1
ii firefox-esr [www-browser] 45.1.0esr-1
ii lynx [www-browser] 2.8.9dev9-1
ii mlterm [x-terminal-emulator] 3.5.0-1+b1
ii opera-stable [www-browser] 37.0.2178.32
ii postfix [mail-transport-agent] 3.1.0-3
ii python-glade2 2.24.0-4
ii python-gtk2 2.24.0-4
ii rxvt-unicode [x-terminal-emulator] 9.21-1+b1
ii w3m [www-browser] 0.5.3-27
ii xterm [x-terminal-emulator] 324-1
-- Configuration Files:
/etc/apt/apt.conf.d/20listchanges changed:
DPkg::Pre-Install-Pkgs { "/usr/bin/apt-listchanges --apt"; };
DPkg::Tools::Options::/usr/bin/apt-listchanges::Version "2";
-- debconf information:
apt-listchanges/save-seen: true
apt-listchanges/frontend: pager
apt-listchanges/which: news
apt-listchanges/email-address: root
apt-listchanges/confirm: false
--- End Message ---
--- Begin Message ---
Source: apt-listchanges
Source-Version: 3.2
Vincent Lefevre writes:
> Severity: minor
>
> apt-listchanges does not always put a blank line between changelog
> entries:
>
This was fixed in version 3.2, that is available in experimental.
(See
https://anonscm.debian.org/cgit/collab-maint/apt-listchanges.git/commit/?h=3.2&id=52e5db872ab44ef51eab8a504dffff1b29e7843a
: the _save_entry function first strips leading and trailing
whitespaces, and then adds '\n' at the end of entry).
Regards,
robert
--- End Message ---