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

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


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

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

Fri May 24 08:56:13 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: cb0aafff960ee0d5734361909f9db48a
diff -rN -u old-haskell-web-routes//changelog new-haskell-web-routes//changelog
--- old-haskell-web-routes//changelog	2013-05-24 09:31:30.218038066 +0000
+++ new-haskell-web-routes//changelog	2013-05-24 09:31:30.222039168 +0000
@@ -1,6 +1,7 @@
 haskell-web-routes (0.27.2-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:55:30 +0200
 
diff -rN -u old-haskell-web-routes//control new-haskell-web-routes//control
--- old-haskell-web-routes//control	2013-05-24 09:31:30.214038844 +0000
+++ new-haskell-web-routes//control	2013-05-24 09:31:30.222039168 +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-blaze-builder-dev (>> 0.2)
@@ -56,9 +56,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: library for correctness/composability of URLs
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: library for correctness/composability of URLs${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It is a collection of types and functions that ensure that URLs
  generated by an application are valid.
@@ -70,10 +69,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: library for correctness/composability of URLs; profiling libs
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: library for correctness/composability of URLs${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It is a collection of types and functions that ensure that URLs
  generated by an application are valid.
@@ -84,10 +81,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: library for correctness/composability of URLs; 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: library for correctness/composability of URLs${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It is a collection of types and functions that ensure that URLs
  generated by an application are valid.





More information about the Pkg-haskell-commits mailing list