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

Joachim Breitner mail at joachim-breitner.de
Sat May 25 10:27:42 UTC 2013


Sat May 25 09:07:04 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 22ca63e81855c9c86423ccddbe211e1b

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

Sat May 25 09:07:04 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 22ca63e81855c9c86423ccddbe211e1b
diff -rN -u old-haskell-concrete-typerep//changelog new-haskell-concrete-typerep//changelog
--- old-haskell-concrete-typerep//changelog	2013-05-25 10:27:42.441771903 +0000
+++ new-haskell-concrete-typerep//changelog	2013-05-25 10:27:42.455037881 +0000
@@ -1,6 +1,7 @@
 haskell-concrete-typerep (0.1.0.2-2) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 11:06:45 +0200
 
diff -rN -u old-haskell-concrete-typerep//control new-haskell-concrete-typerep//control
--- old-haskell-concrete-typerep//control	2013-05-25 10:27:42.437578389 +0000
+++ new-haskell-concrete-typerep//control	2013-05-25 10:27:42.447157656 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
 Build-Depends: debhelper (>= 9)
-               , haskell-devscripts (>= 0.8)
+               , haskell-devscripts (>= 0.8.15)
                , cdbs
                , ghc
                , ghc-prof
@@ -25,7 +25,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Binary and Hashable instances for TypeRep in Haskell
+Description: Binary and Hashable instances for TypeRep in Haskell${haskell:ShortBlurb}
  This Haskell library provides Binary and Hashable instances for TypeRep.  
  .
  This package contains the normal library files.
@@ -37,7 +37,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Binary and Hashable instances for TypeRep in Haskell
+Description: Binary and Hashable instances for TypeRep in Haskell${haskell:ShortBlurb}
  This Haskell library provides Binary and Hashable instances for TypeRep.  
  .
  This package contains the libraries compiled with profiling enabled.
@@ -49,7 +49,7 @@
          , ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Binary and Hashable instances for TypeRep
+Description: Binary and Hashable instances for TypeRep${haskell:ShortBlurb}
  This Haskell library provides Binary and Hashable instances for TypeRep.  
  .
  This package contains the documentation files.





More information about the Pkg-haskell-commits mailing list