From: Bdale Garbee Date: Mon, 14 Jun 2010 16:21:26 +0000 (-0600) Subject: come into compliance with Perl policy X-Git-Tag: debian/2.6.1p2-2~1 X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=commitdiff_plain;h=7906a3b9f861a26c6fd0423ca5232665d1b48caf come into compliance with Perl policy --- diff --git a/debian/changelog b/debian/changelog index ad2235d..f3c158b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ amanda (1:2.6.1p2-2) UNRELEASED; urgency=low * add build depend on procps, closes: #552390 + * add dh_perl call to rules and ${perl:Depends} to amanda-common deps so + that we comply with Perl policy, closes: #582220 - -- Bdale Garbee Wed, 14 Apr 2010 15:13:22 -0700 + -- Bdale Garbee Mon, 14 Jun 2010 10:21:11 -0600 amanda (1:2.6.1p2-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 08d1bbe..9d46fc3 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Standards-Version: 3.8.4 Package: amanda-common Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, update-inetd, tar (>=1.12), perl5, bsd-mailx | mailx, debconf | debconf-2.0, adduser, openbsd-inetd | inet-superserver +Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, update-inetd, tar (>=1.12), perl5, bsd-mailx | mailx, debconf | debconf-2.0, adduser, openbsd-inetd | inet-superserver Suggests: amanda-server (= ${binary:Version}) | amanda-client (= ${binary:Version}) Conflicts: amanda Replaces: amanda, amanda-client diff --git a/debian/rules b/debian/rules index cc72830..3673f1a 100755 --- a/debian/rules +++ b/debian/rules @@ -132,6 +132,7 @@ binary-arch: build $(s)/usr/share/lintian/overrides/amanda-server dh_makeshlibs -pamanda-common --noscripts dh_installdeb -a + dh_perl -a 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...