diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2007-05-08 00:54:41 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2007-05-08 00:54:41 +0000 |
commit | 75d5df36b5cfd0f51ffbaa89ca997e9c45075ccd (patch) | |
tree | eb5b2e7d509622d246d988ecb13b42df0d8061c4 /packages/perl | |
parent | 518527b6271e8f0adf22ba8a69984047ed238228 (diff) |
perl 5.8.8: Allow debian.bbclass to mess with perl-lib's naming. This will
cause issues with upgrading from earlier 5.8.8 versions (perl-lib will
remain instead of upgrading to libperl5) but it'll actually make upgrades
from 5.8.7 work. I can't see how to fix the 5.8.8 upgrading easily. The
renaming was disabled due to a mistake on my part.
Diffstat (limited to 'packages/perl')
-rw-r--r-- | packages/perl/perl_5.8.8.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/perl/perl_5.8.8.bb b/packages/perl/perl_5.8.8.bb index 77ac5c96e2..51466f82e9 100644 --- a/packages/perl/perl_5.8.8.bb +++ b/packages/perl/perl_5.8.8.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r13" +PR = "r15" # Major part of version PVM = "5.8" @@ -164,7 +164,6 @@ FILES_${PN}-doc = "${datadir}/perl/${PV}/*/*.txt \ ${datadir}/perl/${PV}/unicore/mktables.lst \ ${datadir}/perl/${PV}/unicore/version" -DEBIAN_NOAUTONAME_perl-lib = "1" RPROVIDES_perl-lib = "perl-lib" # Create a perl-modules package recommending all the other perl |