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

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


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

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

Fri May 24 09:12:16 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 33f970bf69ce2cdadb5d61e4c0601adf
diff -rN -u old-haskell-pandoc-types//changelog new-haskell-pandoc-types//changelog
--- old-haskell-pandoc-types//changelog	2013-05-24 09:27:24.409560409 +0000
+++ new-haskell-pandoc-types//changelog	2013-05-24 09:27:24.409560409 +0000
@@ -1,6 +1,7 @@
 haskell-pandoc-types (1.10-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:54:32 +0200
 
diff -rN -u old-haskell-pandoc-types//control new-haskell-pandoc-types//control
--- old-haskell-pandoc-types//control	2013-05-24 09:27:24.403035882 +0000
+++ new-haskell-pandoc-types//control	2013-05-24 09:27:24.414048328 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -28,13 +28,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell data types to represent structured documents - GHC libraries
+Description: Haskell data types to represent structured documents${haskell:ShortBlurb}
  This package ships the data types used by package Pandoc to internally
  represent structured documents. They've been split off from the main
  Pandoc package, so that other packages can use them without drawing in
  all the of Pandoc dependencies.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-pandoc-types-prof
 Architecture: any
@@ -44,13 +44,13 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell data types to represent structured documents - GHC profiling libraries
+Description: Haskell data types to represent structured documents${haskell:ShortBlurb}
  This package ships the data types used by package Pandoc to internally
  represent structured documents. They've been split off from the main
  Pandoc package, so that other packages can use them without drawing in
  all the of Pandoc dependencies.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-pandoc-types-doc
 Section: doc
@@ -60,10 +60,10 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell data types to represent structured documents - documentation
+Description: Haskell data types to represent structured documents${haskell:ShortBlurb}
  This package ships the data types used by package Pandoc to internally
  represent structured documents. They've been split off from the main
  Pandoc package, so that other packages can use them without drawing in
  all the of Pandoc dependencies.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list