From: Russ Allbery
Date: Wed, 4 Jul 2007 08:16:18 +0000 (+0000)
Subject: Typo fix for writability of maintainer scripts
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=206fa854428509b157d2bca7a8601d50c111e267;p=debian%2Fdebian-policy.git
Typo fix for writability of maintainer scripts
Change "must not be not world-writable" to "must not be world-writable"
as was obviously intended.
git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-4
---
diff --git a/debian/changelog b/debian/changelog
index f938920..020d359 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ debian-policy (3.7.3.0) UNRELEASED; urgency=low
operators and change references from POSIX to SUSv3 (Closes: #294962).
* Bug fix: "[Proposal] new Debian menu structure", thanks to Bill
Allombert (Closes: #361418).
+ * Bug fix: "typo: "must not be not world-writable"", thanks to Sam
+ Hocevar (Closes: #392594).
--
diff --git a/policy.sgml b/policy.sgml
index a17e6a3..9e23bc0 100644
--- a/policy.sgml
+++ b/policy.sgml
@@ -3185,7 +3185,7 @@ Package: libc6
They must be proper executable files; if they are scripts
(which is recommended), they must start with the usual
#! convention. They should be readable and
- executable by anyone, and must not be not world-writable.
+ executable by anyone, and must not be world-writable.