[Pkg-haskell-commits] darcs: haskell-knob: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:44 UTC 2013
Fri May 24 09:06:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c580ee8ce98df1a3b342403e1861cde6
M ./changelog +1
M ./control -12 +7
Fri May 24 09:06:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c580ee8ce98df1a3b342403e1861cde6
diff -rN -u old-haskell-knob//changelog new-haskell-knob//changelog
--- old-haskell-knob//changelog 2013-05-24 09:25:44.210622714 +0000
+++ new-haskell-knob//changelog 2013-05-24 09:25:44.215038758 +0000
@@ -1,6 +1,7 @@
haskell-knob (0.1.1-3) 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:08 +0200
diff -rN -u old-haskell-knob//control new-haskell-knob//control
--- old-haskell-knob//control 2013-05-24 09:25:44.207038275 +0000
+++ new-haskell-knob//control 2013-05-24 09:25:44.219037669 +0000
@@ -7,7 +7,7 @@
Build-Depends:
cdbs
, debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc (>= 6.12)
, ghc-prof
, libghc-transformers-dev (>= 0.2)
@@ -30,12 +30,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell library for memory-backed handles
+Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
Create memory-backed Handles, referencing virtual files. This is mostly useful
for testing Handle-based APIs without having to interact with the filesystem.
.
- This package provides a library written in the Haskell programming
- language. See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-knob-prof
Architecture: any
@@ -45,13 +44,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell library for memory-backed handles; profiling libraries
+Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
Create memory-backed Handles, referencing virtual files. This is mostly useful
for testing Handle-based APIs without having to interact with the filesystem.
.
- This package provides a library written in the Haskell programming language,
- compiled for profiling. See http://www.haskell.org/ for more information on
- Haskell.
+ ${haskell:Blurb}
Package: libghc-knob-doc
Section: doc
@@ -61,10 +58,8 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell library for memory-backed handles; documentation
+Description: Haskell library for memory-backed handles${haskell:ShortBlurb}
Create memory-backed Handles, referencing virtual files. This is mostly useful
for testing Handle-based APIs without having to interact with the filesystem.
.
- This package provides documentation for a library written in 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