Niels Thykier: > Hi, > > I am proposing the following individual patches: > > 1) dh_systemd_start: Default to -R in compat 10 > - For consistency with dh_installinit, which changed the same default > in compat 10. > > 2) dh_systemd_*: Limit the directory scanning to /lib/systemd/system, > which is the only path that satisfies the constraints of the scan. > > 3) dh_systemd_*: Add a "DH PROMISE" so dh knows when it can safely > optimise out the commands. > - Arguably, this is mostly interesting if these helpers are merged > into debhelper at some point. > > 4) d/control: Use HTTPS links for the Vcs fields. > > Testing: I have only tested that the init-system-helpers and passes its > own test suite. Which, AFAICT, sums up to "no testing" because the test > suite does not cover these scripts. > > Thanks, > ~Niels >
Sorry, there was a typo in patch 0004. Please see this revised version instead.
From 7ef0165edc26da5e76f7cea38919fc5a4ae6e39f Mon Sep 17 00:00:00 2001 From: Niels Thykier <[email protected]> Date: Thu, 10 Mar 2016 17:08:50 +0000 Subject: [PATCH 4/4] Update Vcs-* fields to use https Signed-off-by: Niels Thykier <[email protected]> --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index eeedfd4..b97ed10 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Uploaders: Michael Biebl <[email protected]>, Build-Depends: debhelper (>= 9), perl:any, Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/collab-maint/init-system-helpers.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/init-system-helpers.git;a=summary +Vcs-Git: https://anonscm.debian.org/git/collab-maint/init-system-helpers.git +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/init-system-helpers.git Package: init-system-helpers Architecture: all -- 2.7.0
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-systemd-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-systemd-maintainers
