Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Add missing dependency on libfile-copy-recursive-perl | Dmitry Bogatov | |
2019-05-29 | Add missing dependency on libfile-slurp-perl | Dmitry Bogatov | |
2019-05-28 | Refactor creation of logscript | Dmitry Bogatov | |
Instead of using interpolation and here-strings, write function that renders mustache template. This approach makes code cleaner and more scalable. * data/logscript: add mustach template of 'log/run' script, that is installed when "logscript" option in effect. * Makefile: set DH_RUNIT_DATADIR variable in "check" target. This way, templates from ./data/ directory are used, not from system location. * debian/control: add dependency on Text::Hogan library -- implementation of "mustache" templating standard. * dh_runit(template_from_data_directory): new function * dh_runit: install 'log/run' with "template_from_data_directory" function. * t/928935.t: check that "logscript" option correctly creates 'log/run' script, with correct permissions. | |||
2019-03-20 | Run testsuite during package build. | Dmitry Bogatov | |
2019-02-15 | Fix short description of runit-helper (Closes: #922413) | Dmitry Bogatov | |
2019-02-10 | Mark `runit-helper' as Multi-Arch: foreign (Closes: #921950) | Dmitry Bogatov | |
2019-01-19 | Update standards version to 4.3.0 (no changes needed) | Dmitry Bogatov | |
2019-01-19 | Bump debhelper-compat to 12 | Dmitry Bogatov | |
2019-01-19 | Update Maintainer field | Dmitry Bogatov | |
2018-12-12 | Make auto-generated runscripts invoke svlogd(8) as `runit-log' user. | Dmitry Bogatov | |
* Make auto-generated runscripts invoke svlogd(8) as `runit-log' user. * Impose dependency on (runit >= 2.1.2-20), which provides `runit-log' user. | |||
2018-04-14 | Update standards version to 4.1.4 (no changes needed) | Dmitry Bogatov | |
2018-04-14 | Bump compat version to 11 (no changes needed) | Dmitry Bogatov | |
2018-03-02 | Update Vcs-* and Homepage fields in debian/control. | Dmitry Bogatov | |
2018-03-02 | Actually fix missing dh-sysuser dependency | Dmitry Bogatov | |
dh-sysuser must but dh-runit dependency, not build-dependency! | |||
2017-03-02 | Introduce new binary package 'runit-helper', allowing packages to access ↵ | Dmitry Bogatov | |
fixes and improvements in 'dh-runit' without rebuild. | |||
2017-03-01 | Add missing dependency on dh-sysuser. | Dmitry Bogatov | |
2016-06-15 | Change arch:any to arch:all. Perl script is arch-independent. | Dmitry Bogatov | |
2016-06-12 | Fix lintian warnings | Dmitry Bogatov | |
* do not depend on perl-modules (why? lintian knows better) * postrm-runit, preinst-runit: make emacs choose correct shell without shebang | |||
2016-06-09 | Use filedoublearray to simplify code | Dmitry Bogatov | |
2016-06-08 | Fix Vcs-* links | Dmitry Bogatov | |
2016-06-08 | wrap-and-sort | Dmitry Bogatov | |
2016-06-08 | Add missing Depends | Dmitry Bogatov | |
2016-06-04 | Initial commit | Dmitry Bogatov | |