diff -uNr wvstreams.orig/debian/changelog wvstreams/debian/changelog --- wvstreams.orig/debian/changelog 2010-05-07 10:00:41.000000000 +0200 +++ wvstreams/debian/changelog 2010-05-07 12:23:54.000000000 +0200 @@ -1,3 +1,15 @@ +wvstreams (4.6.1-1+lliurex2) UNRELEASED; urgency=low + + * NOT RELEASED YET + + -- Luis Antonio Garcia Gisbert Fri, 07 May 2010 12:23:33 +0200 + +wvstreams (4.6.1-1+lliurex1) lucid; urgency=low + + * Fixed init script options + + -- Luis Antonio Garcia Gisbert Fri, 07 May 2010 12:01:27 +0200 + wvstreams (4.6.1-1) unstable; urgency=low * QA upload. diff -uNr wvstreams.orig/debian/control wvstreams/debian/control --- wvstreams.orig/debian/control 2010-05-07 10:00:41.000000000 +0200 +++ wvstreams/debian/control 2010-05-07 12:16:57.000000000 +0200 @@ -1,7 +1,8 @@ Source: wvstreams Section: libs Priority: optional -Maintainer: Debian QA Group +Maintainer: Equipo LliureX +XBSC-Maintainer: Debian QA Group Build-Depends: debhelper (>> 5.0.0), quilt, autotools-dev, libdb-dev, libpam0g-dev, libqt3-mt-dev, libssl-dev, libxplc0.3.13-dev, libpopt-dev, zlib1g-dev, doxygen, libdbus-1-dev Build-Conflicts: valgrind Standards-Version: 3.8.3 diff -uNr wvstreams.orig/debian/uniconfd.init wvstreams/debian/uniconfd.init --- wvstreams.orig/debian/uniconfd.init 2010-05-07 10:00:41.000000000 +0200 +++ wvstreams/debian/uniconfd.init 2010-05-07 13:00:07.000000000 +0200 @@ -31,8 +31,8 @@ start) echo -n "Starting $DESC: " start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid \ - --make-pidfile --background \ - --exec $DAEMON -- -f $DAEMON_OPTS + --make-pidfile \ + --exec $DAEMON -- $DAEMON_OPTS if [ "$?" != "0" ]; then ERR=$?; echo; exit $ERR; fi echo "$NAME." ;; @@ -66,7 +66,7 @@ /var/run/$NAME.pid --exec $DAEMON || exit $? sleep 1 start-stop-daemon --start --quiet --pidfile \ - /var/run/$NAME.pid --exec $DAEMON -- $DAEMON_OPTS + /var/run/$NAME.pid --make-pidfile --exec $DAEMON -- $DAEMON_OPTS if [ "$?" != "0" ]; then ERR=$?; echo; exit $ERR; fi echo "$NAME." ;;