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

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


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

    M ./changelog +1
    M ./control -13 +8

Fri May 24 08:54:46 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 71c29cac05bf4115d47da186651fff9b
diff -rN -u old-haskell-ekg//changelog new-haskell-ekg//changelog
--- old-haskell-ekg//changelog	2013-05-24 09:22:39.135054767 +0000
+++ new-haskell-ekg//changelog	2013-05-24 09:22:39.138070023 +0000
@@ -1,6 +1,7 @@
 haskell-ekg (0.3.1.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:53:25 +0200
 
diff -rN -u old-haskell-ekg//control new-haskell-ekg//control
--- old-haskell-ekg//control	2013-05-24 09:22:39.131076808 +0000
+++ new-haskell-ekg//control	2013-05-24 09:22:39.138070023 +0000
@@ -5,7 +5,7 @@
 Uploaders: Iustin Pop <iustin at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-aeson-dev (<< 0.7)
@@ -35,13 +35,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: remote monitoring of Haskell processes over HTTP - libraries
+Description: remote monitoring of Haskell processes over HTTP - libraries${haskell:ShortBlurb}
  The ekg library lets you remotely monitor a running (Haskell) process
  over HTTP. It provides a simple way to integrate a monitoring server
  into any application.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-ekg-prof
 Architecture: any
@@ -50,14 +49,12 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: remote monitoring of Haskell processes over HTTP - profiling libraries
+Description: remote monitoring of Haskell processes over HTTP - profiling libraries${haskell:ShortBlurb}
  The ekg library lets you remotely monitor a running (Haskell) process
  over HTTP. It provides a simple way to integrate a monitoring server
  into any application.
  .
- 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-ekg-doc
 Section: doc
@@ -65,21 +62,19 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: remote monitoring of Haskell processes over HTTP - documentation
+Description: remote monitoring of Haskell processes over HTTP - documentation${haskell:ShortBlurb}
  The ekg library lets you remotely monitor a running (Haskell) process
  over HTTP. It provides a simple way to integrate a monitoring server
  into any application.
  .
- 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}
 
 Package: libghc-ekg-data
 Architecture: all
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: remote monitoring of Haskell processes over HTTP - common files
+Description: remote monitoring of Haskell processes over HTTP - common files${haskell:ShortBlurb}
  The ekg library lets you remotely monitor a running (Haskell) process
  over HTTP. It provides a simple way to integrate a monitoring server
  into any application.





More information about the Pkg-haskell-commits mailing list