diff options
author | Simon McVittie <smcv@debian.org> | 2016-01-18 08:45:18 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-01-19 11:24:18 +0000 |
commit | 317d19842c40b5056989ad0ce22b632df9153444 (patch) | |
tree | b3db7af611c184d375c3b709528302c9d93c8263 /debian | |
parent | e33b4678c7da6d2dec293ca3a3f5510681668898 (diff) | |
download | ikiwiki-317d19842c40b5056989ad0ce22b632df9153444.tar ikiwiki-317d19842c40b5056989ad0ce22b632df9153444.tar.gz |
Silence "used only once: possible typo" warnings for variables that are part of modules' APIs
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c72787f37..90d6aa626 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,8 @@ ikiwiki (3.20150615) UNRELEASED; urgency=medium * d/control: remove leading article from Description (lintian: description-synopsis-starts-with-article) * d/control: Standards-Version: 3.9.6, no changes required + * Silence "used only once: possible typo" warnings for variables + that are part of modules' APIs -- Simon McVittie <smcv@debian.org> Mon, 15 Jun 2015 18:13:23 +0100 |