Author: guillem
Date: 2006-05-31 04:41:17 +0000 (Wed, 31 May 2006)
New Revision: 363

Modified:
   trunk/debian/changelog
   trunk/debian/rules
Log:
Replace logrotate installation logic with dh_installlogrotate.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-05-31 04:17:14 UTC (rev 362)
+++ trunk/debian/changelog      2006-05-31 04:41:17 UTC (rev 363)
@@ -77,6 +77,7 @@
     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).

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules  2006-05-31 04:17:14 UTC (rev 362)
+++ trunk/debian/rules  2006-05-31 04:41:17 UTC (rev 363)
@@ -77,8 +77,8 @@
        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
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to