Age | Commit message (Expand) | Author | Files | Lines |
2013-07-25 | bump dependency on i-s-hdebian/1.8 | Michael Stapelberg | 1 | -1/+1 |
2013-07-24 | update changelog | Michael Stapelberg | 1 | -0/+11 |
2013-07-24 | autoscripts: use --quiet for was-enabled | Michael Stapelberg | 2 | -2/+2 |
2013-07-24 | deb-systemd-helper: support --quiet for (is|was)-enabled | Michael Stapelberg | 1 | -2/+2 |
2013-07-24 | deb-systemd-helper: fix exit code for was-enabled | Michael Stapelberg | 1 | -0/+1 |
2013-07-24 | s/debian-is-installed/debian-installed/ | Michael Stapelberg | 1 | -1/+1 |
2013-07-24 | dh_systemd_enable: use basename of the unit files | Michael Stapelberg | 1 | -2/+3 |
2013-07-24 | refactor state file reading, dump entries for debugging | Michael Stapelberg | 1 | -23/+23 |
2013-07-24 | DRY: introduce dsh_state_path(), use $dsh_state as consistent variable name | Michael Stapelberg | 1 | -32/+36 |
2013-07-24 | add test for deb-systemd-helper disable | Michael Stapelberg | 1 | -0/+8 |
2013-07-24 | update files atomically to be more robust when being cancelled | Michael Stapelberg | 1 | -15/+33 |
2013-07-24 | dh_systemd_enable: deal with changes in the [Install] section | Michael Stapelberg | 3 | -12/+24 |
2013-07-24 | update testsuite to also cover more complex units and updates | Michael Stapelberg | 3 | -7/+240 |
2013-07-24 | refactor; implement update-state | Michael Stapelberg | 1 | -49/+83 |
2013-07-24 | Bugfix: Open the file for reading and appending, seek to the beginning | Michael Stapelberg | 1 | -1/+2 |
2013-07-23 | deb-systemd-helper: implement debian-installed command | Michael Stapelberg | 1 | -2/+19 |
2013-07-23 | deb-systemd-helper: implement was-enabled | Michael Stapelberg | 2 | -1/+200 |
2013-07-23 | remove inaccurate statement about systemctl requiring a running systemd | Michael Stapelberg | 1 | -2/+1 |
2013-07-23 | add README for the test cases | Michael Stapelberg | 1 | -0/+10 |
2013-07-23 | add test case for deb-systemd-helper | Michael Stapelberg | 1 | -0/+137 |
2013-07-16 | use pod2man and install manpages, update changelogdebian/1.7 | Michael Stapelberg | 5 | -1/+18 |
2013-07-16 | Drop dependency on libmodule-install-perl (Closes: #716929) | Jeremy Bicha | 4 | -32/+7 |
2013-07-15 | Fix syntax error in dh_systemd_startdebian/1.6 | Michael Stapelberg | 2 | -1/+6 |
2013-07-14 | bump dependency on i-s-h for --quietdebian/1.5 | Michael Stapelberg | 1 | -1/+1 |
2013-07-14 | dh_systemd_start: add --no-start | Michael Stapelberg | 2 | -1/+8 |
2013-07-14 | update changelog | Michael Stapelberg | 1 | -1/+3 |
2013-07-14 | dh_systemd_enable: add --no-enable, deb-systemd-helper: add --quiet | Michael Stapelberg | 3 | -5/+34 |
2013-07-01 | deb-systemd-helper: clean up /var/lib/systemd/deb-systemd-helper-enabled and ... | Michael Stapelberg | 2 | -0/+29 |
2013-06-27 | update changelog, bump dependency in dh_systemd_enabledebian/1.4 | Michael Stapelberg | 2 | -1/+8 |
2013-06-27 | Bugfix: ensure state directory exists before writing to it (Thanks uau, bigon) | Michael Stapelberg | 1 | -0/+1 |
2013-06-26 | deb-systemd-invoke: remove wrong documentation (copy & paste mistake) | Michael Stapelberg | 1 | -5/+0 |
2013-06-26 | init-system-helpers: add Breaks: systemd (<< 44-12) | Michael Stapelberg | 1 | -0/+1 |
2013-06-19 | update package description to reflect dh_systemd_* splitdebian/1.3 | Michael Stapelberg | 1 | -4/+5 |
2013-06-19 | update changelog | Michael Stapelberg | 1 | -0/+11 |
2013-06-19 | document debug env variable | Michael Stapelberg | 1 | -0/+12 |
2013-06-19 | dh_systemd_enable: bump dependency on init-system-helper to make bugfixes ava... | Michael Stapelberg | 1 | -1/+1 |
2013-06-19 | deb-systemd-helper: always store .dsh-also state, not only when creating links | Michael Stapelberg | 1 | -4/+18 |
2013-06-19 | deb-systemd-helper: delete state file on remove if user didn’t disable service | Michael Stapelberg | 1 | -2/+6 |
2013-06-19 | deb-systemd-handler: replicate /etc/systemd/system in state dir | Michael Stapelberg | 1 | -45/+35 |
2013-06-19 | deb-systemd-helper: also remove statefiles when the service is disabled | Michael Stapelberg | 1 | -1/+23 |
2013-06-19 | add deb-systemd-invoke, a wrapper which respects (basic) policy.d | Michael Stapelberg | 7 | -4/+92 |
2013-06-18 | update changelogdebian/1.2 | Michael Stapelberg | 1 | -1/+4 |
2013-06-18 | dh_systemd_start: don’t start the same unit multiple times | Michael Stapelberg | 1 | -1/+1 |
2013-06-18 | add systemctl daemon-reload to handle the systemd-only use case | Michael Stapelberg | 2 | -0/+2 |
2013-06-18 | error message: add whitespaces after dots | Michael Stapelberg | 1 | -2/+2 |
2013-06-18 | depend on init-system-helpers >= 1.2 due to behavioral changes | Michael Stapelberg | 1 | -1/+1 |
2013-06-18 | makefile: bump version | Michael Stapelberg | 1 | -1/+1 |
2013-06-18 | remove dh_systemd_disable, this edge case will be handled in maintscripts | Michael Stapelberg | 5 | -208/+3 |
2013-06-18 | dh_systemd_{enable,disable}: don’t pass Also= and Alias= units on the cmdline | Michael Stapelberg | 2 | -112/+4 |
2013-06-18 | deb-systemd-helper: store which files are enabled, disable them when disabling | Michael Stapelberg | 1 | -15/+31 |