[Pkg-haskell-commits] darcs: haskell-cautious-file: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:32 UTC 2013
Fri May 24 09:11:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 847eee8b2ed5c3ce21e2cf43583168b7
M ./changelog +1
M ./control -7 +7
Fri May 24 09:11:59 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 847eee8b2ed5c3ce21e2cf43583168b7
diff -rN -u old-haskell-cautious-file//changelog new-haskell-cautious-file//changelog
--- old-haskell-cautious-file//changelog 2013-05-24 09:20:32.299084164 +0000
+++ new-haskell-cautious-file//changelog 2013-05-24 09:20:32.303057126 +0000
@@ -1,6 +1,7 @@
haskell-cautious-file (1.0.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:52:55 +0200
diff -rN -u old-haskell-cautious-file//control new-haskell-cautious-file//control
--- old-haskell-cautious-file//control 2013-05-24 09:20:32.263117968 +0000
+++ new-haskell-cautious-file//control 2013-05-24 09:20:32.303057126 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
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
@@ -22,12 +22,12 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library to write a file cautiously - GHC libraries
+Description: Haskell library to write a file cautiously${haskell:ShortBlurb}
This Haskell library is able to write on a file using
some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-cautious-file-prof
Architecture: any
@@ -36,12 +36,12 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell library to write a file cautiously - GHC profiling libraries
+Description: Haskell library to write a file cautiously${haskell:ShortBlurb}
This Haskell library is able to write on a file using
some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-cautious-file-doc
Section: doc
@@ -50,9 +50,9 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell library to write a file cautiously - documentation
+Description: Haskell library to write a file cautiously${haskell:ShortBlurb}
This Haskell library is able to write on a file using
some techniques to reduce the chances of problems such as data loss
due to crashes or power failures.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list