[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-lib=7Aip?=: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:26:00 UTC 2013
Fri May 24 08:55:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: fda9359b114fcca6cec764ac9d3d0e55
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:14 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: fda9359b114fcca6cec764ac9d3d0e55
diff -rN -u old-haskell-libzip//changelog new-haskell-libzip//changelog
--- old-haskell-libzip//changelog 2013-05-24 09:26:00.551039252 +0000
+++ new-haskell-libzip//changelog 2013-05-24 09:26:00.555042396 +0000
@@ -1,6 +1,7 @@
haskell-libzip (0.10.2-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:12 +0200
diff -rN -u old-haskell-libzip//control new-haskell-libzip//control
--- old-haskell-libzip//control 2013-05-24 09:26:00.547037625 +0000
+++ new-haskell-libzip//control 2013-05-24 09:26:00.555042396 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-bindings-libzip-dev (>> 0.10)
@@ -30,11 +30,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell bindings to libzip
+Description: Haskell bindings to libzip${haskell:ShortBlurb}
This library supports reading, creating and modifying zip archive. It is based on libzip.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-libzip-prof
Architecture: any
@@ -43,11 +42,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell bindings to libzip; profiling libraries
+Description: Haskell bindings to libzip${haskell:ShortBlurb}
This library supports reading, creating and modifying zip archive. It is based on libzip.
.
- 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-libzip-doc
Section: doc
@@ -55,9 +53,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell bindings to libzip; documentation
+Description: Haskell bindings to libzip${haskell:ShortBlurb}
This library supports reading, creating and modifying zip archive. It is based on libzip.
.
- 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