[Pkg-samba-maint] r3849 - trunk/ctdb/debian

sathieu at alioth.debian.org sathieu at alioth.debian.org
Tue Jul 26 17:51:54 UTC 2011


tags 635136 pending
thanks

Author: sathieu
Date: 2011-07-26 17:51:54 +0000 (Tue, 26 Jul 2011)
New Revision: 3849

Added:
   trunk/ctdb/debian/ctdb.lintian-overrides
Modified:
   trunk/ctdb/debian/changelog
   trunk/ctdb/debian/rules
Log:
Override lintian warning about script-not-executable

(this is the way to disable scripts)



Modified: trunk/ctdb/debian/changelog
===================================================================
--- trunk/ctdb/debian/changelog	2011-07-26 17:45:19 UTC (rev 3848)
+++ trunk/ctdb/debian/changelog	2011-07-26 17:51:54 UTC (rev 3849)
@@ -3,11 +3,13 @@
   * New upstream snapshot
     - removed 50-fix-bashism.diff, merged upstream 
     - removed 70-ping_pong-manpage.diff, merged upstream 
+  * Fix Apache's event script (Closes: #635136)
   * d/rules: reordering to match dh order (dh_installchangelogs after
     dh_installdoc, dh_installlogrotate after dh_installinit, dh_installinit
     after dh_installman, dh_strip after dh_fixperms and dh_shlibdeps before
     dh_installdeb)
-  * Fix Apache's event script (Closes: #635136)
+  * Override lintian warning about script-not-executable (this is the way to
+    disable scripts)
 
  -- Mathieu Parent <sathieu at debian.org>  Mon, 25 Jul 2011 23:56:22 +0200
 

Added: trunk/ctdb/debian/ctdb.lintian-overrides
===================================================================
--- trunk/ctdb/debian/ctdb.lintian-overrides	                        (rev 0)
+++ trunk/ctdb/debian/ctdb.lintian-overrides	2011-07-26 17:51:54 UTC (rev 3849)
@@ -0,0 +1,6 @@
+# Some scripts are not executable by default: They are disabled.
+# They can be enabled with "ctdb enablescript <script>" command which sets the
+# executable bit
+ctdb: script-not-executable etc/ctdb/events.d/20.multipathd
+ctdb: script-not-executable etc/ctdb/events.d/31.clamd
+ctdb: script-not-executable etc/ctdb/events.d/60.ganesha

Modified: trunk/ctdb/debian/rules
===================================================================
--- trunk/ctdb/debian/rules	2011-07-26 17:45:19 UTC (rev 3848)
+++ trunk/ctdb/debian/rules	2011-07-26 17:51:54 UTC (rev 3849)
@@ -99,6 +99,7 @@
 	#install init script
 	DH_OPTIONS= dh_installinit -pctdb --no-start --no-restart-on-upgrade
 	dh_installlogrotate
+	dh_lintian
 	dh_link
 	dh_compress 
 	dh_fixperms





More information about the Pkg-samba-maint mailing list