diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 22:57:03 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 22:57:03 -0400 |
commit | 8ae260015fa6ecd5aa39a84898f42837935c9953 (patch) | |
tree | 7fb1a89e05ce78611db7026bf1887bfe32592758 /debian | |
parent | 6c8dd33b7886641407d4036105c7a12c7e8e1dc0 (diff) |
highlight: New plugin supporting syntax highlighting of pretty much anything.
* debian/control: Add suggests for libhighlight-perl, although
that package is not yet created by Debian's highlight source package.
(See #529869)
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 71445ea71..db3e32cda 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +ikiwiki (3.14) UNRELEASED; urgency=low + + * highlight: New plugin supporting syntax highlighting of pretty much + anything. + * debian/control: Add suggests for libhighlight-perl, although + that package is not yet created by Debian's highlight source package. + (See #529869) + + -- Joey Hess <joeyh@debian.org> Fri, 22 May 2009 22:03:12 -0400 + ikiwiki (3.13) unstable; urgency=low * ikiwiki-transition: If passed a nonexistant srcdir, or one not diff --git a/debian/control b/debian/control index 57c5f917a..233de8f7c 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl, liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl, libtext-csv-perl, libdigest-sha1-perl, graphviz, libnet-amazon-s3-perl, sparkline-php, texlive, dvipng, libtext-wikicreole-perl, - libsort-naturally-perl, libtext-textile-perl + libsort-naturally-perl, libtext-textile-perl, libhighlight-perl Conflicts: ikiwiki-plugin-table Replaces: ikiwiki-plugin-table Provides: ikiwiki-plugin-table |