papercut (0.9.13-5) unstable; urgency=low * QA Group upload. * Added debian/papercut.postinst with user/group creation. (Closes: #462864) * Fixed debian/papercut.postrm with delete user support. * Fixed debian/papercut.init (with user daemon support). * Added debian/pyDaemon.py library. * Fixed papercut script with pyDaemon.py. * Fixed .pid file (Its uses the default directory /var/run/papercut). * Fixed debian/README.Debian: little error typo. (Closes: #445407) * Update Debhelper 6. * Update Standards Version to 3.7.3. -- Juan Angulo Moreno Wed, 20 Feb 2008 03:29:33 -0430 papercut (0.9.13-4) unstable; urgency=low * Switch to the new Python Policy. (Closes: #380886) -- Jérémy Bobbio Tue, 1 Aug 2006 16:14:53 +0200 papercut (0.9.13-3) unstable; urgency=low * Fix missing import of errno in papercut module. * Fix Build-Depends and Build-Depends-Indep wrt. policy section 7.6. * Add missing build target in debian/rules. * Update to dehelper 5. * Bump Standards-Version to 3.7.2 (no changes required). -- Jérémy Bobbio Fri, 16 Jun 2006 04:29:49 +0200 papercut (0.9.13-2) unstable; urgency=low * Fix plain MySQL storage: CHECK is a reserved word in MySQL 4. * Make regexps in plain MySQL storage case insensitive: this bug was triggered by Mailman posts. * Fix insert_id() usage in phpBB and phpNuke storage. (Closes: #338962) * Don't mention SSL port in papercut_cfg.py. (Closes: #338959) * Fix startup failure when enabling auth_backends, patch by Jonas Smedegaard. (Closes: #338958) * Improve comments on the phpBB backend. * Overhaul of the init script and daemonization process. (Closes: #338963) * Improve quoted-printable and other encoding support. (Closes: #340723) * Fix newsgroup listing for the phpBB storage: it now list public forum as well as private forums when authentication is enabled. -- Jérémy Bobbio Sun, 9 Apr 2006 22:22:29 +0200 papercut (0.9.13-1) unstable; urgency=low * Initial release. (Closes: #235941) * Changes made to upstream during the packaging process: - Remove she-bang from module source files. - Use os.path.join more extensively avoiding potential configuation errors for missing trailling slash. - Add support to run in background. - Add support for command-line options, mostly for the --foreground option which returns papercut to original behaviour. - Add automatic hostname detection. - Settings now have default values overriden by local definitions. - Fix a bug in article receiving which posted articles have multiple line separators. -- Jérémy Bobbio Wed, 26 Oct 2005 01:18:46 +0200