On Mon, Jun 14, 2010 at 10:23:42AM -0600, Bdale Garbee wrote: > tags 582220 +pending > thanks
reopen 582220 found 582220 3.2.0-1 tags 582220 -pending tags 582220 +patch thanks > On Wed, 19 May 2010 11:27:43 +0300, Niko Tyni <nt...@debian.org> wrote: > > Fixing this should be as simple as adding 'dh_perl usr/lib/amanda/perl' > > in debian/rules and ${perl:Depends} in debian/control. > > Thanks for pointing this out! It's done in my local tree, and will be > in my next upload. Hi Bdale, Unfortunately the change you made was not quite correct; dh_perl will only look in the system perl directories by default. You will need to specify the path to your private perl libraries, usr/lib/amanda/perl, explicitly; the trivial attached patch below causes amanda-common to correctly depend on perlapi-5.10.0 (tested on squeeze as amanda FTBFS on sid currently): --- amanda-3.2.0/debian/rules +++ amanda-3.2.0/debian/rules @@ -131,7 +131,7 @@ $(s)/usr/share/lintian/overrides/amanda-server dh_makeshlibs -pamanda-common --noscripts dh_installdeb -a - dh_perl -a + dh_perl -a usr/lib/amanda/perl dh_shlibdeps -a -l"debian/amanda-common/usr/lib:debian/amanda-client/usr/lib:debian/amanda-server/usr/lib" # strip out the non-versioned amanda-common references, we need # the versioned ones in the control file and dupes are ugly... Thanks, Dominic. -- Dominic Hargreaves | http://www.larted.org.uk/~dom/ PGP key 5178E2A5 from the.earth.li (keyserver,web,email) -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org