[Pkg-haskell-commits] darcs: highlighting-kate: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:32:29 UTC 2013


Fri May 24 09:06:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a6023246fe85892870b4c1d1329d071f

    M ./changelog +1
    M ./control -11 +7

Fri May 24 09:06:24 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a6023246fe85892870b4c1d1329d071f
diff -rN -u old-highlighting-kate//changelog new-highlighting-kate//changelog
--- old-highlighting-kate//changelog	2013-05-24 09:32:29.650038002 +0000
+++ new-highlighting-kate//changelog	2013-05-24 09:32:29.650038002 +0000
@@ -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 at debian.org>  Fri, 24 May 2013 09:55:45 +0200
 
diff -rN -u old-highlighting-kate//control new-highlighting-kate//control
--- old-highlighting-kate//control	2013-05-24 09:32:29.646036901 +0000
+++ new-highlighting-kate//control	2013-05-24 09:32:29.654039846 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joachim Breitner <nomeata at debian.org>, Kiwamu Okabe <kiwamu at 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 @@
 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 @@
  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 @@
 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 @@
  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 @@
 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 @@
  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}





More information about the Pkg-haskell-commits mailing list