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

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


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

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

Fri May 24 08:55:17 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 10b840ee0b993a7f711d5a97ff31bcb6
diff -rN -u old-haskell-markov-chain//changelog new-haskell-markov-chain//changelog
--- old-haskell-markov-chain//changelog	2013-05-24 09:26:16.939068062 +0000
+++ new-haskell-markov-chain//changelog	2013-05-24 09:26:16.939068062 +0000
@@ -1,6 +1,7 @@
 haskell-markov-chain (0.0.3.2-3) 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:16 +0200
 
diff -rN -u old-haskell-markov-chain//control new-haskell-markov-chain//control
--- old-haskell-markov-chain//control	2013-05-24 09:26:16.931038721 +0000
+++ new-haskell-markov-chain//control	2013-05-24 09:26:16.943040409 +0000
@@ -4,7 +4,7 @@
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>, Iulian Udrea <iulian at physics.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13),
+Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
  ghc, ghc-prof,
  libghc-transformers-dev (>= 0.0.1),
  libghc-transformers-dev (<< 0.4),
@@ -26,9 +26,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Markov Chains for random sequence generation
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Markov Chains for random sequence generation${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library can be used to generate random sequences with a behaviour
  adapted to some training data. The algorithm analyses your input/training
@@ -42,10 +41,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Markov Chains for random sequence generation; profiling libraries
- This package provides a library for the Haskell programming language
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Markov Chains for random sequence generation${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library can be used to generate random sequences with a behaviour
  adapted to some training data. The algorithm analyses your input/training
@@ -59,10 +56,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Markov Chains for random sequence generation; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Markov Chains for random sequence generation${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library can be used to generate random sequences with a behaviour
  adapted to some training data. The algorithm analyses your input/training





More information about the Pkg-haskell-commits mailing list