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

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


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

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

Fri May 24 09:12:22 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: f4bb233a356e5762a8c3825277bd0d45
diff -rN -u old-haskell-uniplate//changelog new-haskell-uniplate//changelog
--- old-haskell-uniplate//changelog	2013-05-24 09:30:36.241544545 +0000
+++ new-haskell-uniplate//changelog	2013-05-24 09:30:36.245558107 +0000
@@ -1,6 +1,7 @@
 haskell-uniplate (1.6.7-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:55:18 +0200
 
diff -rN -u old-haskell-uniplate//control new-haskell-uniplate//control
--- old-haskell-uniplate//control	2013-05-24 09:30:36.237561834 +0000
+++ new-haskell-uniplate//control	2013-05-24 09:30:36.245558107 +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
@@ -33,7 +33,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: A Haskell library for uniform type generic traversals
+Description: A Haskell library for uniform type generic traversals${haskell:ShortBlurb}
  .
  The Haskell Uniplate library abstracts over common traversals and queries in a
  simple manner allowing the user to scrap their boilerplate code.
@@ -42,7 +42,7 @@
  Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/),  along with a
  video presentation, and the associated thesis chapter.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-uniplate-prof
 Architecture: any
@@ -52,7 +52,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Profiling libraries for uniform type generic traversals
+Description: Profiling libraries for uniform type generic traversals${haskell:ShortBlurb}
  .
  The Haskell Uniplate library abstracts over common traversals and queries in a
  simple manner allowing the user to scrap their boilerplate code.
@@ -61,7 +61,7 @@
  Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/),  along with a
  video presentation, and the associated thesis chapter.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-uniplate-doc
 Section: doc
@@ -69,7 +69,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Documentation for uniform type generic traversals
+Description: Documentation for uniform type generic traversals${haskell:ShortBlurb}
  .
  The Haskell Uniplate library abstracts over common traversals and queries in a
  simple manner allowing the user to scrap their boilerplate code.
@@ -78,4 +78,4 @@
  Workshop 2007 (http://www-users.cs.york.ac.uk/~ndm/uniplate/),  along with a
  video presentation, and the associated thesis chapter.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list