diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-26 08:24:36 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-26 08:24:36 +0000 |
commit | 282893be819eab14f3a2078f1741ec9c9ed363b1 (patch) | |
tree | cd9977f7ff30063dafd2dcb043f6507e6dd17790 /debian | |
parent | 03c98d3c79370157d94deef588415e778ab6ca87 (diff) | |
download | ikiwiki-282893be819eab14f3a2078f1741ec9c9ed363b1.tar ikiwiki-282893be819eab14f3a2078f1741ec9c9ed363b1.tar.gz |
* Rebuilding on upgrade to this version is recommended.
* Add a html validity check to the test suite, using the wdg-html-validator,
if available.
* Make the html valid when there is nothing in the actions list by adding an
empty <li> to the end of it.
* Reordered some function call parameters for consistency.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 9e26c8c78..12dc06178 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,14 @@ ikiwiki (1.4) UNRELEASED; urgency=low * Remove headercontent; the search plugin now adds the search box to the header by registering a pagetemplate hook, and other plugins should do similarly. + * Rebuilding on upgrade to this version is recommended. + * Add a html validity check to the test suite, using the wdg-html-validator, + if available. + * Make the html valid when there is nothing in the actions list by adding an + empty <li> to the end of it. + * Reordered some function call parameters for consistency. - -- Joey Hess <joeyh@debian.org> Thu, 25 May 2006 20:57:07 -0400 + -- Joey Hess <joeyh@debian.org> Fri, 26 May 2006 04:11:57 -0400 ikiwiki (1.3) unstable; urgency=low diff --git a/debian/control b/debian/control index d3ad66d7f..bd3921549 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: ikiwiki Section: web Priority: optional Build-Depends: debhelper (>= 5) -Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl +Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator Maintainer: Joey Hess <joeyh@debian.org> Standards-Version: 3.7.2 |