[Pkg-haskell-commits] darcs: haskell-haskeline: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:55 UTC 2013
Fri May 24 08:55:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9612964918299141ce7bc87e436a4dc7
M ./changelog +1
M ./control -12 +7
Fri May 24 08:55:00 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9612964918299141ce7bc87e436a4dc7
diff -rN -u old-haskell-haskeline//changelog new-haskell-haskeline//changelog
--- old-haskell-haskeline//changelog 2013-05-24 09:23:54.915038039 +0000
+++ new-haskell-haskeline//changelog 2013-05-24 09:23:54.919036342 +0000
@@ -1,6 +1,7 @@
haskell-haskeline (0.7.0.3-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:53:43 +0200
diff -rN -u old-haskell-haskeline//control new-haskell-haskeline//control
--- old-haskell-haskeline//control 2013-05-24 09:23:54.911037184 +0000
+++ new-haskell-haskeline//control 2013-05-24 09:23:54.922040968 +0000
@@ -5,7 +5,7 @@
Uploaders: Marco Túlio Gontijo e Silva <marcot at debian.org>, Clint Adams <clint at debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -30,9 +30,8 @@
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: A command-line interface for user input, written in Haskell
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: A command-line interface for user input, written in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Haskeline provides a user interface for line input in command-line
programs. This library is similar in purpose to readline, but since it is
@@ -46,10 +45,8 @@
Depends: ${haskell:Depends}
, ${misc:Depends}
Provides: ${haskell:Provides}
-Description: A command-line interface for user input; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: A command-line interface for user input${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Haskeline provides a user interface for line input in command-line
programs. This library is similar in purpose to readline, but since it is
@@ -64,10 +61,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: A command-line interface for user input, written in Haskell; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: A command-line interface for user input, written in Haskell${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
Haskeline provides a user interface for line input in command-line
programs. This library is similar in purpose to readline, but since it is
More information about the Pkg-haskell-commits
mailing list