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

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


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

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

Fri May 24 08:55:54 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 35896d6fd35aeeeea3f5c601182b96ac
diff -rN -u old-haskell-storable-complex//changelog new-haskell-storable-complex//changelog
--- old-haskell-storable-complex//changelog	2013-05-24 09:29:41.587052170 +0000
+++ new-haskell-storable-complex//changelog	2013-05-24 09:29:41.587052170 +0000
@@ -1,6 +1,7 @@
 haskell-storable-complex (0.2.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:55:05 +0200
 
diff -rN -u old-haskell-storable-complex//control new-haskell-storable-complex//control
--- old-haskell-storable-complex//control	2013-05-24 09:29:41.579100834 +0000
+++ new-haskell-storable-complex//control	2013-05-24 09:29:41.587052170 +0000
@@ -5,7 +5,7 @@
 Uploaders: Denis Laxalde <denis at laxalde.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
 Standards-Version: 3.9.4
@@ -21,12 +21,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library providing storable instance for Complex
+Description: Haskell library providing storable instance for Complex${haskell:ShortBlurb}
  Provides a Storable instance for Complex which is binary compatible with
  C99, C++ and Fortran complex data types.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-storable-complex-prof
 Architecture: any
@@ -35,9 +34,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell library providing storable instance for Complex; profiling libraries
+Description: Haskell library providing storable instance for Complex${haskell:ShortBlurb}
  Provides a Storable instance for Complex which is binary compatible with
  C99, C++ and Fortran complex data types.
  .
- 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}





More information about the Pkg-haskell-commits mailing list