Bug#554393: lintian: please update data/fields/perl-provides

2009-11-08 Thread Adam D. Barratt
On Wed, 2009-11-04 at 13:17 +0200, Niko Tyni wrote: 
 perl 5.10.1 is in squeeze+sid, so data/fields/perl-provides needs
 an update.
 
 The libio-compress-*-perl packages have been merged upstream, and
 the resulting libio-compress-perl needs a special case similar to the
 libio-compress-zlib-perl one.
 
 Please consider applying the attached patch and running 
  debian/rules refresh-perl-provides
 afterwards.

I've applied the patch and updated the list; thanks.

Regards,

Adam



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#554393: lintian: please update data/fields/perl-provides

2009-11-04 Thread Niko Tyni
Package: lintian
Version: 2.2.17
Severity: wishlist

Hi,

perl 5.10.1 is in squeeze+sid, so data/fields/perl-provides needs
an update.

The libio-compress-*-perl packages have been merged upstream, and
the resulting libio-compress-perl needs a special case similar to the
libio-compress-zlib-perl one.

Please consider applying the attached patch and running 
 debian/rules refresh-perl-provides
afterwards.

 data/fields/perl-provides |   47 +++---
 1 file changed, 28 insertions(+), 19 deletions(-)

-- 
Niko Tyni   nt...@debian.org
From 916dba7597a2b8b9c836487d9dc2b82884859434 Mon Sep 17 00:00:00 2001
From: Niko Tyni nt...@debian.org
Date: Wed, 4 Nov 2009 12:59:07 +0200
Subject: [PATCH] refresh-perl-provides: special case libio-compress-perl

The libio-compress-perl package has obsoleted the separate
libio-compress-* packages, but there's no IO::Compress module.
Find out the libio-compress-perl version number from IO::Compress::Gzip
just like we do for libio-compress-zlib-perl.

libio-compress-zlib-perl still exists in sid as an empty transitional
package, so no need to drop it quite yet.
---
 private/refresh-perl-provides |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/private/refresh-perl-provides b/private/refresh-perl-provides
index 57b81cd..2dba961 100755
--- a/private/refresh-perl-provides
+++ b/private/refresh-perl-provides
@@ -42,6 +42,7 @@ my $cache = AptPkg::Cache-new;
 
 # special cases when libfoo-bar-perl = Foo::Bar doesn't work
 my %module_name = (
+libio-compress-perl = IO::Compress::Gzip,
 libio-compress-zlib-perl = IO::Compress::Gzip,
 );
 
-- 
1.6.5.2