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

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


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

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

Fri May 24 08:55:11 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 8a0d7acd9c7365c9c84c21ab700ba745
diff -rN -u old-haskell-irc//changelog new-haskell-irc//changelog
--- old-haskell-irc//changelog	2013-05-24 09:25:34.986038946 +0000
+++ new-haskell-irc//changelog	2013-05-24 09:25:34.990539681 +0000
@@ -1,6 +1,7 @@
 haskell-irc (0.5.1.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:54:06 +0200
 
diff -rN -u old-haskell-irc//control new-haskell-irc//control
--- old-haskell-irc//control	2013-05-24 09:25:34.982037737 +0000
+++ new-haskell-irc//control	2013-05-24 09:25:34.994540512 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Chris Lamb <lamby at debian.org>
 Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
  , cdbs
  , ghc
  , ghc-prof
@@ -26,7 +26,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell IRC library
+Description: Haskell IRC library${haskell:ShortBlurb}
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
  .
@@ -39,12 +39,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell IRC library; profiling libraries
+Description: Haskell IRC library${haskell:ShortBlurb}
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
  .
- 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-irc-doc
 Section: doc
@@ -52,7 +51,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell IRC library; documentation
+Description: Haskell IRC library${haskell:ShortBlurb}
  A set of combinators and types for parsing IRC (Internet Relay Chat)
  messages.
  .





More information about the Pkg-haskell-commits mailing list