X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=perl-policy.sgml;h=f4e55c25f043a2d58ca3851e22150c04f3569a47;hb=ca749fffb7f63d2a9ff72778104a5c60510da72c;hp=8edf3d7e5bdb7ffbc5dd4b0272d9ce268f383c66;hpb=a3a649ad7268e5709cb3a84cd37c7adeba71cf35;p=debian%2Fdebian-policy.git diff --git a/perl-policy.sgml b/perl-policy.sgml index 8edf3d7..f4e55c2 100644 --- a/perl-policy.sgml +++ b/perl-policy.sgml @@ -6,11 +6,13 @@ Debian Perl Policy Raphaël Hertzog - hertzog@debian.org Brendan O'Dea - bod@debian.org + + + The Debian Policy mailing list + debian-policy@lists.debian.org version 1.20 @@ -299,8 +301,11 @@ $(MAKE) OPTIMIZE="-O2 -g -Wall" and this one to install the results into the temporary tree: -$(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr - +$(MAKE) install PREFIX=$(CURDIR)/debian/<tmp>/usr + +

Replace <tmp> with the appropriate directory + (nominally just tmp)

+

A Build-Depends on perl (>= 5.6.0-16) is @@ -357,11 +362,13 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr in the form perl:Depends=deps.

- Packages built with debhelper may use to generate this substitution - automatically. This additionally requires a versioned - Build-Depends (or Build-Depends-Indep) - on debhelper (>= 3.0.18). + Packages built with debhelper may use + + to generate this + substitution automatically. This additionally requires a + versioned Build-Depends (or + Build-Depends-Indep) on debhelper (>= + 3.0.18).

@@ -395,7 +402,7 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/tmp/usr

As with modules, packages using debhelper may use - to automatically generate + to automatically generate dependences (see ).