summaryrefslogtreecommitdiff
path: root/p/haskell-safecopy
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:44 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:55:44 +0400
commitc0b14e286380b4758c636a4f114a6f738ab48820 (patch)
tree49feba81d8754fdabe4c2856bca09bc9a819920e /p/haskell-safecopy
parent7c50a8bb8f1d37b124d70c88c76fa37c2f87673c (diff)
downloadDHG_packages-c0b14e286380b4758c636a4f114a6f738ab48820.tar.gz
haskell-safecopy: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-safecopy')
-rw-r--r--p/haskell-safecopy/debian/changelog1
-rw-r--r--p/haskell-safecopy/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-safecopy/debian/changelog b/p/haskell-safecopy/debian/changelog
index 17e9e8b76..71729256e 100644
--- a/p/haskell-safecopy/debian/changelog
+++ b/p/haskell-safecopy/debian/changelog
@@ -1,6 +1,7 @@
haskell-safecopy (0.7.1-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:54:52 +0200
diff --git a/p/haskell-safecopy/debian/control b/p/haskell-safecopy/debian/control
index 1240bde44..ba141e693 100644
--- a/p/haskell-safecopy/debian/control
+++ b/p/haskell-safecopy/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Giovanni Mascellani <gio@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-cereal-dev (>= 0.3.1.0)
@@ -28,14 +28,13 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell serialization library with version control - GHC libraries
+Description: Haskell serialization library with version control - GHC libraries${haskell:ShortBlurb}
SafeCopy is an extension to cereal, a Haskell serialization library:
it adds the ability to define new versions of some data tpe and
automatically convert variables serialized with an old format to a
newer one.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-safecopy-prof
Architecture: any
@@ -44,14 +43,13 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell serialization library with version control - GHC profiling libraries
+Description: Haskell serialization library with version control - GHC profiling libraries${haskell:ShortBlurb}
SafeCopy is an extension to cereal, a Haskell serialization library:
it adds the ability to define new versions of some data tpe and
automatically convert variables serialized with an old format to a
newer one.
.
- 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-safecopy-doc
Section: doc
@@ -59,12 +57,10 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell serialization library with version control - documentation
+Description: Haskell serialization library with version control - documentation${haskell:ShortBlurb}
SafeCopy is an extension to cereal, a Haskell serialization library:
it adds the ability to define new versions of some data tpe and
automatically convert variables serialized with an old format to a
newer one.
.
- 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}