diff options
author | Simon McVittie <smcv@debian.org> | 2016-01-18 07:56:11 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2016-01-19 11:24:18 +0000 |
commit | 509a5a48d78356ab07e22b66bc2cd4ca72e709c0 (patch) | |
tree | 99c0a55581d08fa797eed9819581f3352dcbb976 /debian | |
parent | 64d9729601c01d81dd54d698c645c2dedf84bb02 (diff) | |
download | ikiwiki-509a5a48d78356ab07e22b66bc2cd4ca72e709c0.tar ikiwiki-509a5a48d78356ab07e22b66bc2cd4ca72e709c0.tar.gz |
d/control: remove leading article from Description (lintian: description-synopsis-starts-with-article)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 08e344833..07cb4da2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -31,6 +31,8 @@ ikiwiki (3.20150615) UNRELEASED; urgency=medium * pagestats: add "show" option to show meta fields. Thanks, Louis * Change dependencies from transitional package perlmagick to libimage-magick-perl (Closes: #789221) + * d/control: remove leading article from Description + (lintian: description-synopsis-starts-with-article) -- Simon McVittie <smcv@debian.org> Mon, 15 Jun 2015 18:13:23 +0100 diff --git a/debian/control b/debian/control index 910d4ff14..329eff482 100644 --- a/debian/control +++ b/debian/control @@ -106,7 +106,7 @@ Replaces: ikiwiki-plugin-table, Provides: ikiwiki-plugin-table, -Description: a wiki compiler +Description: wiki compiler Ikiwiki converts a directory full of wiki pages into HTML pages suitable for publishing on a website. Unlike many wikis, ikiwiki does not have its own ad-hoc means of storing page history, and instead uses a revision |