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

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


Fri May 24 08:54:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a3ac8097be56efcbe4765e0692d64835

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

Fri May 24 08:54:56 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a3ac8097be56efcbe4765e0692d64835
diff -rN -u old-haskell-gtksourceview2//changelog new-haskell-gtksourceview2//changelog
--- old-haskell-gtksourceview2//changelog	2013-05-24 09:23:35.542240287 +0000
+++ new-haskell-gtksourceview2//changelog	2013-05-24 09:23:35.542240287 +0000
@@ -1,6 +1,7 @@
 haskell-gtksourceview2 (0.12.3.1-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:53:39 +0200
 
diff -rN -u old-haskell-gtksourceview2//control new-haskell-gtksourceview2//control
--- old-haskell-gtksourceview2//control	2013-05-24 09:23:35.517929975 +0000
+++ new-haskell-gtksourceview2//control	2013-05-24 09:23:35.542240287 +0000
@@ -5,7 +5,7 @@
 Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-mtl-dev
@@ -36,9 +36,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Binding to the GtkSourceView library
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Binding to the GtkSourceView library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
@@ -51,10 +50,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Binding to the GtkSourceView library; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Binding to the GtkSourceView library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and
@@ -66,10 +63,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Binding to the GtkSourceView library; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Binding to the GtkSourceView library${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  GtkSourceView is a text widget that extends the standard GTK+ 2.x text widget
  GtkTextView. It improves GtkTextView by implementing syntax highlighting and





More information about the Pkg-haskell-commits mailing list