[Pkg-haskell-commits] darcs: =?UTF-8?Q?haskell-bindings-lib=7Aip?=: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:51 UTC 2013
Fri May 24 08:54:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 7ac4496dac7171eff4bccce0ac467068
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:15 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 7ac4496dac7171eff4bccce0ac467068
diff -rN -u old-haskell-bindings-libzip//changelog new-haskell-bindings-libzip//changelog
--- old-haskell-bindings-libzip//changelog 2013-05-24 09:19:51.075070217 +0000
+++ new-haskell-bindings-libzip//changelog 2013-05-24 09:19:51.079043804 +0000
@@ -1,6 +1,7 @@
haskell-bindings-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:52:46 +0200
diff -rN -u old-haskell-bindings-libzip//control new-haskell-bindings-libzip//control
--- old-haskell-bindings-libzip//control 2013-05-24 09:19:51.065734978 +0000
+++ new-haskell-bindings-libzip//control 2013-05-24 09:19:51.079043804 +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-dsl-dev (>= 1.0)
@@ -27,12 +27,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: low-level Haskell bindings to libzip
+Description: low-level Haskell bindings to libzip${haskell:ShortBlurb}
This package provides low-level bindings to libzip library. For a higher-level
interface please use the libghc-libzip-dev package.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-bindings-libzip-prof
Architecture: any
@@ -41,12 +40,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: low-level Haskell bindings to libzip; profiling libraries
+Description: low-level Haskell bindings to libzip${haskell:ShortBlurb}
This package provides low-level bindings to libzip library. For a higher-level
interface please use the libghc-libzip-dev package.
.
- 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-bindings-libzip-doc
Section: doc
@@ -54,10 +52,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: low-level Haskell bindings to libzip; documentation
+Description: low-level Haskell bindings to libzip${haskell:ShortBlurb}
This package provides low-level bindings to libzip library. For a higher-level
interface please use the libghc-libzip-dev package.
.
- 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