tags 507338 + patch
thanks
In Ubuntu, we applied the attached patch to fix this.
See also https://launchpad.net/bugs/274117.
Thank you.
--
. ''`. Luca Falavigna
: :' : Ubuntu MOTU Developer
`. `'` Debian Maintainer
`- GPG Key: 0x86BC2A50
diff -u highlighting-kate-0.2.1/debian/control
highlighting-kate-0.2.1/debian/control
--- highlighting-kate-0.2.1/debian/control
+++ highlighting-kate-0.2.1/debian/control
@@ -12,7 +13,7 @@
Package: libghc6-highlighting-kate-dev
Section: libdevel
Architecture: any
-Depends: ${haskell:Depends}, libghc6-xhtml-dev, libghc6-pcre-light-dev
+Depends: ${haskell:Depends}, libghc6-xhtml-dev, libghc6-pcre-light-dev,
libghc6-parsec-dev
Suggests: highlighting-kate-doc (= ${source:Version})
Description: syntax highlighting library based on Kate syntax descriptions
Highlighting-kate is a syntax highlighting library with support for over
diff -u highlighting-kate-0.2.1/debian/changelog
highlighting-kate-0.2.1/debian/changelog
--- highlighting-kate-0.2.1/debian/changelog
+++ highlighting-kate-0.2.1/debian/changelog
@@ -1,3 +1,13 @@
+highlighting-kate (0.2.1-3ubuntu1) jaunty; urgency=low
+
+ * highlighting-kate.cabal:
+ - adjust description by removing link to http://kate-editor.org, it
+ generates a parsing error during configure phase.
+ * libghc6-highlighting-kate-dev depends on libghc6-parsec-dev, fix
+ configure error due to missing parsec-2.1.0.0 package.
+
+ -- Luca Falavigna <[email protected]> Wed, 28 Jan 2009 00:36:19 +0100
+
highlighting-kate (0.2.1-3) unstable; urgency=low
* Brown paper bag release. Add libghc6-parsec-prof to Build-Depends.
only in patch2:
unchanged:
--- highlighting-kate-0.2.1.orig/highlighting-kate.cabal
+++ highlighting-kate-0.2.1/highlighting-kate.cabal
@@ -7,8 +7,8 @@
Description: highlighting-kate is a syntax highlighting library
with support for over 50 languages. The syntax
parsers are automatically generated from Kate
- syntax descriptions (<http://kate-editor.org/>),
- so any syntax supported by Kate can be added.
+ syntax descriptions, so any syntax supported by Kate
+ can be added.
An (optional) command-line program is provided, along
with a utility for generating new parsers from Kate
XML syntax descriptions.