diff -u pure-ftpd-1.0.21/debian/changelog pure-ftpd-1.0.21/debian/changelog --- pure-ftpd-1.0.21/debian/changelog +++ pure-ftpd-1.0.21/debian/changelog @@ -1,3 +1,23 @@ +pure-ftpd (1.0.21-11.2ubuntu1) intrepid; urgency=low + + * Merge from debian unstable (LP: #239732), remaining changes: + - added --with-rfc2640 to configure options. + - added suggests: netkit-inetd | openbsd-inetd | xinetd to pure-ftpd. + - changed default answer for debconf question to standalone, not inetd. + - create /var/run/ directory if necessary in pure-ftpd.init.d + - adding filesystemencoding and clientencoding options in + debian/pure-ftpd.wrapper + - modified maintainer values to match debian-maintainer-field spec. + + -- Thierry Carrez Fri, 13 Jun 2008 14:18:37 +0200 + +pure-ftpd (1.0.21-11.2) unstable; urgency=low + + * Non-maintainer upload to solve release goal. + * Add LSB dependency header to init.d scripts (Closes: #460303) + + -- Petter Reinholdtsen Wed, 19 Mar 2008 23:53:07 +0100 + pure-ftpd (1.0.21-11.1ubuntu2) hardy; urgency=low * Rebuild for the libldap-2.3-0 -> libldap-2.4-2 transistion. diff -u pure-ftpd-1.0.21/debian/pure-ftpd.init.d pure-ftpd-1.0.21/debian/pure-ftpd.init.d --- pure-ftpd-1.0.21/debian/pure-ftpd.init.d +++ pure-ftpd-1.0.21/debian/pure-ftpd.init.d @@ -1,4 +1,11 @@ #! /bin/sh +### BEGIN INIT INFO +# Provides: pure-ftpd +# Required-Start: $remote_fs $syslog +# Required-Stop: $remote_fs $syslog +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +### END INIT INFO # # pure-ftpd starts and stops the pure-ftpd ftp daemon