summaryrefslogtreecommitdiff
path: root/p/haskell-cereal
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:11:59 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:11:59 +0400
commit887526f66dc62e230983460a623234cbd16ce74a (patch)
treed3cea4b931a90bd5cbd08465fd683d983669668b /p/haskell-cereal
parent8e2bb34ffa13f0852029821d713187f0de191236 (diff)
downloadDHG_packages-887526f66dc62e230983460a623234cbd16ce74a.tar.gz
haskell-cereal: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-cereal')
-rw-r--r--p/haskell-cereal/debian/changelog1
-rw-r--r--p/haskell-cereal/debian/control14
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-cereal/debian/changelog b/p/haskell-cereal/debian/changelog
index dadff1754..9a3a0392d 100644
--- a/p/haskell-cereal/debian/changelog
+++ b/p/haskell-cereal/debian/changelog
@@ -1,6 +1,7 @@
haskell-cereal (0.3.5.2-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:52:55 +0200
diff --git a/p/haskell-cereal/debian/control b/p/haskell-cereal/debian/control
index 335064cd3..5ebae7b5a 100644
--- a/p/haskell-cereal/debian/control
+++ b/p/haskell-cereal/debian/control
@@ -3,7 +3,7 @@ Section: haskell
Priority: optional
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>
-Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.13),
+Build-Depends: cdbs, debhelper (>= 9), haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
ghc-doc,
@@ -18,14 +18,14 @@ Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: binary serialization library
+Description: binary serialization library${haskell:ShortBlurb}
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-cereal-prof
Architecture: any
@@ -33,14 +33,14 @@ Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
Suggests: ${haskell:Suggests}
-Description: binary serialization library; profiling library
+Description: binary serialization library${haskell:ShortBlurb}
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-cereal-doc
Architecture: all
@@ -48,11 +48,11 @@ Section: doc
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: binary serialization library; documentation
+Description: binary serialization library${haskell:ShortBlurb}
A binary serialization library, similar to binary, that introduces an isolate
primitive for parser isolation, and replaces the asynchronous errors with a
user-handleable Either type. Similar to binary in performance, but uses a
strict ByteString instead of a lazy ByteString, thus restricting it to
operating on finite inputs.
.
- This package contains the library documentation.
+ ${haskell:Blurb}