From: Bdale Garbee Date: Sun, 27 Feb 2011 17:53:34 +0000 (-0700) Subject: fix for dh_perl usage in face of private library X-Git-Tag: debian/3.2.1-1~8 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=c21061ed466e7ee71cb21dd35010e33f6cf76424 fix for dh_perl usage in face of private library --- diff --git a/debian/changelog b/debian/changelog index 580a6fb..0ecd4ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ amanda (1:3.2.0-2) UNRELEASED; urgency=low * enable support for Amazon S3 storage on request from Christopher McCrory + * fix for dh_perl usage to include private library, closes: #582220 - -- Bdale Garbee Tue, 18 Jan 2011 14:04:50 -0700 + -- Bdale Garbee Sun, 27 Feb 2011 10:53:13 -0700 amanda (1:3.2.0-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 026b6ef..f700235 100755 --- a/debian/rules +++ b/debian/rules @@ -132,7 +132,7 @@ binary-arch: build $(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...