Package: drac Version: 1.12-7.1 Followup-For: Bug #633453 User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu precise ubuntu-patch
In Debian sid, the attached patch can be applied to achieve the following: * Fix typo in debian/init.d preventing installation (Closes: #633453) I've successfully tested a locally sbuilt package with piuparts. Thanks for considering the patch. -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric-proposed'), (500, 'oneiric') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-12-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u drac-1.12/debian/init.d drac-1.12/debian/init.d --- drac-1.12/debian/init.d +++ drac-1.12/debian/init.d @@ -2,7 +2,7 @@ # 2002-02-26, v0.0.1, Noèl Köthe, n...@debian.org ### BEGIN INIT INFO # Provides: drac -# Required-Start: $local_fs $remote_fs portmap +# Required-Start: $local_fs $remote_fs $portmap # Required-Stop: $local_fs $remote_fs # Should-Start: $syslog # Should-Stop: $syslog