]> git.donarmstrong.com Git - debian/debian-policy.git/commitdiff
Policy: minor typos in dpkg-shlibdeps and dpkg-architecture
authorRuss Allbery <rra@debian.org>
Mon, 2 Jun 2008 20:58:48 +0000 (13:58 -0700)
committerRuss Allbery <rra@debian.org>
Mon, 2 Jun 2008 20:58:48 +0000 (13:58 -0700)
Fix minor typos in appendix C in the sections on dpkg-shlibdeps and
dpkg-architecture.  Also remove the note that future versions of
dpkg-shlibdeps will be called on shared libraries as well and just
say that it acts on both executables and shared libraries.

Thanks to Sandro Tosi <matrixhasu@gmail.com> for the corrections.
Closes: #481954
debian/changelog
policy.sgml

index 26a714dc266019baa930d95831988120862e082e..84e23552362556dd6a076ee71fa2fdce9fec13ad 100644 (file)
@@ -53,6 +53,9 @@ debian-policy (3.8.0.0) unstable; urgency=low
   * Policy: bugs fixed in NMUs are now closed rather than marked fixed
     Wording: Russ Allbery <rra@debian.org> (thanks, Sandro Tosi)
     Closes: #481640
+  * Policy: C.1.4, C.1.8: minor typos
+    Wording: Sandro Tosi <matrixhasu@gmail.com>
+    Closes: #481954
   * Remove the now-obsolete policy-process document.
   * Add an md5sums control file.
   * Add Vcs-Browser and Vcs-Git control fields.
index 48db55a0827a7f4fbd2334b06a8af59775ada4dd..7c8cfe149ee68799dbd5b3aa3098ffae1e78b985 100644 (file)
@@ -9620,13 +9620,8 @@ install-info --quiet --remove /usr/share/info/foobar.info
          </p>
 
          <p>
-           Its arguments are executables.
+           Its arguments are executables and shared libraries
            <footnote>
-             <p>
-               In a forthcoming dpkg version,
-               <prgn>dpkg-shlibdeps</prgn> would be required to be
-               called on shared libraries as well.
-             </p>
              <p>
                They may be specified either in the locations in the
                source tree where they are created or in the locations
@@ -9674,7 +9669,7 @@ install-info --quiet --remove /usr/share/info/foobar.info
            and then in its main control file <file>debian/control</file>:
            <example>
   <var>...</var>
-  Depends: ${shlibs:Pre-Depends}
+  Depends: ${shlibs:Depends}
   Recommends: ${shlibs:Recommends}
   <var>...</var>
            </example>
@@ -9783,8 +9778,8 @@ install-info --quiet --remove /usr/share/info/foobar.info
           <p>
             This program can be used manually, but is also invoked by
             <tt>dpkg-buildpackage</tt> or <file>debian/rules</file> to set
-            to set environment or make variables which specify the build and
-            host architecture for the package building process.
+            environment or make variables which specify the build and host
+            architecture for the package building process.
           </p>
         </sect1>
       </sect>