[Pkg-haskell-commits] darcs: haskell-hs3: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:24:28 UTC 2013
Fri May 24 08:55:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 89b72da57e42cd07ea5cd3529750fab9
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:04 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 89b72da57e42cd07ea5cd3529750fab9
diff -rN -u old-haskell-hs3//changelog new-haskell-hs3//changelog
--- old-haskell-hs3//changelog 2013-05-24 09:24:27.959036127 +0000
+++ new-haskell-hs3//changelog 2013-05-24 09:24:27.963036950 +0000
@@ -1,6 +1,7 @@
haskell-hs3 (0.5.7-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:51 +0200
diff -rN -u old-haskell-hs3//control new-haskell-hs3//control
--- old-haskell-hs3//control 2013-05-24 09:24:27.890233397 +0000
+++ new-haskell-hs3//control 2013-05-24 09:24:27.963036950 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-http-dev (>= 1:4000.0.0)
@@ -44,9 +44,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: interface to Amazon's Simple Storage Service for Haskell
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: interface to Amazon's Simple Storage Service for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This is the Haskell S3 library. It provides an interface to Amazon's Simple
Storage Service (S3), allowing Haskell developers to store and retrieve data
@@ -59,10 +58,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: interface to Amazon's Simple Storage Service for Haskell; profiling data
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: interface to Amazon's Simple Storage Service for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This is the Haskell S3 library. It provides an interface to Amazon's Simple
Storage Service (S3), allowing Haskell developers to store and retrieve data
@@ -74,10 +71,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: interface to Amazon's Simple Storage Service for Haskell; 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: interface to Amazon's Simple Storage Service for Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This is the Haskell S3 library. It provides an interface to Amazon's Simple
Storage Service (S3), allowing Haskell developers to store and retrieve data
More information about the Pkg-haskell-commits
mailing list