]> 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 94ba0c25dbbb875580ecf484b61303ff46916843..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>
 
@@ -358,8 +362,9 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr
          <p>
            Packages built with <prgn>debhelper</prgn> may use <manref
            name="dh_perl" section=1> to generate this substitution
-           automatically.  Additionally requires a
-           <tt>Build-Depends</tt> on <tt>debhelper (>= 3.0.18)</tt>.
+           automatically.  This additionally requires a versioned
+           <tt>Build-Depends</tt> (or <tt>Build-Depends-Indep</tt>)
+           on <tt>debhelper (>= 3.0.18)</tt>.
          </p>
        </sect1>
       </sect>