X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=perl-policy.sgml;h=1d26df7c40ab75eaa6cb2a1cf4e768c116aa7d0f;hb=baea58c43486488c3c9bd0b4e52957ce88ddd94c;hp=9be438996ffffe19a384842d99263058c0346fcf;hpb=80299b99e81e202c87566ecd9227d6234b507a05;p=debian%2Fdebian-policy.git diff --git a/perl-policy.sgml b/perl-policy.sgml index 9be4389..1d26df7 100644 --- a/perl-policy.sgml +++ b/perl-policy.sgml @@ -47,8 +47,8 @@

You can also obtain it by writing to the - Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301, USA.

@@ -319,10 +319,6 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/<tmp>/usr (nominally just tmp)

-

- A Build-Depends on perl (>= 5.6.0-16) is - required. -

@@ -342,13 +338,6 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/<tmp>/usr the minimum required version, or more simply the current version.

-

- In the absence of an explicit requirement, - architecture-independent modules must depend on a minimum - perl or perl-base - version of 5.6.0-16 due to the changes in - @INC introduced by that version. -

@@ -370,8 +359,13 @@ $(MAKE) install PREFIX=$(CURDIR)/debian/<tmp>/usr Rather than hard-coding the dependencies into the control file, using a substitution such as ${perl:Depends} is suggested. This allows the dependencies to be determined - as build time and written to the substvars file - in the form perl:Depends=deps. + at build time and written to the substvars file + in the form + perl:Depends=deps. +

Please note that dependencies caused by versioned + uses and on separately packaged modules are not included + in this variable and must be explicitly included.

+

Packages built with debhelper may use @@ -483,3 +477,6 @@ perl -MExtUtils::Embed -e ldopts + + +