summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)Author
2019-05-29Add missing dependency on libfile-copy-recursive-perlDmitry Bogatov
2019-05-29Add missing dependency on libfile-slurp-perlDmitry Bogatov
2019-05-28Refactor creation of logscriptDmitry 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-20Run testsuite during package build.Dmitry Bogatov
2019-02-15Fix short description of runit-helper (Closes: #922413)Dmitry Bogatov
2019-02-10Mark `runit-helper' as Multi-Arch: foreign (Closes: #921950)Dmitry Bogatov
2019-01-19Update standards version to 4.3.0 (no changes needed)Dmitry Bogatov
2019-01-19Bump debhelper-compat to 12Dmitry Bogatov
2019-01-19Update Maintainer fieldDmitry Bogatov
2018-12-12Make 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-14Update standards version to 4.1.4 (no changes needed)Dmitry Bogatov
2018-04-14Bump compat version to 11 (no changes needed)Dmitry Bogatov
2018-03-02Update Vcs-* and Homepage fields in debian/control.Dmitry Bogatov
2018-03-02Actually fix missing dh-sysuser dependencyDmitry Bogatov
dh-sysuser must but dh-runit dependency, not build-dependency!
2017-03-02Introduce new binary package 'runit-helper', allowing packages to access ↵Dmitry Bogatov
fixes and improvements in 'dh-runit' without rebuild.
2017-03-01Add missing dependency on dh-sysuser.Dmitry 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-09Use filedoublearray to simplify codeDmitry Bogatov
2016-06-08Fix Vcs-* linksDmitry Bogatov
2016-06-08wrap-and-sortDmitry Bogatov
2016-06-08Add missing DependsDmitry Bogatov
2016-06-04Initial commitDmitry Bogatov