[Pkg-haskell-commits] darcs: haskell-bytestring-progress: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:20:20 UTC 2013
Fri May 24 08:54:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 73e606bb19206ded8f6c6f591d0389da
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:19 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 73e606bb19206ded8f6c6f591d0389da
diff -rN -u old-haskell-bytestring-progress//changelog new-haskell-bytestring-progress//changelog
--- old-haskell-bytestring-progress//changelog 2013-05-24 09:20:20.150950911 +0000
+++ new-haskell-bytestring-progress//changelog 2013-05-24 09:20:20.150950911 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:52:52 +0200
diff -rN -u old-haskell-bytestring-progress//control new-haskell-bytestring-progress//control
--- old-haskell-bytestring-progress//control 2013-05-24 09:20:20.143372141 +0000
+++ new-haskell-bytestring-progress//control 2013-05-24 09:20:20.150950911 +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
Build-Depends-Indep: ghc-doc
@@ -22,14 +22,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: A library for tracking the consumption of a lazy ByteString
+Description: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb}
In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-bytestring-progress-prof
Architecture: any
@@ -38,14 +37,13 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: A library for tracking the consumption of a lazy ByteString; profiling library
+Description: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb}
In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
.
- 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-bytestring-progress-doc
Section: doc
@@ -53,12 +51,10 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: A library for tracking the consumption of a lazy ByteString; documentation
+Description: A library for tracking the consumption of a lazy ByteString${haskell:ShortBlurb}
In some cases, it is useful to know how fast a ByteString is being
consumed. Typically, this could be to report some measure of progress
to a waiting user, but it could also be to perform some form of testing
on input / consumption code.
.
- 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}
More information about the Pkg-haskell-commits
mailing list