Package: lintian Version: 2.5.10 Severity: wishlist Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
Please find attached a patch for the description of versioned-dependency-satisfied-by-perl and package-superseded-by-perl that suggests to use cme for fixing the issues. Cheers, gregor - -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'experimental'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.4-trunk-amd64 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=de_AT.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages lintian depends on: ii binutils 2.22-7 ii bzip2 1.0.6-3 ii diffstat 1.55-3 ii file 5.11-2 ii gettext 0.18.1.1-9 ii hardening-includes 2.2 ii intltool-debian 0.35.0+20060710.1 ii libapt-pkg-perl 0.1.26+b1 ii libarchive-zip-perl 1.30-6 ii libc-bin 2.13-34 ii libclass-accessor-perl 0.34-1 ii libclone-perl 0.31-1+b2 ii libdpkg-perl 1.16.7 ii libemail-valid-perl 0.190-1 ii libipc-run-perl 0.91-1 ii libparse-debianchangelog-perl 1.2.0-1 ii libtimedate-perl 1.2000-1 ii liburi-perl 1.60-1 ii locales 2.13-34 ii man-db 2.6.2-1 ii patchutils 0.3.2-1.1 ii perl [libdigest-sha-perl] 5.14.2-12 lintian recommends no packages. Versions of packages lintian suggests: pn binutils-multiarch <none> ii dpkg-dev 1.16.7 ii libhtml-parser-perl 3.69-2 pn libperlio-gzip-perl <none> ii libtext-template-perl 1.45-2 ii man-db 2.6.2-1 ii xz-utils [lzma] 5.1.1alpha+20120614-1 - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJP9gP1AAoJELs6aAGGSaoGYrAP/AvUJkB8FlFvksz+ry77naFp PLQLq2/A8zqT6bzGdDFDT9QE00iLDKkOFZASOB6h07f82370xaCXJgYkH0s4SE9l FFGDHJDqTmGHjnQxCbOf/PkczVdd3rAFiVBYAzkiAb/HLJ48G9ohC8XXerPgBKqx E+vsv4QTKXxJVYvULWUJqNCqnS35qUQAuOyLrxphPjX7li95l1FGta8gsrtiblYl ldYKnWYGjXAambGnsrYy5CcrkpHNRGZ2d9/SgqmGM9gL9RI5pE/HGhv0rZkfhA0E Ibo/ULmINbv1q2K7HirwoLrNpAkYyOkayimVs60+S70eOvyv5dt1Dl778eH1DkzJ MPYDK4QpbbWsQ+EIo4gwF9y4XYdWRUTKIAy67YoJ343cjKpFHBFfK64X3i3SuWss WkNRq8G7NuCR1GtkeNBLzir9/wHHblsehYFQx1oQ6Yo2NxPEcAKqCq0l5GMVcIk/ v3vWWkSg3+SE3vZCIRAka8UlWCkpM0I+kIe88BtTfL53CmSkeIzyvPf5Hd1d6VUE eQXOWY4l7OC3uwpcn7IvIClBM5LzhmbPnAj/Ub0YtrUrd577sM2MeZ+nDdyuI9pt IkqzupyovVz6ULfMslPuRCJ0k4GzdnjlVRoj0Un2guAR+E3HzUw4SNymUkL/7UzO NcOiMIOa0sskYNFCIBXU =VkeR -----END PGP SIGNATURE-----
>From 9968748eb2037cd09c8325d4aef2b859bd2c0520 Mon Sep 17 00:00:00 2001 From: gregor herrmann <[email protected]> Date: Thu, 5 Jul 2012 15:10:50 -0600 Subject: [PATCH] Add info about how to fix perl-dependency problems. Point to cme as a means of fixing versioned-dependency-satisfied-by-perl and package-superseded-by-perl. --- checks/fields.desc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/checks/fields.desc b/checks/fields.desc index 002a058..94d1fde 100644 --- a/checks/fields.desc +++ b/checks/fields.desc @@ -941,6 +941,9 @@ Info: This package declares an unnecessary versioned dependency should come second. . Example: libextutils-parsexs-perl (>= 2.210000) | perl (>= 5.14) + . + Running <tt>cme fix dpkg -from control -filter Depends</tt> should be able + to update these dependencies. Ref: policy 7.5 Tag: package-superseded-by-perl @@ -962,6 +965,9 @@ Info: This package is also provided by one of the Perl core packages versioned dependency a secondary one. . Example: perl (>= 5.10.0) | libmodule-build-perl (>= 0.26) + . + Running <tt>cme fix dpkg -from control -filter Depends</tt> should be able + to update these dependencies. Ref: policy 7.5 Tag: vcs-field-uses-not-recommended-uri-format -- 1.7.10

