fix for dh_perl usage in face of private library
authorBdale Garbee <bdale@gag.com>
Sun, 27 Feb 2011 17:53:34 +0000 (10:53 -0700)
committerBdale Garbee <bdale@gag.com>
Sun, 27 Feb 2011 17:53:34 +0000 (10:53 -0700)
debian/changelog
debian/rules

index 580a6fbac6731f20233807255aaa5121ab92de5c..0ecd4ee03911fe77aa30b074819ba171781d0de2 100644 (file)
@@ -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 <bdale@gag.com>  Tue, 18 Jan 2011 14:04:50 -0700
+ -- Bdale Garbee <bdale@gag.com>  Sun, 27 Feb 2011 10:53:13 -0700
 
 amanda (1:3.2.0-1) unstable; urgency=low
 
index 026b6ef53ff832982fb7e57931f0dba7b3b22e37..f70023566feaf7cc41e29a06fbe78da6a34f4e88 100755 (executable)
@@ -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...