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

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


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

    M ./changelog +1
    M ./control -6 +6

Fri May 24 09:12:07 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 943cdc033dc466bf2d260839cc82b65
diff -rN -u old-haskell-hsx//changelog new-haskell-hsx//changelog
--- old-haskell-hsx//changelog	2013-05-24 09:24:49.827140777 +0000
+++ new-haskell-hsx//changelog	2013-05-24 09:24:49.831349741 +0000
@@ -1,6 +1,7 @@
 haskell-hsx (0.10.4-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:56 +0200
 
diff -rN -u old-haskell-hsx//control new-haskell-hsx//control
--- old-haskell-hsx//control	2013-05-24 09:24:49.811179963 +0000
+++ new-haskell-hsx//control	2013-05-24 09:24:49.831349741 +0000
@@ -36,14 +36,14 @@
 Provides: ${haskell:Provides}
 Breaks: libghc6-hsx-dev (<< 1:0)
 Replaces: libghc6-hsx-dev (<< 1:0)
-Description: Haskell support for XML in source code - GHC libraries
+Description: Haskell support for XML in source code${haskell:ShortBlurb}
  HSX (Haskell Source with XML) allows literal XML syntax to be used in
  Haskell source code. The trhsx preprocessor translates .hsx source files
  into ordinary .hs files. Literal XML syntax is translated into function
  calls for creating XML values of the appropriate forms. trhsx transforms
  literal XML syntax into a series of function calls.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hsx-prof
 Architecture: any
@@ -53,14 +53,14 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell support for XML in source code - GHC profiling libraries
+Description: Haskell support for XML in source code${haskell:ShortBlurb}
  HSX (Haskell Source with XML) allows literal XML syntax to be used in
  Haskell source code. The trhsx preprocessor translates .hsx source files
  into ordinary .hs files. Literal XML syntax is translated into function
  calls for creating XML values of the appropriate forms. trhsx transforms
  literal XML syntax into a series of function calls.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-hsx-doc
 Section: doc
@@ -70,11 +70,11 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell support for XML in source code - documentation
+Description: Haskell support for XML in source code${haskell:ShortBlurb}
  HSX (Haskell Source with XML) allows literal XML syntax to be used in
  Haskell source code. The trhsx preprocessor translates .hsx source files
  into ordinary .hs files. Literal XML syntax is translated into function
  calls for creating XML values of the appropriate forms. trhsx transforms
  literal XML syntax into a series of function calls.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list