summaryrefslogtreecommitdiff
path: root/p/highlighting-kate
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:06:24 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:06:24 +0400
commit2fa7546db7d2ecb95cda256520f4e967731e6968 (patch)
tree82959399d5a356ea0674837e4615b829d868960a /p/highlighting-kate
parent7bfb3979277c4627818f5c7e308e6dd3d51ac3a4 (diff)
downloadDHG_packages-2fa7546db7d2ecb95cda256520f4e967731e6968.tar.gz
highlighting-kate: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/highlighting-kate')
-rw-r--r--p/highlighting-kate/debian/changelog1
-rw-r--r--p/highlighting-kate/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/highlighting-kate/debian/changelog b/p/highlighting-kate/debian/changelog
index 63fcfc9d2..fb304006c 100644
--- a/p/highlighting-kate/debian/changelog
+++ b/p/highlighting-kate/debian/changelog
@@ -1,6 +1,7 @@
highlighting-kate (0.5.3.8-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:45 +0200
diff --git a/p/highlighting-kate/debian/control b/p/highlighting-kate/debian/control
index f47e47a75..f5a0d816d 100644
--- a/p/highlighting-kate/debian/control
+++ b/p/highlighting-kate/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>, Kiwamu Okabe <kiwamu@debian.or.jp>
Build-Depends: cdbs
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, ghc-doc
@@ -38,7 +38,7 @@ Depends: ${misc:Depends}, ${shlibs:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: syntax highlighting library based on Kate syntax descriptions
+Description: syntax highlighting library based on Kate syntax descriptions${haskell:ShortBlurb}
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
@@ -52,8 +52,7 @@ Description: syntax highlighting library based on Kate syntax descriptions
Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt,
Yacc.
.
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-highlighting-kate-prof
Architecture: any
@@ -61,7 +60,7 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: highlighting-kate library with profiling enabled
+Description: highlighting-kate library with profiling enabled${haskell:ShortBlurb}
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
@@ -75,8 +74,7 @@ Description: highlighting-kate library with profiling enabled
Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt,
Yacc.
.
- This package provides a library for the Haskell programming language, compiled
- for profiling. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-highlighting-kate-doc
Section: doc
@@ -84,7 +82,7 @@ Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Architecture: all
-Description: library documentation for highlighting-kate
+Description: library documentation for highlighting-kate${haskell:ShortBlurb}
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
@@ -98,6 +96,4 @@ Description: library documentation for highlighting-kate
Scala, Scheme, Sgml, SQL, MySQL, PostgreSQL, Tcl, Texinfo, Xml, Xslt,
Yacc.
.
- This package provides the documentation for a library for the Haskell
- programming language. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}