summaryrefslogtreecommitdiff
path: root/p/haskell-classy-prelude
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:25 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:25 +0400
commit41d3b6cd73451d3815ad9fbd9c38c5823b9d03d9 (patch)
tree7963b1bb0003cffb742a7aec849018524cdfdf2b /p/haskell-classy-prelude
parent9b55d2a7c2da02e41b056177fed7eeb389fbb132 (diff)
downloadDHG_packages-41d3b6cd73451d3815ad9fbd9c38c5823b9d03d9.tar.gz
haskell-classy-prelude: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-classy-prelude')
-rw-r--r--p/haskell-classy-prelude/debian/changelog1
-rw-r--r--p/haskell-classy-prelude/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-classy-prelude/debian/changelog b/p/haskell-classy-prelude/debian/changelog
index 2d051fb1d..a5336acba 100644
--- a/p/haskell-classy-prelude/debian/changelog
+++ b/p/haskell-classy-prelude/debian/changelog
@@ -1,6 +1,7 @@
haskell-classy-prelude (0.5.4-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:00 +0200
diff --git a/p/haskell-classy-prelude/debian/control b/p/haskell-classy-prelude/debian/control
index dd8296600..f914cefad 100644
--- a/p/haskell-classy-prelude/debian/control
+++ b/p/haskell-classy-prelude/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Clint Adams <clint@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-basic-prelude-dev (>> 0.3.4)
@@ -50,14 +50,13 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: typeclass-based prelude
+Description: typeclass-based prelude${haskell:ShortBlurb}
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-classy-prelude-prof
Architecture: any
@@ -66,14 +65,13 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: typeclass-based prelude; profiling libraries
+Description: typeclass-based prelude${haskell:ShortBlurb}
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
- 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-classy-prelude-doc
Section: doc
@@ -81,12 +79,10 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: typeclass-based prelude; documentation
+Description: typeclass-based prelude${haskell:ShortBlurb}
Focuses on using common typeclasses when possible, and creating new ones
to avoid name clashing. Exposes many recommended datastructures (Map,
ByteString, etc) directly without requiring long import lists and
qualified modules.
.
- 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}