From: Manoj Srivastava Date: Thu, 16 Jun 2005 05:41:06 +0000 (+0000) Subject: Various small fixes and typographical corrections. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=98a652c6d166ecc78182c29f3429c52c9f834315;p=debian%2Fdebian-policy.git Various small fixes and typographical corrections. Author: srivasta Date: 2003/06/07 18:24:40 Various small fixes and typographical corrections. git-archimport-id: srivasta@debian.org--etch/debian-policy--devel--3.0--patch-235 --- diff --git a/debian/changelog b/debian/changelog index 84e806a..1f8f31c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,10 +16,19 @@ debian-policy (3.6.0) unstable; urgency=low * [AMENDMENT 02/05/2003] encourage packagers to systematically prevent mis-linked libraries closes: Bug#191369 * [AMENDMENT 6/6/2003] build-depends-indep should not be satisfied - during clean target. closes: Bug#191411 + during clean target. closes: Bug#191411, Bug#178809 * Fixed the fact that section 7.5.1 does not describe dpkg's true behavior. Now added a footnote that explains that replaces is a one way relationship. closes: Bug#183195 + * Could no longer find the misspelling "seciton", thus this must have + been fixed in a previous change in the manual. closes: Bug#193903 + * Changed a -f to a -x in an example testing for presence of a program + executed later in the script. closes: Bug#190749 + * Fixed an incorect /usr/share/common-licences/GPL reference, ensured a + consistent spelling across the manuals. closes: Bug#189516 + * Removed an extraneous > in menu policy. closes: Bug#187615 + * Fixed typos, and part of the report that was deemed valid; the other + changes suggested were incorrect, or style issues. closes: Bug#169744 -- diff --git a/menu-policy.sgml b/menu-policy.sgml index cb82708..4c24c4c 100644 --- a/menu-policy.sgml +++ b/menu-policy.sgml @@ -265,7 +265,7 @@

X window managers

- Modules> + Modules

window manager modules

diff --git a/perl-policy.sgml b/perl-policy.sgml index f4e55c2..ce9c4ee 100644 --- a/perl-policy.sgml +++ b/perl-policy.sgml @@ -40,7 +40,7 @@

A copy of the GNU General Public License is available as - /usr/share/common-licences/GPL in the Debian GNU/Linux + /usr/share/common-licenses/GPL in the Debian GNU/Linux distribution or on the World Wide Web at . diff --git a/policy.sgml b/policy.sgml index 1afd229..58877f8 100644 --- a/policy.sgml +++ b/policy.sgml @@ -5459,7 +5459,7 @@ rmdir /usr/local/share/emacs 2>/dev/null || true should include a test statement at the top of the script, like this: -test -f program-executed-later-in-script || exit 0 +test -x program-executed-later-in-script || exit 0