[Pkg-samba-maint] r971 - trunk

Peter Eisentraut petere at costa.debian.org
Sun Jan 22 01:31:59 UTC 2006


Author: petere
Date: 2006-01-22 01:31:59 +0000 (Sun, 22 Jan 2006)
New Revision: 971

Modified:
   trunk/rules
Log:
Potato is no longer supported, so we can call dh_installlogrotate
unconditionally.


Modified: trunk/rules
===================================================================
--- trunk/rules	2006-01-22 01:27:47 UTC (rev 970)
+++ trunk/rules	2006-01-22 01:31:59 UTC (rev 971)
@@ -265,15 +265,7 @@
 	dh_installdocs -A debian/README.build
 	dh_installexamples
 #	dh_installmenu
-	# dh_installlogrotate is not available in Debian Potato...
-	if [ -x /usr/bin/dh_installlogrotate ]; then \
-		dh_installlogrotate; \
-	else \
-		mkdir -p debian/samba/etc/logrotate.d; \
-		cp debian/samba.logrotate debian/samba/etc/logrotate.d/samba; \
-		mkdir -p debian/winbind/etc/logrotate.d; \
-		cp debian/winbind.logrotate debian/winbind/etc/logrotate.d/winbind; \
-	fi
+	dh_installlogrotate
 #	dh_installemacsen
 #	dh_installpam
 	DH_OPTIONS= dh_installinit -psamba -- "defaults 20 19"




More information about the Pkg-samba-maint mailing list