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

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


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

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

Fri May 24 09:12:02 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: abd54a2801595b1ddb8cfbf4b40d72ac
diff -rN -u old-haskell-feed//changelog new-haskell-feed//changelog
--- old-haskell-feed//changelog	2013-05-24 09:22:57.418093210 +0000
+++ new-haskell-feed//changelog	2013-05-24 09:22:57.418093210 +0000
@@ -1,6 +1,7 @@
 haskell-feed (0.3.8-5) 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:30 +0200
 
diff -rN -u old-haskell-feed//control new-haskell-feed//control
--- old-haskell-feed//control	2013-05-24 09:22:57.410044346 +0000
+++ new-haskell-feed//control	2013-05-24 09:22:57.418093210 +0000
@@ -5,7 +5,7 @@
 Uploaders: Giovanni Mascellani <gio at debian.org>
 Build-Depends:
  debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
  cdbs,
  ghc,
  ghc-prof,
@@ -30,11 +30,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface to RSS and Atom feeds - GHC libraries
+Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
  This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
  feeds, allowing both importing and exporting them.
  .
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-feed-prof
 Architecture: any
@@ -44,11 +44,11 @@
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
 Provides: ${haskell:Provides}
-Description: Haskell interface to RSS and Atom feeds - GHC profiling libraries
+Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
  This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
  feeds, allowing both importing and exporting them.
  .
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
 
 Package: libghc-feed-doc
 Section: doc
@@ -58,8 +58,8 @@
  ${misc:Depends}
 Suggests: ${haskell:Suggests}
 Recommends: ${haskell:Recommends}
-Description: Haskell interface to RSS and Atom feeds - documentation
+Description: Haskell interface to RSS and Atom feeds${haskell:ShortBlurb}
  This library provides tools for RSS (version 0.9x, 2.x, 1.0) and Atom
  feeds, allowing both importing and exporting them.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list