]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - perl-policy.sgml
* Fixed some broken hrefs in links
[debian/debian-policy.git] / perl-policy.sgml
index edf8e4f609b584220126be7a1fa1b43e4e4c9fcf..d16f46578727ef4341054d8e71538ee5a565d8d5 100644 (file)
@@ -12,7 +12,7 @@
        <name>Brendan O'Dea</name>
        <email>bod@debian.org</email>
       </author>
-      <version>version 1.19</version>
+      <version>version 1.20</version>
 
       <abstract>
        This document describes the packaging of Perl within the Debian
@@ -299,8 +299,11 @@ $(MAKE) OPTIMIZE="-O2 -g -Wall"
          </example>
          and this one to install the results into the temporary tree:
          <example>
-$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
-         </example>
+$(MAKE) install PREFIX=$(CURDIR)/debian/&lt;tmp&gt;/usr
+         </example><footnote>
+           <p>Replace &lt;tmp&gt; with the appropriate directory
+           (nominally just tmp)</p>
+         </footnote>
        </p>
        <p>
          A <tt>Build-Depends</tt> on <tt>perl (>= 5.6.0-16)</tt> is
@@ -342,7 +345,8 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
            a minimum version of the <package>perl</package> package
            used to build the module, and must additionally depend on
            the expansion of
-           <package>perlapi-$Config{version}</package>.
+           <package>perlapi-$Config{version}</package> using
+           the <tt>Config</tt> module.
          </p>
        </sect1>