diff -u popfile-0.22.4/debian/control popfile-0.22.4/debian/control --- popfile-0.22.4/debian/control +++ popfile-0.22.4/debian/control @@ -1,7 +1,8 @@ Source: popfile Section: mail Priority: optional -Maintainer: Lucas Wall +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Lucas Wall Build-Depends-Indep: debhelper (>> 4.1.16), dpatch Standards-Version: 3.6.2 diff -u popfile-0.22.4/debian/init.d popfile-0.22.4/debian/init.d --- popfile-0.22.4/debian/init.d +++ popfile-0.22.4/debian/init.d @@ -15,6 +15,9 @@ . /etc/default/popfile fi +mkdir -p /var/run/popfile +chown -R popfile:popfile /var/run/popfile + EXTRA_OPTS= if [ "$NICE_LEVEL" != "" ] then diff -u popfile-0.22.4/debian/changelog popfile-0.22.4/debian/changelog --- popfile-0.22.4/debian/changelog +++ popfile-0.22.4/debian/changelog @@ -1,3 +1,12 @@ +popfile (0.22.4-1ubuntu1) feisty-proposed; urgency=low + + * Make sure /var/run/popfile exists in init.d script (LP: #126894) + * Use ':' as separator for chown + * Changed maintainer according to + https://wiki.ubuntu.com/DebianMaintainerField + + -- dAniel hAhler Sun, 22 Jul 2007 20:22:20 +0200 + popfile (0.22.4-1) unstable; urgency=low * New upstream release