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

