Your message dated Sun, 2 Oct 2005 10:09:54 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in upload of aptitude 0.3.4-1 to experimental
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 29 Aug 2004 20:23:48 +0000
>From [EMAIL PROTECTED] Sun Aug 29 13:23:48 2004
Return-path: <[EMAIL PROTECTED]>
Received: from triolo-1-82-225-135-44.fbx.proxad.net (neige) [82.225.135.44]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1C1WDM-0003SQ-00; Sun, 29 Aug 2004 13:23:48 -0700
Received: from nive by neige with local (Exim 4.34)
id 1C1WDJ-0008PQ-Eq; Sun, 29 Aug 2004 22:23:45 +0200
Date: Sun, 29 Aug 2004 22:23:45 +0200
From: Olivier Trichet <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: aptitude: various fixes on documentation and i18n
Message-ID: <[EMAIL PROTECTED]>
Reply-To: Olivier Trichet <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="Nq2Wo0NMKNjxTN9z"
Content-Disposition: inline
X-Reportbug-Version: 2.64
User-Agent: Mutt/1.5.6+20040818i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
Package: aptitude
Version: 0.2.15.6-1
Severity: minor
Tags: patch
Hello,
Please find attached, patches against svn revision 2701 which address
documentation and i18n "problems".
* src-mine-cmine.cc.diff
- Allow translation of 'Minesweeper' program name in header line.
* src-ui.cc.diff
- Allow translation of 'Package' in View menu for "New Categorical
Browser"'s view.
* doc-en-aptitude.xml.diff
- improve ENTITY header : Help->{ChangeLog,License}
- fix sentences to fit in context (screenshot, real program default
values, etc.).
- fix typos.
* FAQ.diff :
- "b" shortcut and 'Search->Find Broken' menu item now
available to search broken packages.
Thanks for your time and for aptitude,
Olivier
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.26-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL
PROTECTED])
Versions of packages aptitude depends on:
ii apt [libapt-pkg-libc6.3-5-3 0.5.27 Advanced front-end for dpkg
ii libc6 2.3.2.ds1-16 GNU C Library: Shared libraries an
ii libgcc1 1:3.4.1-7 GCC support library
ii libncurses5 5.4-4 Shared libraries for terminal hand
ii libsigc++-1.2-5c102 1.2.5-1 Type-safe Signal Framework for C++
ii libstdc++5 1:3.3.4-9 The GNU Standard C++ Library v3
-- no debconf information
--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="src-mine-cmine.cc.diff"
--- svn.rev2701/src/mine/cmine.cc 2004-08-29 17:48:10.000000000 +0200
+++ modif/src/mine/cmine.cc 2004-08-29 13:20:14.000000000 +0200
@@ -76,7 +76,7 @@
int width,height;
getmaxyx(height,width);
- string header="Minesweeper";
+ string header=_("Minesweeper");
char buf[200];
if(board->get_state()==mine_board::playing)
--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="src-ui.cc.diff"
--- svn.rev2701/src/ui.cc 2004-08-29 17:48:10.000000000 +0200
+++ modif/src/ui.cc 2004-08-29 18:19:46.000000000 +0200
@@ -605,7 +605,7 @@
add_main_widget(make_default_view(tree,
&tree->selected_signal,
&tree->selected_desc_signal),
- "Packages",
+ _("Packages"),
_("View available packages and choose actions to perform"));
}
--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="FAQ.diff"
--- svn.rev2701/FAQ 2004-08-29 17:48:14.000000000 +0200
+++ modif/FAQ 2004-08-10 14:58:35.000000000 +0200
@@ -1,18 +1,11 @@
aptitude FAQ
Last updated 02/03/2004
-1) Please include the ability to search for broken packages!
-2) I want to select text, why doesn't aptitude let me disable the mouse?
-
+1) I want to select text, why doesn't aptitude let me disable the mouse?
==============================================================================
-1) Please include the ability to search for broken packages!
-
- You're in luck: this is already present. Search for ~b, and you'll
- find the first broken package.
-
-2) I want to select text, why doesn't aptitude let me disable the mouse?
+1) I want to select text, why doesn't aptitude let me disable the mouse?
When a program running in an xterm is accessing the mouse, the xterm
disables text selection. However, you can override this behavior and
--Nq2Wo0NMKNjxTN9z
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="doc-en-aptitude.xml.diff"
--- svn.rev2701/doc/en/aptitude.xml 2004-08-29 17:48:11.000000000 +0200
+++ modif/doc/en/aptitude.xml 2004-08-29 19:34:55.000000000 +0200
@@ -56,8 +56,8 @@
<!ENTITY help-help
"<menuchoice><shortcut><keycap>?</keycap></shortcut><guimenu>Help</guimenu><guimenuitem>Help</guimenuitem></menuchoice>">
<!ENTITY help-manual "<menuchoice><guimenu>Help</guimenu><guimenuitem>User's
Manual</guimenuitem></menuchoice>">
<!ENTITY help-faq
"<menuchoice><guimenu>Help</guimenu><guimenuitem>FAQ</guimenuitem></menuchoice>">
- <!ENTITY help-changelog
"<menuchoice><guimenu>Help</guimenu><menuitem>ChangeLog</menuitem></menuchoice>">
- <!ENTITY help-license
"<menuchoice><guimenu>Help</guimenu><menuitem>License</menuitem></menuchoice>">
+ <!ENTITY help-changelog
"<menuchoice><guimenu>Help</guimenu><guimenuitem>ChangeLog</guimenuitem></menuchoice>">
+ <!ENTITY help-license
"<menuchoice><guimenu>Help</guimenu><guimenuitem>License</guimenuitem></menuchoice>">
<!ENTITY manpage SYSTEM "manpage.xml">
@@ -468,7 +468,7 @@
</blockquote>
<para>
- &aptitude; is a sizable program with many features, and it can
+ &aptitude; is a sizeable program with many features, and it can
be a bit overwhelming for new users to get acquainted with it.
This chapter does not exhaustively describe the features of
&aptitude; (see <xref linkend='chapRefGuide'/> for that), but it
@@ -542,7 +542,7 @@
informational messages describing some important commands.
The black space that follows is the list of all available
packages, in which some groups of packages are listed. The
- currently selected group (<quote>Upgradable Packages</quote>) is
+ currently selected group (<quote>Installer Packages</quote>) is
highlighted, and its description is shown in the lower black
space.
</para>
@@ -1194,8 +1194,8 @@
<para>
As you can see, &aptitude; automatically decided to install
- <systemitem>libgtop2</systemitem> for me because
- <systemitem>bubblemon</systemitem> requires it. At this
+ <systemitem>kaffeine</systemitem> for me because
+ <systemitem>kaffeine-mozilla</systemitem> requires it. At this
point, I have the choice of either continuing with the
installation by pressing <keycap>g</keycap>, or aborting it by
pressing <keycap>q</keycap>.
@@ -2211,7 +2211,7 @@
following synopsis:
</para>
- <screen>iu autobook +139kB
1.4.1-1 1.4.2-1</screen>
+ <screen>iuA autobook +139kB
1.4.1-1 1.4.2-1</screen>
<para>
The three characters on the left-hand side of the
@@ -4524,8 +4523,8 @@
<entry><literal>LevelDown</literal></entry>
<entry><literal>K</literal></entry>
<entry>
- In a hierarchical list, selects the next sibling of
- the currently selected item (the next item at the
+ In a hierarchical list, selects the previous sibling of
+ the currently selected item (the previous item at the
same level with the same parent).
</entry>
</row>
@@ -4534,8 +4533,8 @@
<entry><literal>LevelUp</literal></entry>
<entry><literal>J</literal></entry>
<entry>
- In a hierarchical list, selects the previous sibling
- of the currently selected item (the previous item at
+ In a hierarchical list, selects the next sibling
+ of the currently selected item (the next item at
the same level with the same parent).
</entry>
</row>
@@ -4633,7 +4632,7 @@
<row>
<entry><literal>PrevPage</literal></entry>
- <entry><literal>pagedown,C-f</literal></entry>
+ <entry><literal>pageup,C-b</literal></entry>
<entry>
Moves the current display one page backward.
</entry>
@@ -5001,7 +5000,7 @@
<row>
<entry><literal>clear_eos</literal></entry>
- <entry>The <quote>clear to end of sceren</quote> key.</entry>
+ <entry>The <quote>clear to end of screen</quote> key.</entry>
</row>
<row>
@@ -6719,7 +6718,7 @@
</seglistitem>
<seglistitem id='configExit-On-Last-Close'>
- <seg><literal>Aptitude::UI::Exit-On-Last-Close'</literal></seg>
+ <seg><literal>Aptitude::UI::Exit-On-Last-Close</literal></seg>
<seg><literal>true</literal></seg>
@@ -6853,7 +6852,7 @@
<seglistitem id='configPackage-Header-Format'>
<seg><literal>Aptitude::UI::Package-Header-Format</literal></seg>
- <seg><literal>%d</literal></seg>
+ <seg><literal>%N %n</literal></seg>
<seg>
This option controls the format string used to
--Nq2Wo0NMKNjxTN9z--
---------------------------------------
Received: (at 268916-done) by bugs.debian.org; 2 Oct 2005 08:09:59 +0000
>From [EMAIL PROTECTED] Sun Oct 02 01:09:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 5301d.unt0.torres.l21.ma.zugschlus.de (torres.zugschlus.de)
[217.151.83.1] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1ELyv0-0006b5-00; Sun, 02 Oct 2005 01:09:58 -0700
Received: from lefler.int.l21.ma.zugschlus.de ([192.168.130.38])
by torres.zugschlus.de with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
(Exim 4.53)
id 1ELyux-0005qo-0N; Sun, 02 Oct 2005 10:09:55 +0200
Received: from mh by lefler.int.l21.ma.zugschlus.de with local (Exim 4.52)
id 1ELyuw-00080G-FN; Sun, 02 Oct 2005 10:09:54 +0200
Date: Sun, 2 Oct 2005 10:09:54 +0200
From: Marc Haber <[EMAIL PROTECTED]>
To: Daniel Burrows <[EMAIL PROTECTED]>
Cc: Marc Haber <[EMAIL PROTECTED]>,
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: Fixed in upload of aptitude 0.3.4-1 to experimental
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.10i
X-Spam-Score: (-----) -5.9
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level:
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 18
Version: 0.3.4-1
tagging bugs as fixed in 0.3.4-1, as cleared with dburrows on IRC.
Greetings
Marc
--
-----------------------------------------------------------------------------
Marc Haber | "I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]