found 651838 0.5.3 tags 651838 patch I found the missing '.' in the debian/rules file.
Please see the attached patch which could fix the problem in a new packaged version. Kind Regards, Andreas -- Andreas Rütten [email protected] 4096R: 0x6C9DFFB2 / 8394 99DA 59BD BCE2 3FC8 3A9E 6633 0089 6C9D FFB2
From 655e66fd8fbb754d05630022bc9af173f3b9c05a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20R=C3=BCtten?= <[email protected]> Date: Mon, 12 Dec 2011 16:08:01 +0100 Subject: [PATCH 1/1] Fix postinst fails with legacy boot ordering due to wrong call to update-rc.d Closes: #651838 --- debian/rules | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/rules b/debian/rules index 62a4b67..1cf2ee8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f override_dh_installinit: - dh_installinit -- start 37 2 3 4 5 . stop 37 0 1 6 + dh_installinit -- start 37 2 3 4 5 . stop 37 0 1 6 . %: dh $@ -- 1.7.4.1
signature.asc
Description: PGP signature

