diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-09 10:47:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-09 10:47:45 -0400 |
commit | af05240cadc77356b60dc0472fbf9a43bf64c463 (patch) | |
tree | 8ec786b01653a46daacfdc2f113486f9b03a0474 /debian | |
parent | 5121198cb9abcdec0a974f53b0be0d12814250b7 (diff) | |
download | ikiwiki-af05240cadc77356b60dc0472fbf9a43bf64c463.tar ikiwiki-af05240cadc77356b60dc0472fbf9a43bf64c463.tar.gz |
Fix test suite to not fail when XML::Twig is not installed. Closes: #707436
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index cf4f8c8d3..e6d39fa27 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ikiwiki (3.20130505) UNRELEASED; urgency=low + + * Fix test suite to not fail when XML::Twig is not installed. + Closes: #707436 + + -- Joey Hess <joeyh@debian.org> Thu, 09 May 2013 10:47:18 -0400 + ikiwiki (3.20130504) unstable; urgency=low * Allow dots in directive parameter names. (tango) |