[PATCH] Properly include the 5.10.0 site directories on @INC as per Perl policy.
Niko Tyni
ntyni at debian.org
Mon Mar 22 21:47:08 UTC 2010
---
debian/changelog | 1 +
debian/config.over | 3 +++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 61b6f34..7b9bc55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ perl (5.10.1-12) UNRELEASED; urgency=low
* Fix the location of an Archive::Tar test file.
* Update perl-base conflict versions on libscalar-list-utils-perl
and libxsloader-perl.
+ * Properly include the 5.10.0 site directories on @INC as per Perl policy.
-- Niko Tyni <ntyni at debian.org> Tue, 16 Mar 2010 00:57:27 +0200
diff --git a/debian/config.over b/debian/config.over
index 91abbdf..c8cccc4 100644
--- a/debian/config.over
+++ b/debian/config.over
@@ -48,6 +48,9 @@ do
inc_version_list="$ver${inc_version_list:+ }$inc_version_list"
inc_version_list_init="\"$ver\",$inc_version_list_init"
done <debian/released-versions
+if [ -n "$inc_version_list" ]; then
+ d_inc_version_list=define
+fi
# set generic email addresses, host/domain names
cf_by='Debian Project'
--
1.7.0.2
--FCuugMFkClbJLl1L--
More information about the Perl-maintainers
mailing list