[Pkg-haskell-commits] darcs: haskell-vty: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:31:06 UTC 2013
Fri May 24 08:56:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1ba2efadf48e3fd98a13d2793e28b0ea
M ./changelog +1
M ./control -10 +7
Fri May 24 08:56:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 1ba2efadf48e3fd98a13d2793e28b0ea
diff -rN -u old-haskell-vty//changelog new-haskell-vty//changelog
--- old-haskell-vty//changelog 2013-05-24 09:31:06.762270043 +0000
+++ new-haskell-vty//changelog 2013-05-24 09:31:06.762270043 +0000
@@ -1,6 +1,7 @@
haskell-vty (4.7.0.20-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:55:25 +0200
diff -rN -u old-haskell-vty//control new-haskell-vty//control
--- old-haskell-vty//control 2013-05-24 09:31:06.758040859 +0000
+++ new-haskell-vty//control 2013-05-24 09:31:06.766269720 +0000
@@ -5,7 +5,7 @@
Uploaders: Eric Warmenhoven <warmenhoven at debian.org>, Clint Adams <clint at debian.org>
Build-Depends: cdbs,
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
libghc-mtl-dev (>= 1.1.1),
@@ -41,9 +41,8 @@
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Terminal interface library for ghc
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Terminal interface library for ghc${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
@@ -53,9 +52,8 @@
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Terminal interface library for ghc; profiling libraries
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Terminal interface library for ghc${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
@@ -66,9 +64,8 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Terminal interface library for ghc; API documentation
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Terminal interface library for ghc${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Vty is a terminal interface/control library for Haskell. It has a
very easy API.
More information about the Pkg-haskell-commits
mailing list