From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:44:41 +0000 (+0000) Subject: Routine fixing of policy bugs, thoug a new version of policy is X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=8a696c8dfc0439e98f096b081c1f4d41eef1d5f3;p=debian%2Fdebian-policy.git Routine fixing of policy bugs, thoug a new version of policy is Author: srivasta Date: 2004/09/28 05:49:38 Routine fixing of policy bugs, thoug a new version of policy is unlikely to be released before Etch, seeing that we are frozen and all. git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-273 --- diff --git a/debian/changelog b/debian/changelog index 5eef813..b54b3af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,12 @@ debian-policy (3.6.2.1) unstable; urgency=low * Bug fix: "[PROPOSAL] Document Uploaders: field in policy", thanks to Andrew Pollock. Andreas Metzler provided the wording, though it was modified during inclusion. (Closes: #203145). + * Bug fix: "debian-policy: Minor grammatical correction in section 9.4", + thanks to Eric Evans. I rejected the proposed change, instead I went + over the whole policy document and removed all he/she/him/her + constructs before the gender police jump all over me. (Closes: #273122). + * Bug fix: "XSI:ism in prerm and postinst", thanks to David Weinehall + (Closes: #260092). -- diff --git a/debian/postinst.in b/debian/postinst.in index 9ae1234..59b1346 100644 --- a/debian/postinst.in +++ b/debian/postinst.in @@ -56,7 +56,7 @@ case "$1" in # there is a most recently configured version. : - elif test -z "$2" -o "$2" = ""; then + elif test -z "$2" || test "$2" = ""; then # The package has not ever been configured on this system, or was # purged since it was last configured. : @@ -88,7 +88,7 @@ case "$1" in ;; abort-deconfigure) - if test "$2" != in-favour -o "$5" != removing; then + if test "$2" != in-favour || test "$5" != removing; then echo "$0: undocumented call to \`postinst $*'" 1>&2 exit 0 fi diff --git a/debian/prerm.in b/debian/prerm.in index f4df052..978c9de 100644 --- a/debian/prerm.in +++ b/debian/prerm.in @@ -49,7 +49,7 @@ case "$1" in fi ;; deconfigure) - if test "$2" != in-favour -o "$5" != removing; then + if test "$2" != in-favour || test "$5" != removing; then echo "$0: undocumented call to \`prerm $*'" 1>&2 exit 0 fi diff --git a/policy.sgml b/policy.sgml index eaba98d..4c2b9e1 100644 --- a/policy.sgml +++ b/policy.sgml @@ -251,7 +251,7 @@ is the Debian Developer's Reference. This document describes procedures and resources for Debian developers, but it is not normative; rather, it includes things that don't - belong into the Policy, such as best practices for developers. + belong in the Policy, such as best practices for developers.

@@ -555,8 +555,8 @@

Programs which use patented algorithms that have a restricted license also need to be stored on "non-us", - since that is located in a country where it is not allowed - to patent algorithms. + since the non-us archive is located in a country where + patenting algorithms is not allowed.

@@ -859,7 +859,7 @@ version, the date based portion of the version number should be changed to the following format in such cases: "19960501", "19961224". It is up to the maintainer whether - he/she wants to bother the upstream maintainer to change + they want to bother the upstream maintainer to change the version numbers upstream, too.

@@ -893,7 +893,7 @@ The maintainer must be specified in the Maintainer control field with their correct name and a working email address. If one person maintains - several packages, he/she should try to avoid having + several packages, they should try to avoid having different forms of their name and email address in the Maintainer fields of those packages.

@@ -5446,7 +5446,7 @@ rmdir /usr/local/share/emacs 2>/dev/null || true the scripts to the local system, e.g., to disable a service without de-installing the package, or to specify some special command line options when starting a service, - while making sure her changes aren't lost during the next + while making sure their changes aren't lost during the next package upgrade.

@@ -5812,8 +5812,8 @@ fi Design your messages as if the computer is telling you - what he is doing (let him be polite :-), but don't - mention "him" directly. For example, if you think of + what it is doing (let it be polite :-), but don't + mention "it" directly. For example, if you think of saying I'm starting network daemons: nfsd mountd. @@ -5879,7 +5879,7 @@ echo "." so long and when the final daemon has been started. You should be careful where to put spaces: in the example above the system administrator can easily - comment out a line if he don't wants to start a + comment out a line if they don't want to start a specific daemon, while the displayed message still looks good.

@@ -5946,7 +5946,7 @@ Doing something very useful...done.
You should print the done. immediately after the job has been completed, so that the user is - informed why she has to wait. You can get this + informed why they have to wait. You can get this behavior by saying echo -n "Doing something very useful..." @@ -7211,7 +7211,7 @@ endscript If a system administrator wishes to have a file (or directory or other such thing) installed with owner and permissions different from those in the distributed Debian - package, he can use the dpkg-statoverride + package, they can use the dpkg-statoverride program to instruct dpkg to use the different settings every time the file is installed. Thus the package maintainer should distribute the files with their @@ -7356,7 +7356,7 @@ done program to edit or display a text document. Since there are lots of different editors and pagers available in the Debian distribution, the system administrator and each user should - have the possibility to choose his/her preferred editor and + have the possibility to choose their preferred editor and pager.

@@ -8084,7 +8084,7 @@ name ["syshostname"]: binaries linked against the library (whether statically or dynamically), it is the package maintainer's responsibility to determine whether this is permitted by - the license of the copy of Motif in his or her possession. + the license of the copy of Motif in their possession.