summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2016-09-14Remove from 'dh_runit' code to install no longer present prerm maintainer ↵Dmitry Bogatov
script.
2016-09-11Upload to unstableDmitry Bogatov
2016-09-03Mark for releaseDmitry Bogatov
2016-09-03No need to invoke force-shutdown in maintainer script, runit will notice ↵Dmitry Bogatov
disappeared link anyway.
2016-09-03Do not create symbolic link in /etc/runit/runsvdir/ in maintainer script, ↵Dmitry Bogatov
make it part of binary package. It makes sure, that dpkg will make right thing.
2016-08-31Do not create /etc/service symbolic link in maintainer script of -run ↵Dmitry Bogatov
packages. It simplifies maintainace at cost of creation of empty directories in runit binary package. But since it is rare to install runit, but none of -run packages, trade-off seems justified.
2016-08-31Do not create /etc/runit/runsvdir/default directory. Instead, it is provided ↵Dmitry Bogatov
by runit binary package. It saved us trouble of ensuring, that directory is removed at apporiate time.
2016-08-23Mark for releaseDmitry Bogatov
2016-08-14Clean-up supervision directory of log process too.Dmitry Bogatov
2016-08-14Force shutdown of service we are uninstalling. Otherwise, it would be 5 ↵Dmitry Bogatov
seconds gap, when process are still alive.
2016-08-14Fix typo in mkdir option.Dmitry Bogatov
2016-08-14* Breaking change package.runit file format to improve interoperabilityDmitry Bogatov
with other tools (supply dh_runit arguments on command line) and make format extensible. See dh_runit(1). * Introduce support for automatic generation of log scripts.
2016-07-28Fix spellingDmitry Bogatov
2016-07-28Mark for releaseDmitry Bogatov
2016-07-28Fix postrm script. Previously, it halted purge with errors about missing ↵Dmitry Bogatov
supervise directory. Indeed, if service was never started, it's supervise directory is empty and removed by dpkg.
2016-07-28Fix bug, that caused dh-runit to attemt to create directory under /.Dmitry Bogatov
2016-07-15Release 0.3Dmitry Bogatov
2016-07-15Support for runlevelsDmitry Bogatov
2016-06-15Change arch:any to arch:all. Perl script is arch-independent.Dmitry Bogatov
2016-06-12Fix lintian warningsDmitry Bogatov
* do not depend on perl-modules (why? lintian knows better) * postrm-runit, preinst-runit: make emacs choose correct shell without shebang
2016-06-09Improve handling of maintainer scriptsDmitry Bogatov
* checking for /etc/service symlink is moved into preinst * runscripts are enabled in postinst * runscripts are disables in prerm * supervise directory is purged on 'postrm purge'
2016-06-09Use filedoublearray to simplify codeDmitry Bogatov
2016-06-08Fill in ITP numberDmitry Bogatov
2016-06-08Fix Vcs-* linksDmitry Bogatov
2016-06-08wrap-and-sortDmitry Bogatov
2016-06-08Add missing DependsDmitry Bogatov
2016-06-04add stubs for maintainer scriptsDmitry Bogatov
2016-06-04Initial commitDmitry Bogatov