Schirmeier (closes: #453001).
* debian/rules: make configure-stamp depend on patch.
+iodine (0.4.0-5) unstable; urgency=low
+
+ * Apply patch for "init script fails to restart", thanks to Horst
+ Schirmeier (closes: #453001).
+ * debian/rules: make configure-stamp depend on patch.
+
+ -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 26 Nov 2007 20:36:41 +0100
+
iodine (0.4.0-4) unstable; urgency=low
* Add French debconf translation, thanks to Christian Perrier
#
do_start()
{
+ # populate $DAEMON_ARGS
+ get_config
# Return
# 0 if daemon has been started
# 1 if daemon was already running
case "$1" in
start)
- get_config
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
do_start
case "$?" in
endif
configure: configure-stamp
-configure-stamp:
+configure-stamp: patch
dh_testdir
touch configure-stamp
build: build-stamp
-
build-stamp: configure-stamp
dh_testdir
$(MAKE)
debconf-updatepo
dh_clean
-install: build patch
+install: build
dh_testdir
dh_testroot
$(MAKE) install PREFIX=debian/iodine/usr