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

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


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

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

Fri May 24 08:54:32 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 11fb31e359a71e72aa065702b6c6a6d
diff -rN -u old-haskell-crypto-conduit//changelog new-haskell-crypto-conduit//changelog
--- old-haskell-crypto-conduit//changelog	2013-05-24 09:21:27.654069983 +0000
+++ new-haskell-crypto-conduit//changelog	2013-05-24 09:21:27.658048452 +0000
@@ -1,6 +1,7 @@
 haskell-crypto-conduit (0.5.0-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:08 +0200
 
diff -rN -u old-haskell-crypto-conduit//control new-haskell-crypto-conduit//control
--- old-haskell-crypto-conduit//control	2013-05-24 09:21:27.649543560 +0000
+++ new-haskell-crypto-conduit//control	2013-05-24 09:21:27.658048452 +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-cereal-dev (>> 0.3)
@@ -42,13 +42,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: conduit interface for cryptographic operations
+Description: conduit interface for cryptographic operations${haskell:ShortBlurb}
  This package contains everything that you need to use a
  cryptographic package that supports the crypto-api package
  using conduits from the conduit package.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-crypto-conduit-prof
 Architecture: any
@@ -57,13 +56,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: conduit interface for cryptographic operations; profiling libraries
+Description: conduit interface for cryptographic operations${haskell:ShortBlurb}
  This package contains everything that you need to use a
  cryptographic package that supports the crypto-api package
  using conduits from the conduit package.
  .
- 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-crypto-conduit-doc
 Section: doc
@@ -71,11 +69,9 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: conduit interface for cryptographic operations; documentation
+Description: conduit interface for cryptographic operations${haskell:ShortBlurb}
  This package contains everything that you need to use a
  cryptographic package that supports the crypto-api package
  using conduits from the conduit package.
  .
- 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