[Pkg-haskell-commits] darcs: haskell-silently: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:29:17 UTC 2013
Fri May 24 08:55:49 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a7c983866829dcd0553a8c955b84091
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:49 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: a7c983866829dcd0553a8c955b84091
diff -rN -u old-haskell-silently//changelog new-haskell-silently//changelog
--- old-haskell-silently//changelog 2013-05-24 09:29:17.391228144 +0000
+++ new-haskell-silently//changelog 2013-05-24 09:29:17.391228144 +0000
@@ -1,6 +1,7 @@
haskell-silently (1.2.4-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:54:59 +0200
diff -rN -u old-haskell-silently//control new-haskell-silently//control
--- old-haskell-silently//control 2013-05-24 09:29:17.383157359 +0000
+++ new-haskell-silently//control 2013-05-24 09:29:17.395325233 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint 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,13 +22,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: prevent or capture writing to stdout and other handles
+Description: prevent or capture writing to stdout and other handles${haskell:ShortBlurb}
Need to prevent output to the terminal, a file, or stderr? Need to
capture it and use it for your own means? Now you can, with silence
and capture.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-silently-prof
Architecture: any
@@ -37,13 +36,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: prevent or capture writing to stdout and other handles; profiling libraries
+Description: prevent or capture writing to stdout and other handles${haskell:ShortBlurb}
Need to prevent output to the terminal, a file, or stderr? Need to
capture it and use it for your own means? Now you can, with silence
and capture.
.
- 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-silently-doc
Section: doc
@@ -51,11 +49,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: prevent or capture writing to stdout and other handles; documentation
+Description: prevent or capture writing to stdout and other handles${haskell:ShortBlurb}
Need to prevent output to the terminal, a file, or stderr? Need to
capture it and use it for your own means? Now you can, with silence
and capture.
.
- 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