come into compliance with Perl policy
authorBdale Garbee <bdale@gag.com>
Mon, 14 Jun 2010 16:21:26 +0000 (10:21 -0600)
committerBdale Garbee <bdale@gag.com>
Mon, 14 Jun 2010 16:21:26 +0000 (10:21 -0600)
debian/changelog
debian/control
debian/rules

index ad2235d18089972b50be30f684c86f1d576d2015..f3c158b4b993edde44a0ce022fc74b780c91dc4c 100644 (file)
@@ -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 <bdale@gag.com>  Wed, 14 Apr 2010 15:13:22 -0700
+ -- Bdale Garbee <bdale@gag.com>  Mon, 14 Jun 2010 10:21:11 -0600
 
 amanda (1:2.6.1p2-1) unstable; urgency=low
 
index 08d1bbe13bf6d1d55bf3938e55e06b59e423b3c0..9d46fc337647ff403830cad3101be57ffc993713 100644 (file)
@@ -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
index cc72830ffc54c02b0fa8476c367ea2cdaddb2ce4..3673f1a6eb5eb6b79e9eec800ae665cd2c6e9900 100755 (executable)
@@ -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...