From c21061ed466e7ee71cb21dd35010e33f6cf76424 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Sun, 27 Feb 2011 10:53:34 -0700 Subject: [PATCH] fix for dh_perl usage in face of private library --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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... -- 2.30.2