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

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


Fri May 24 09:12:18 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 1abd26f25122b2d304596003e5fc76cb

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

Fri May 24 09:12:18 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 1abd26f25122b2d304596003e5fc76cb
diff -rN -u old-haskell-safe//changelog new-haskell-safe//changelog
--- old-haskell-safe//changelog	2013-05-24 09:28:47.443122535 +0000
+++ new-haskell-safe//changelog	2013-05-24 09:28:47.443122535 +0000
@@ -1,6 +1,7 @@
 haskell-safe (0.3.3-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:52 +0200
 
diff -rN -u old-haskell-safe//control new-haskell-safe//control
--- old-haskell-safe//control	2013-05-24 09:28:47.435276629 +0000
+++ new-haskell-safe//control	2013-05-24 09:28:47.443122535 +0000
@@ -5,7 +5,7 @@
 Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
 Build-Depends:
  , debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
  , cdbs
  , ghc
  , ghc-prof
@@ -23,14 +23,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: GHC Library for safe (pattern match free) functions
+Description: GHC Library for safe (pattern match free) functions${haskell:ShortBlurb}
  .
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
  reduce the number of unsafe pattern matches in your code.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-safe-prof
 Architecture: any
@@ -40,14 +40,14 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling library for safe (pattern match free) functions
+Description: Profiling library for safe (pattern match free) functions${haskell:ShortBlurb}
  .
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
  reduce the number of unsafe pattern matches in your code.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-safe-doc
 Section: doc
@@ -55,11 +55,11 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for safe library for (pattern match free) functions
+Description: Documentation for safe library for (pattern match free) functions${haskell:ShortBlurb}
  .
  Partial functions from the base library, such as head and !!, modified to
  return more descriptive error messages, programmer defined error messages,
  Maybe wrapped results and default values. These functions can be used to
  reduce the number of unsafe pattern matches in your code.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list