Your message dated Tue, 2 Apr 2013 17:48:40 +0200 with message-id <[email protected]> and subject line Re: [Aptitude-devel] Bug#704529: aptitude: Add new line character in help output has caused the Debian Bug report #704529, regarding aptitude: Add new line character in help output 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.) -- 704529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704529 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: aptitude Version: 0.6.3-3.2+squeeze1 Severity: minor Tags: patch Added missing newline character before -i parameter -- Package-specific info: aptitude 0.6.3 compiled at Aug 10 2011 23:28:10 Compiler: g++ 4.4.5 Compiled against: apt version 4.10.1 NCurses version 5.7 libsigc++ version: 2.2.4.2 Ept support enabled. Gtk+ support disabled. Current library versions: NCurses version: ncurses 5.7.20100313 cwidget version: 0.5.16 Apt version: 4.10.1 linux-vdso.so.1 => (0x00007fff74dff000) libapt-pkg.so.4.10 => /usr/lib/libapt-pkg.so.4.10 (0x00007ffc72d4b000) libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007ffc72af8000) libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x00007ffc728f2000) libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x00007ffc72626000) libept.so.1 => /usr/lib/libept.so.1 (0x00007ffc723d2000) libxapian.so.22 => /usr/lib/libxapian.so.22 (0x00007ffc71ff1000) libz.so.1 => /usr/lib/libz.so.1 (0x00007ffc71dda000) libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x00007ffc71b30000) libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 (0x00007ffc71914000) libpthread.so.0 => /lib/libpthread.so.0 (0x00007ffc716f8000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007ffc713e4000) libm.so.6 => /lib/libm.so.6 (0x00007ffc71161000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007ffc70f4b000) libc.so.6 => /lib/libc.so.6 (0x00007ffc70be9000) libutil.so.1 => /lib/libutil.so.1 (0x00007ffc709e5000) libdl.so.2 => /lib/libdl.so.2 (0x00007ffc707e1000) libuuid.so.1 => /lib/libuuid.so.1 (0x00007ffc705dc000) libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x00007ffc703cc000) librt.so.1 => /lib/librt.so.1 (0x00007ffc701c4000) /lib64/ld-linux-x86-64.so.2 (0x00007ffc73067000) Terminal: xterm $DISPLAY is set. `which aptitude`: /usr/bin/aptitude aptitude version information: aptitude linkage: -- System Information: Debian Release: 6.0.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages aptitude depends on: ii apt [libapt-pkg4.10] 0.8.10.3+squeeze1 Advanced front-end for dpkg ii libboost-iostreams1.42 1.42.0-4 Boost.Iostreams Library ii libc6 2.11.3-4 Embedded GNU C Library: Shared lib ii libcwidget3 0.5.16-3 high-level terminal interface libr ii libept1 1.0.4 High-level library for managing De ii libgcc1 1:4.4.5-8 GCC support library ii libncursesw5 5.7+20100313-5 shared libraries for terminal hand ii libsigc++-2.0-0c2a 2.2.4.2-1 type-safe Signal Framework for C++ ii libsqlite3-0 3.7.13-1~bpo60+1 SQLite 3 shared library ii libstdc++6 4.4.5-8 The GNU Standard C++ Library v3 ii libxapian22 1.2.3-2 Search engine library ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime Versions of packages aptitude recommends: pn apt-xapian-index <none> (no description available) pn aptitude-doc-en | aptitude-do <none> (no description available) ii libparse-debianchangelog-perl 1.1.1-2.1 parse Debian changelogs and output ii sensible-utils 0.0.4 Utilities for sensible alternative Versions of packages aptitude suggests: pn debtags <none> (no description available) ii tasksel 2.88 Tool for selecting tasks for insta -- no debconf informationdiff -r 395496810479 src/main.cc --- a/src/main.cc Fri Mar 12 01:32:14 2010 -0800 +++ b/src/main.cc Tue Apr 02 17:26:59 2013 +0400 @@ -216,7 +216,7 @@ " strong dependencies.\n")); printf(_(" -S fname Read the aptitude extended status info from fname.\n")); printf(_(" -u Download new package lists on startup.\n")); - printf(_(" (terminal interface only)")); + printf(_(" (terminal interface only)\n")); printf(_(" -i Perform an install run on startup.\n")); printf(_(" (terminal interface only)")); printf("\n");
--- End Message ---
--- Begin Message ---Version: 0.6.5-1 Hi, Brilliantov Kirill Vladimirovich wrote: > Package: aptitude > Version: 0.6.3-3.2+squeeze1 > Severity: minor > Tags: patch > > Added missing newline character before -i parameter Thanks for the patch, but this has been already fixed in version 0.6.5-1: http://anonscm.debian.org/gitweb/?p=aptitude/aptitude.git;a=commitdiff;h=28ebd48c51a17760b16f82276c66a6e4938ea527 Actually this has been already reported as http://bugs.debian.org/581597 and http://bugs.debian.org/623370 Regards, Axel -- ,''`. | Axel Beckert <[email protected]>, http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 1024D: F067 EA27 26B9 C3FC 1486 202E C09E 1D89 9593 0EDE `- | 4096R: 2517 B724 C5F6 CA99 5329 6E61 2FF9 CD59 6126 16B5
--- End Message ---
_______________________________________________ Aptitude-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel

