[Pkg-haskell-commits] darcs: haskell-unix-compat: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:40 UTC 2013
Fri May 24 09:12:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 26b5cfac215f04abbab767d0bbe9a4d2
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:23 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 26b5cfac215f04abbab767d0bbe9a4d2
diff -rN -u old-haskell-unix-compat//changelog new-haskell-unix-compat//changelog
--- old-haskell-unix-compat//changelog 2013-05-24 09:30:40.057544063 +0000
+++ new-haskell-unix-compat//changelog 2013-05-24 09:30:40.057544063 +0000
@@ -1,6 +1,7 @@
haskell-unix-compat (0.4.0.0-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:19 +0200
diff -rN -u old-haskell-unix-compat//control new-haskell-unix-compat//control
--- old-haskell-unix-compat//control 2013-05-24 09:30:40.051055414 +0000
+++ new-haskell-unix-compat//control 2013-05-24 09:30:40.061543881 +0000
@@ -5,7 +5,7 @@
Uploaders: Giovanni Mascellani <gio at debian.org>
Build-Depends:
debhelper (>= 9),
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
cdbs,
ghc,
ghc-prof
@@ -25,13 +25,13 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell portable POSIX-compatible layer - GHC libraries
+Description: Haskell portable POSIX-compatible layer${haskell:ShortBlurb}
This package provides portable Haskell implementations of some POSIX
system calls contained in the unix package. This package re-exports the
unix package when available. When it isn't available, portable
implementations are used.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-unix-compat-prof
Architecture: any
@@ -41,13 +41,13 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Haskell portable POSIX-compatible layer - GHC profiling libraries
+Description: Haskell portable POSIX-compatible layer${haskell:ShortBlurb}
This package provides portable Haskell implementations of some POSIX
system calls contained in the unix package. This package re-exports the
unix package when available. When it isn't available, portable
implementations are used.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-unix-compat-doc
Section: doc
@@ -57,10 +57,10 @@
${misc:Depends}
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
-Description: Haskell portable POSIX-compatible layer - documentation
+Description: Haskell portable POSIX-compatible layer${haskell:ShortBlurb}
This package provides portable Haskell implementations of some POSIX
system calls contained in the unix package. This package re-exports the
unix package when available. When it isn't available, portable
implementations are used.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list