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

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


Fri May 24 08:56:04 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: e128b6b1f7aa0cc36e0b0023126b5f12

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

Fri May 24 08:56:04 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: e128b6b1f7aa0cc36e0b0023126b5f12
diff -rN -u old-haskell-utility-ht//changelog new-haskell-utility-ht//changelog
--- old-haskell-utility-ht//changelog	2013-05-24 09:30:51.145543350 +0000
+++ new-haskell-utility-ht//changelog	2013-05-24 09:30:51.149544208 +0000
@@ -1,6 +1,7 @@
 haskell-utility-ht (0.0.5.1-5) UNRELEASED; urgency=low
 
   * Enable compat level 9
+  * Use substvars for Haskell description blurbs
 
  -- Joachim Breitner <nomeata at debian.org>  Fri, 24 May 2013 09:55:22 +0200
 
diff -rN -u old-haskell-utility-ht//control new-haskell-utility-ht//control
--- old-haskell-utility-ht//control	2013-05-24 09:30:51.141542980 +0000
+++ new-haskell-utility-ht//control	2013-05-24 09:30:51.149544208 +0000
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13),
+Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
  ghc, ghc-prof, libghc-quickcheck2-dev, libghc-quickcheck2-prof
 Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.4
@@ -17,9 +17,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Small helper functions for Lists, Maybes, Tuples and Functions
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Small helper functions for Lists, Maybes, Tuples and Functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides various small helper functions for Lists, Maybes,
  Tuples and Functions. Some of these functions are improved implementations
@@ -32,10 +31,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: profiling libraries for libghc-utility-ht-dev
- This package provides a library for the Haskell programming language
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: profiling libraries for libghc-utility-ht-dev${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides various small helper functions for Lists, Maybes,
  Tuples and Functions. Some of these functions are improved implementations
@@ -48,10 +45,8 @@
 Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Small helper functions for Lists, Maybes, Tuples and Functions; 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: Small helper functions for Lists, Maybes, Tuples and Functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  This library provides various small helper functions for Lists, Maybes,
  Tuples and Functions. Some of these functions are improved implementations





More information about the Pkg-haskell-commits mailing list