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

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


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

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

Sat May 25 09:07:06 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 991392305061da9e1434e1cc93de0a67
diff -rN -u old-haskell-hedis//changelog new-haskell-hedis//changelog
--- old-haskell-hedis//changelog	2013-05-25 10:28:15.366043696 +0000
+++ new-haskell-hedis//changelog	2013-05-25 10:28:15.373870711 +0000
@@ -1,6 +1,7 @@
 haskell-hedis (0.6.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:47 +0200
 
diff -rN -u old-haskell-hedis//control new-haskell-hedis//control
--- old-haskell-hedis//control	2013-05-25 10:28:15.357719600 +0000
+++ new-haskell-hedis//control	2013-05-25 10:28:15.370057559 +0000
@@ -5,7 +5,7 @@
 Uploaders: Clint Adams <clint at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-attoparsec-dev (>> 0.10)
@@ -50,14 +50,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: client library for the Redis datastore
+Description: client library for the Redis datastore${haskell:ShortBlurb}
  This library is a Haskell client for the Redis datastore. Compared to
  other Haskell client libraries it has some advantages: complete Redis
  2.6 command set, automatic optimal pipelining, enforced pub/sub
  semantics, connection via TCP or Unix domain socket.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-hedis-prof
 Architecture: any
@@ -66,14 +65,13 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: client library for the Redis datastore; profiling libraries
+Description: client library for the Redis datastore${haskell:ShortBlurb}
  This library is a Haskell client for the Redis datastore. Compared to
  other Haskell client libraries it has some advantages: complete Redis
  2.6 command set, automatic optimal pipelining, enforced pub/sub
  semantics, connection via TCP or Unix domain socket.
  .
- 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}
 
 Package: libghc-hedis-doc
 Section: doc
@@ -81,12 +79,10 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: client library for the Redis datastore; documentation
+Description: client library for the Redis datastore${haskell:ShortBlurb}
  This library is a Haskell client for the Redis datastore. Compared to
  other Haskell client libraries it has some advantages: complete Redis
  2.6 command set, automatic optimal pipelining, enforced pub/sub
  semantics, connection via TCP or Unix domain socket.
  .
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list