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

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


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

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

Sat May 25 09:07:07 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: c75c9bd6f789bcf7b1eeab54afdf6db7
diff -rN -u old-haskell-ircbot//changelog new-haskell-ircbot//changelog
--- old-haskell-ircbot//changelog	2013-05-25 10:28:18.001567044 +0000
+++ new-haskell-ircbot//changelog	2013-05-25 10:28:18.009776483 +0000
@@ -1,6 +1,7 @@
 haskell-ircbot (0.5.3-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:48 +0200
 
diff -rN -u old-haskell-ircbot//control new-haskell-ircbot//control
--- old-haskell-ircbot//control	2013-05-25 10:28:17.995061058 +0000
+++ new-haskell-ircbot//control	2013-05-25 10:28:18.007050827 +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-irc-dev (>> 0.5)
@@ -45,12 +45,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: library for writing IRC bots
+Description: library for writing IRC bots${haskell:ShortBlurb}
  The ircbot library provides a BotMonad class and assorted routines for
  writing IRC robots.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-ircbot-prof
 Architecture: any
@@ -59,12 +58,11 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: library for writing IRC bots; profiling libraries
+Description: library for writing IRC bots${haskell:ShortBlurb}
  The ircbot library provides a BotMonad class and assorted routines for
  writing IRC robots.
  .
- 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-ircbot-doc
 Section: doc
@@ -72,10 +70,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: library for writing IRC bots; documentation
+Description: library for writing IRC bots${haskell:ShortBlurb}
  The ircbot library provides a BotMonad class and assorted routines for
  writing IRC robots.
  .
- 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