]> err.no Git - dpkg/commitdiff
Replace logrotate installation logic with dh_installlogrotate.
authorGuillem Jover <guillem@debian.org>
Wed, 31 May 2006 04:41:17 +0000 (04:41 +0000)
committerGuillem Jover <guillem@debian.org>
Wed, 31 May 2006 04:41:17 +0000 (04:41 +0000)
debian/changelog
debian/rules

index 94ddafb2988323f660801c1b13858d0a4e9fc394..90e49903088e2b83763f1e2da111348c276e6ddb 100644 (file)
@@ -77,6 +77,7 @@ dpkg (1.13.20~) UNRELEASED; urgency=low
     Closes: #54529, #58106, #81171, #230610, #237622, #237626
   * Bump Standards-Version to 3.7.2 (no changes needed).
   * Add lintian overrides for dpkg, dpkg-dev, dselect and sources.
+  * Replace logrotate installation logic with dh_installlogrotate.
 
   [ Updated dpkg Translations ]
   * Portuguese (Miguel Figueiredo).
index 0fd38f0e1e58a116fd0b6e8bed692e0dcc618595..504bacf243d73c2cc17bc7a9f344b9d58a018b40 100755 (executable)
@@ -77,8 +77,8 @@ binary-arch: install
        dh_testdir -a
        dh_testroot -a
        dh_install --sourcedir=debian/tmp -a
-       install -d debian/dpkg/etc/logrotate.d
-       install -m 644 debian/dpkg.logrotate debian/dpkg/etc/logrotate.d/dpkg
+       dh_installlogrotate -a
+
        install -d debian/dpkg/sbin
        mv debian/dpkg/usr/sbin/start-stop-daemon debian/dpkg/sbin