[ovs-dev] [bug663051 11/15] debian: Avoid duplicate calls to update-rc.d in post{inst, rm}.

Ben Pfaff blp at nicira.com
Fri Mar 9 23:18:07 UTC 2012


Found by lintian.

Reported-by: Thomas Goirand <zigo at debian.org>
Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 1953ee5..c88afde 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,8 +128,8 @@ binary-common:
 	dh_installexamples
 	dh_installdebconf
 	dh_installlogrotate
-	dh_installinit -R -Nopenvswitch-switch
 	dh_installinit -R -popenvswitch-switch --error-handler=init_script_error
+	dh_installinit -R --remaining-packages
 	dh_installcron
 	dh_installman --language=C
 	dh_link
-- 
1.7.2.5




More information about the dev mailing list