Your message dated Thu, 17 Jul 2014 23:55:08 +0300
with message-id <[email protected]>
and subject line Re: Bug#755001: Avoiding gender-specific language
has caused the Debian Bug report #755001,
regarding Avoiding gender-specific language
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.)
--
755001: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755001
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: euro-support
Severity: minor
Tags: patch
Dear Maintainer,
*** Please consider answering these questions, where appropriate ***
* What led up to the situation?
I was searching for gender-specific language to correct across all the
documentation that is part of DDP
* What exactly did you do (or not do) that was effective (or
ineffective)?
grep -r " he " ./* | grep .sgml
grep -r " his " ./* | grep .sgml
grep -r " him " ./* | grep .sgml
and ignored all the files that were included in a language-specific
folder other than english
* What was the outcome of this action?
I found some issues and created the patch attached here.
All the best,
Myriam
Index: debian-euro-support.sgml
===================================================================
--- debian-euro-support.sgml (revision 10421)
+++ debian-euro-support.sgml (working copy)
@@ -176,10 +176,10 @@
properly by changing the user's <file>~/.bash_profile</file>,
<file>~/.Xresources</file> and other user's configuration files. The
included program guides the user in the definition of the locale by
-asking for his country and whether he desires (or not) euro
+asking for personal country and whether desired (or not) euro
support. Those tasks that need to be taken aside (since the program
runs as an ordinary user it cannot change system-wide settings) are
-presented to the user so he can (as superuser) make the appropriate
+presented to allow (as superuser) applying the appropriate
changes.
<sect>The euro-support package
@@ -214,7 +214,7 @@
<p>There is a test program called <prgn/euro-test/ in the
<package>euro-support</package> package program provided in order for
the user to see if the euro symbol
-is properly represented in his system. This program has been
+is properly represented in the system. This program has been
written in order to test if the system configuration is appropriate
and works both for the text console and the X graphic environment.
Although developed for the Debian GNU/Linux system it can be
signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Hello,
This manual doesn't seem to be linked anywhere, it's probably obsolete
(Debian now defaults to UTF-8 which has support for the Euro symbol) and
has no package where I could reassign this bug to. Closing, but CC to
debian-doc so this report is not completely "lost".
Kind regards,
Andrei -- looking after bugs filed against unknown packages
On Mi, 16 iul 14, 20:19:46, myr wrote:
> Package: euro-support
> Severity: minor
> Tags: patch
>
> Dear Maintainer,
> *** Please consider answering these questions, where appropriate ***
>
> * What led up to the situation?
> I was searching for gender-specific language to correct across all the
> documentation that is part of DDP
>
> * What exactly did you do (or not do) that was effective (or
> ineffective)?
> grep -r " he " ./* | grep .sgml
> grep -r " his " ./* | grep .sgml
> grep -r " him " ./* | grep .sgml
>
> and ignored all the files that were included in a language-specific
> folder other than english
>
> * What was the outcome of this action?
> I found some issues and created the patch attached here.
>
>
> All the best,
> Myriam
> Index: debian-euro-support.sgml
> ===================================================================
> --- debian-euro-support.sgml (revision 10421)
> +++ debian-euro-support.sgml (working copy)
> @@ -176,10 +176,10 @@
> properly by changing the user's <file>~/.bash_profile</file>,
> <file>~/.Xresources</file> and other user's configuration files. The
> included program guides the user in the definition of the locale by
> -asking for his country and whether he desires (or not) euro
> +asking for personal country and whether desired (or not) euro
> support. Those tasks that need to be taken aside (since the program
> runs as an ordinary user it cannot change system-wide settings) are
> -presented to the user so he can (as superuser) make the appropriate
> +presented to allow (as superuser) applying the appropriate
> changes.
>
> <sect>The euro-support package
> @@ -214,7 +214,7 @@
> <p>There is a test program called <prgn/euro-test/ in the
> <package>euro-support</package> package program provided in order for
> the user to see if the euro symbol
> -is properly represented in his system. This program has been
> +is properly represented in the system. This program has been
> written in order to test if the system configuration is appropriate
> and works both for the text console and the X graphic environment.
> Although developed for the Debian GNU/Linux system it can be
signature.asc
Description: Digital signature
--- End Message ---