[debhelper-devel] [debhelper] branch master updated (6b10472 -> 2e11a3f)

Niels Thykier nthykier at moszumanska.debian.org
Fri Oct 13 18:27:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

nthykier pushed a change to branch master
in repository debhelper.

      from  6b10472   Spelling fixes
       new  f833b56   Add dh_installsystemd script with a simple test
       new  f42b1bb   dh_installsystemd: Update documentation
       new  0131460   dh_installsystemd: Regex-escape two directories used in regexes
       new  41d255a   Error out in dh_systemd_* if run with compat >= 11
       new  aa5ce54   dh_installsystemd.t: Remove some unnecessary make_paths
       new  34eef40   dh: Replace systemd sequence with dh_installsystemd [c11]
       new  7d5c550   Add test that enables/starts happen the expected number of times
       new  ddcd9d2   Fix enabling multiple times of units
       new  a6746c1   dh_installsystemd: Fix bug in handling of template units (see aaf90aff)
       new  773b035   dh_installsystemd: Drop now unnecessary dependency on init-system-helpers
       new  5345f6e   dh_installsystemd: Make open failure a hard error
       new  dbd3ca6   t: Correct dh_installsystemd test
       new  307e2bc   dh_installsystemd: Generate postinst for tmpfiles
       new  4d8cf64   Remove duplicate additions to @installed_units
       new  cb77b91   More tests for dh_installsystemd
       new  e62ab9c   Even more tests
       new  912b7b9   dh_installsystemd: Properly quote unit names in autoscripts
       new  3707f5c   dh_installsystemd: if --name is given, only generate maintainer scripts for matching files
       new  d8c1fa8   debhelper.pod: Document systemd related changes in c11
       new  16142c1   systemd-pm: Disable sequence in compat 11
       new  2e11a3f   d/changelog: Document systemd related changes

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debhelper.pod                                      |  18 +-
 debian/changelog                                   |  17 +
 dh                                                 |   8 +-
 dh_installsystemd                                  | 395 +++++++++++++++++++++
 dh_systemd_enable                                  |   4 +
 dh_systemd_start                                   |   4 +
 lib/Debian/Debhelper/Sequence/systemd.pm           |   5 +
 .../{dh_systemd.t => dh_installsystemd.t}          |  57 ++-
 8 files changed, 486 insertions(+), 22 deletions(-)
 create mode 100755 dh_installsystemd
 copy t/dh_installsystemd/{dh_systemd.t => dh_installsystemd.t} (71%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debhelper/debhelper.git




More information about the debhelper-devel mailing list