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

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


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

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

Fri May 24 08:54:13 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: a1f0b59aed4daeba41e9d1346bce882e
diff -rN -u old-haskell-basic-prelude//changelog new-haskell-basic-prelude//changelog
--- old-haskell-basic-prelude//changelog	2013-05-24 09:19:42.731036622 +0000
+++ new-haskell-basic-prelude//changelog	2013-05-24 09:19:42.731036622 +0000
@@ -1,6 +1,7 @@
 haskell-basic-prelude (0.3.4.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:52:44 +0200
 
diff -rN -u old-haskell-basic-prelude//control new-haskell-basic-prelude//control
--- old-haskell-basic-prelude//control	2013-05-24 09:19:42.731036622 +0000
+++ new-haskell-basic-prelude//control	2013-05-24 09:19:42.731036622 +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-hashable-dev
@@ -48,7 +48,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: enhanced core prelude
+Description: enhanced core prelude${haskell:ShortBlurb}
  The premise of basic-prelude is that there are a lot of very commonly
  desired features missing from the standard Prelude, such as commonly
  used operators (<$> and >=>, for instance) and imports for common
@@ -65,8 +65,7 @@
  Users wishing to have an improved Prelude can use BasicPrelude.
  Developers wishing to create a new prelude should use CorePrelude.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-basic-prelude-prof
 Architecture: any
@@ -75,7 +74,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: enhanced core prelude; profiling libraries
+Description: enhanced core prelude${haskell:ShortBlurb}
  The premise of basic-prelude is that there are a lot of very commonly
  desired features missing from the standard Prelude, such as commonly
  used operators (<$> and >=>, for instance) and imports for common
@@ -92,8 +91,7 @@
  Users wishing to have an improved Prelude can use BasicPrelude.
  Developers wishing to create a new prelude should use CorePrelude.
  .
- 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-basic-prelude-doc
 Section: doc
@@ -101,7 +99,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: enhanced core prelude; documentation
+Description: enhanced core prelude${haskell:ShortBlurb}
  The premise of basic-prelude is that there are a lot of very commonly
  desired features missing from the standard Prelude, such as commonly
  used operators (<$> and >=>, for instance) and imports for common
@@ -118,6 +116,4 @@
  Users wishing to have an improved Prelude can use BasicPrelude.
  Developers wishing to create a new prelude should use CorePrelude.
  .
- 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