diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/sitesummary.lintian-overrides | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9d52221..ff2b8e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,8 @@ sitesummary (0.1.23) UNRELEASED; urgency=medium * sitesummary-client: - recommend iproute2 instead of the obsolete iproute. (Closes: #824681) - add a depends to lsb-base (>= 3.0-6), thanks lintian. + * Add debian/sitesummary.lintian-overrides as we only use the full path to + test whether the binary is installed. -- Wolfgang Schweer <wschweer@arcor.de> Mon, 14 Nov 2016 21:45:06 +0100 diff --git a/debian/sitesummary.lintian-overrides b/debian/sitesummary.lintian-overrides new file mode 100644 index 0000000..ea58eed --- /dev/null +++ b/debian/sitesummary.lintian-overrides @@ -0,0 +1,2 @@ +sitesummary binary: command-with-path-in-maintainer-script postinst:95 /usr/sbin/a2enmod +sitesummary binary: command-with-path-in-maintainer-script postinst:99 /usr/sbin/a2enconf |