Package: dh-make Version: 0.44 Severity: normal hi
if i am not completely wrong, there is a ";" missing after "running" funcion call in init.d.ex (see [1]). Best regards Arvin [1] diff -up lib/debian/init.d.ex.old lib/debian/init.d.ex ################################################################## --- lib/debian/init.d.ex.old 2008-04-01 04:42:28.000000000 +0200 +++ lib/debian/init.d.ex 2008-04-01 04:42:54.000000000 +0200 @@ -83,7 +83,7 @@ case "$1" in echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile $PIDFILE \ --exec $DAEMON -- $DAEMON_OPTS - if running then + if running ; then echo "$NAME." else echo " ERROR." @@ -98,7 +98,7 @@ case "$1" in force-stop) echo -n "Forcefully stopping $DESC: " force_stop - if ! running then + if ! running ; then echo "$NAME." else echo " ERROR." ################################################################### -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.25-rc7-linus-tree Locale: LANG=de_CH, LC_CTYPE=de_CH (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages dh-make depends on: ii debhelper 6.0.5 helper programs for debian/rules ii dpkg-dev 1.14.16.6 package building tools for Debian ii make 3.81-3.1 The GNU version of the "make" util ii perl 5.8.8-12 Larry Wall's Practical Extraction dh-make recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]