diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/init-system-helpers.lintian-overrides | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 6940f34..aef5847 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ init-system-helpers (1.15) unstable; urgency=low * ship /etc/systemd/system to avoid piuparts warnings * d-s-h: add spaces to allow the manpage to break lines with MANWIDTH=80 + * i-s-h: override lintian warning spelling-error-in-manpage, we cannot + rename the upstream command “systemctl reenable” into “re-enable” -- Michael Stapelberg <stapelberg@debian.org> Fri, 07 Feb 2014 20:18:34 +0100 diff --git a/debian/init-system-helpers.lintian-overrides b/debian/init-system-helpers.lintian-overrides new file mode 100644 index 0000000..e90275a --- /dev/null +++ b/debian/init-system-helpers.lintian-overrides @@ -0,0 +1,3 @@ +# The upstream command is called “systemctl reenable”, so we cannot just +# rename it to “re-enable” :). +init-system-helpers: spelling-error-in-manpage usr/share/man/man1/deb-systemd-helper.1p.gz reenable re-enable |