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

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


Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 48ade5a009d6b6d324b08f0f28148a55

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

Fri May 24 09:06:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 48ade5a009d6b6d324b08f0f28148a55
diff -rN -u old-haskell-configfile//changelog new-haskell-configfile//changelog
--- old-haskell-configfile//changelog	2013-05-24 09:21:10.217542638 +0000
+++ new-haskell-configfile//changelog	2013-05-24 09:21:10.221543236 +0000
@@ -1,6 +1,7 @@
 haskell-configfile (1.1.1-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:53:04 +0200
 
diff -rN -u old-haskell-configfile//control new-haskell-configfile//control
--- old-haskell-configfile//control	2013-05-24 09:21:10.209536288 +0000
+++ new-haskell-configfile//control	2013-05-24 09:21:10.221543236 +0000
@@ -5,7 +5,7 @@
 Build-Depends: debhelper (>= 9)
              , cdbs
              , ghc
-             , haskell-devscripts (>= 0.8.13)
+             , haskell-devscripts (>= 0.8.15)
              , cpphs
              , libghc-missingh-dev (>> 1.0.0)
              , libghc-regex-compat-dev
@@ -30,9 +30,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Parser and writer for sectioned config files in Haskell
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
@@ -51,9 +50,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Parser and writer for sectioned config files in Haskell; profiling libraries
- This package provides a library for the Haskell programming language. See
- http://www.haskell.org/ for more information on Haskell.
+Description: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer
@@ -76,10 +74,8 @@
 Recommends: ${haskell:Recommends}
 Breaks: configfile-doc (<< 1.0.6-2)
 Replaces: configfile-doc (<< 1.0.6-2)
-Description: Parser and writer for sectioned config files in Haskell; 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: Parser and writer for sectioned config files in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  The ConfigFile module works with configuration files in a standard
  format that is easy for the user to edit, easy for the programmer





More information about the Pkg-haskell-commits mailing list