[Pkg-haskell-commits] darcs: haskell-gd: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:10 UTC 2013
Fri May 24 08:54:52 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 71acc7cdc4f53dd7bf100fde5493e949
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:52 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 71acc7cdc4f53dd7bf100fde5493e949
diff -rN -u old-haskell-gd//changelog new-haskell-gd//changelog
--- old-haskell-gd//changelog 2013-05-24 09:23:09.906044362 +0000
+++ new-haskell-gd//changelog 2013-05-24 09:23:09.910046373 +0000
@@ -1,6 +1,7 @@
haskell-gd (3000.7.3-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:53:33 +0200
diff -rN -u old-haskell-gd//control new-haskell-gd//control
--- old-haskell-gd//control 2013-05-24 09:23:09.898060880 +0000
+++ new-haskell-gd//control 2013-05-24 09:23:09.910046373 +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
, libgd2-xpm-dev
@@ -24,11 +24,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to the GD graphics library
+Description: bindings to the GD graphics library${haskell:ShortBlurb}
Haskell bindings to a subset of libgd.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-gd-prof
Architecture: any
@@ -37,11 +36,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: bindings to the GD graphics library; profiling libraries
+Description: bindings to the GD graphics library${haskell:ShortBlurb}
Haskell bindings to a subset of libgd.
.
- 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-gd-doc
Section: doc
@@ -49,9 +47,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: bindings to the GD graphics library; documentation
+Description: bindings to the GD graphics library${haskell:ShortBlurb}
Haskell bindings to a subset of libgd.
.
- 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