Git log: commit 727dfb674affe2fd1567c74ee30b71b495657d09
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 14:13:11 2009 -0500
Use dh_prep and don't ignore clean errors in rules
commit 13c71df04075164a8689a9848c980f872c98f9cc
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 14:03:38 2009 -0500
Actually add lintian overrides to the packange
commit 6ca07e2a5a96e4a2938cc1b2d1d2fc91ba845694
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 14:01:46 2009 -0500
tab instead of spaces in the makefile
commit aefc47eed708b5ade7a9f5908fb7ab6dffb7faf3
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 14:01:12 2009 -0500
set -e in the postinst
commit b584c0017ee74d462a833183ae957a3985458cc0
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 14:00:54 2009 -0500
Use invoke-rc.d to invoke the init script in cron jobs
commit bdb027b472911a40cf745a72da7af1f2a976b1b9
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 14:00:17 2009 -0500
Add lintian overrides to the package
commit b1d2b3404345997183689667a9531fa0a3aed114
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 13:59:47 2009 -0500
Update copyright information
commit be659d7384763375cf66d4519b4c19c0b59a1574
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 13:40:59 2009 -0500
Sync with OpenBSD CVS as of now.
commit 4a109f47a90369c197928dd1ada17c0cb84451e0
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 12:40:07 2009 -0500
Replace obsolete suggests and remove obsolete conflict
commit 37a122388c950ac7600bf7196055c5148b87a22a
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 12:32:17 2009 -0500
Bumped debhelper and standards
Debhelper version to version that does not surpass lenny.
commit 8bac94fd0f4f4d8caa2fecad40223361b5f12b2d
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 12:27:42 2009 -0500
init.d status support
'Here is a patch to support the "status" action in the init.d script.
(If you ever want to switch to using the lsb-base functions, the patch
becomes much easier.)'
-- Peter Eisentraut <petere@debian.org>
Deb bug #527889
commit 75ef69f93fb0602e7bea7b67728779da3df5cce3
Author: Adam Majer <adamm@zombino.com>
Date: Thu Jun 11 12:23:21 2009 -0500
Purge logfiles on exit
This bug was caused by existence of `debian/postrm` which deleted the
files, and `debian/lpr.postrm` which did not. The latter overrode the
former during package creation. To make sure this does not happen in
the future, debconf files were renamed to the <package>.<...> format.