Package: cipux Version: 3.4.0.13-1 Severity: important User: debian-p...@lists.debian.org Usertags: perl-5.12-transition Tags: patch
In order to allow this package to build/install with perl 5.12, please could you apply the attached patch (without it, libfile-path-perl cannot be installed owing to the combination of versioned depends in cipux and versioned conflicts in perl). Note that I've depended upon perl, not perl-modules, as recommended in the description of the perl-modules package, but I haven't updated the other dependencies -- you may wish to do this at the same time in order to avoid inconsistencies. Thanks, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
diff -Nru cipux-3.4.0.13/debian/control cipux-3.4.0.13/debian/control --- cipux-3.4.0.13/debian/control 2010-12-29 13:27:18.000000000 +0000 +++ cipux-3.4.0.13/debian/control 2011-04-27 10:32:20.000000000 +0100 @@ -4,7 +4,6 @@ Maintainer: CipUX team <cipux-de...@lists.alioth.debian.org> Uploaders: Jonas Smedegaard <d...@jones.dk>, Christian Kuelker <christian.kuel...@cipworx.org>, Xavier Oswald <xosw...@debian.org> Build-Depends: devscripts (>= 2.10.7~), - perl, perl-modules (>= 5.10.0) | libmodule-build-perl (>= 0.2808), cdbs (>= 0.4.78~), debhelper (>= 6), @@ -14,7 +13,7 @@ libconfig-any-perl (>= 0.18), libconfig-tiny-perl, libdate-manip-perl, - libfile-path-perl (>= 2.06), + perl (>= 5.12.3-2) | libfile-path-perl (>= 2.06), libhash-merge-perl (>= 0.11), liblog-log4perl-perl (>= 0.42), libreadonly-perl, diff -Nru cipux-3.4.0.13/debian/rules cipux-3.4.0.13/debian/rules --- cipux-3.4.0.13/debian/rules 2010-12-29 13:21:09.000000000 +0000 +++ cipux-3.4.0.13/debian/rules 2011-04-27 10:30:36.000000000 +0100 @@ -28,7 +28,7 @@ # Needed both by upstream build (or test) process and at runtime # * recent libyaml-perl needed for Yaml::Any inclusion. # TODO: Drop libversion-perl after Lenny+1 -common-depends = libarray-unique-perl, libclass-std-perl (>= 0.0.9), libconfig-any-perl (>= 0.18), libconfig-tiny-perl, libdate-manip-perl, libfile-path-perl (>= 2.06), libhash-merge-perl (>= 0.11), liblog-log4perl-perl (>= 0.42), libreadonly-perl, perl-modules (>= 5.8.0-7~) | libstorable-perl, libterm-readkey-perl, libunicode-string-perl, libversion-perl, libyaml-perl (>= 0.67), libmodule-pluggable-perl +common-depends = libarray-unique-perl, libclass-std-perl (>= 0.0.9), libconfig-any-perl (>= 0.18), libconfig-tiny-perl, libdate-manip-perl, perl (>= 5.12.3-2) | libfile-path-perl (>= 2.06), libhash-merge-perl (>= 0.11), liblog-log4perl-perl (>= 0.42), libreadonly-perl, perl-modules (>= 5.8.0-7~) | libstorable-perl, libterm-readkey-perl, libunicode-string-perl, libversion-perl, libyaml-perl (>= 0.67), libmodule-pluggable-perl CDBS_BUILD_DEPENDS += , $(common-depends) CDBS_DEPENDS = $(common-depends)