diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-11-15 15:01:11 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-11-15 15:01:18 +0100 |
commit | f29d1736818a2085f2dda87f2dedfa66f726cf21 (patch) | |
tree | 54653631e3cf0b46c13728e51c0970c188f65010 /debian | |
parent | 49ab20a5ca9f700d4d5ab58651fefe8c92b4a8ef (diff) | |
download | sitesummary-f29d1736818a2085f2dda87f2dedfa66f726cf21.tar.gz sitesummary-f29d1736818a2085f2dda87f2dedfa66f726cf21.tar.bz2 sitesummary-f29d1736818a2085f2dda87f2dedfa66f726cf21.tar.xz |
Add debian/sitesummary.lintian-overrides as we only use the full path to test whether the binary is installed.
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'debian')
-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 |