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

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


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

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

Fri May 24 09:12:14 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: cebae0225c9af695161fbe903d31d50b
diff -rN -u old-haskell-llvm//changelog new-haskell-llvm//changelog
--- old-haskell-llvm//changelog	2013-05-24 09:26:07.127051609 +0000
+++ new-haskell-llvm//changelog	2013-05-24 09:26:07.127051609 +0000
@@ -1,6 +1,7 @@
 haskell-llvm (3.0.1.0-3) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:54:14 +0200
 
diff -rN -u old-haskell-llvm//control new-haskell-llvm//control
--- old-haskell-llvm//control	2013-05-24 09:26:07.119101277 +0000
+++ new-haskell-llvm//control	2013-05-24 09:26:07.127051609 +0000
@@ -5,7 +5,7 @@
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Build-Depends: debhelper (>= 9),
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-mtl-dev
@@ -32,13 +32,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to the LLVM compiler toolkit
+Description: Haskell bindings to the LLVM compiler toolkit${haskell:ShortBlurb}
  Low Level Virtual Machine (LLVM) is a set of tools for use in the backend
  of a compiler for generating optimised native code across a wide variety
  of CPU architectures. The Haskell bindings make it possible to use LLVM
  from Haskell.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-llvm-prof
 Architecture: any
@@ -48,13 +48,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries haskell LLVM bindings
+Description: Profiling libraries haskell LLVM bindings${haskell:ShortBlurb}
  Low Level Virtual Machine (LLVM) is a set of tools for use in the backend
  of a compiler for generating optimised native code across a wide variety
  of CPU architectures. The Haskell bindings make it possible to use LLVM
  from Haskell.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-llvm-doc
 Section: doc
@@ -62,10 +62,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for haskell LLVM bindings
+Description: Documentation for haskell LLVM bindings${haskell:ShortBlurb}
  Low Level Virtual Machine (LLVM) is a set of tools for use in the backend
  of a compiler for generating optimised native code across a wide variety
  of CPU architectures. The Haskell bindings make it possible to use LLVM
  from Haskell.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list