tag 515594 - lenny severity 515594 important thanks The version of Exception::Class requiring the new version of Devel::StackTrace is only in testing/unstable. I have probably installed it earlier by accident.
Still, the dependency information is wrong: libexception-class-perl should depend on libdevel-stacktrace-perl (>= 1.2000), not (>= 1.20). Regards, Ansgar
diff --git a/debian/control b/debian/control index 801dc54..15556bf 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.6.0-17), libclass-data-inheritable-perl (>= 0.02), - libdevel-stacktrace-perl (>= 1.20), libtest-pod-perl, + libdevel-stacktrace-perl (>= 1.2000), libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org> Uploaders: Jay Bonci <jaybo...@debian.org>, @@ -17,7 +17,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libexception-class-perl/ Package: libexception-class-perl Architecture: all Depends: ${perl:Depends}, libclass-data-inheritable-perl (>= 0.02), - libdevel-stacktrace-perl (>= 1.20) + libdevel-stacktrace-perl (>= 1.2000) Description: module that allows you to declare real exception classes in Perl Exception::Class allows you to declare exceptions in your modules in a manner similar to how exceptions are declared in Java.