]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Various small fixes and typographical corrections.
authorManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:41:06 +0000 (05:41 +0000)
committerManoj Srivastava <srivasta@debian.org>
Thu, 16 Jun 2005 05:41:06 +0000 (05:41 +0000)
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

debian/changelog
menu-policy.sgml
perl-policy.sgml
policy.sgml

index 84e806a3f54b658a741aa02bd0cbe139ccb676b9..1f8f31ca553965d371c165cef0c1e2bef80cde12 100644 (file)
@@ -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
 
  -- 
 
index cb8270842a3338297c79ae1ea007886308264e3e..4c24c4c36a88c2680ea738e1f1284e170ff94354 100644 (file)
              <p>X window managers</p>
              <p>
                <taglist>
-                 <tag>Modules></tag>
+                 <tag>Modules</tag>
                  <item>
                    <p>window manager modules</p>
                  </item>
index f4e55c25f043a2d58ca3851e22150c04f3569a47..ce9c4ee8e83c756dc87511a98847311d7b4e54ea 100644 (file)
@@ -40,7 +40,7 @@
        </p>
        <p>
          A copy of the GNU General Public License is available as
-         <tt>/usr/share/common-licences/GPL</tt> in the Debian GNU/Linux
+         <tt>/usr/share/common-licenses/GPL</tt> in the Debian GNU/Linux
          distribution or on the World Wide Web at 
          <url id="http://www.gnu.org/copyleft/gpl.html"
          name="The GNU Public Licence">.
index 1afd229dc53b4e960ff754cd85364614accd9a52..58877f8482889a556e6c262fcdbedf234acf212c 100644 (file)
@@ -5459,7 +5459,7 @@ rmdir /usr/local/share/emacs 2>/dev/null || true
            should include a <tt>test</tt> statement at the top of the
            script, like this:
            <example compact="compact">
-test -f <var>program-executed-later-in-script</var> || exit 0
+test -x <var>program-executed-later-in-script</var> || exit 0
            </example>
          </p>