summaryrefslogtreecommitdiff
path: root/p/haskell-src-exts/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:20 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 13:12:20 +0400
commit89fdaa1a84579334d76f063093f180d0e8dc638b (patch)
tree7666df0a7e3de7d2f209ed641546a029a8d049de /p/haskell-src-exts/debian
parent5f9cca61142e0a5102193cae7519c55269f030bb (diff)
downloadDHG_packages-89fdaa1a84579334d76f063093f180d0e8dc638b.tar.gz
haskell-src-exts: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-src-exts/debian')
-rw-r--r--p/haskell-src-exts/debian/changelog1
-rw-r--r--p/haskell-src-exts/debian/control14
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-src-exts/debian/changelog b/p/haskell-src-exts/debian/changelog
index 101d873df..f13b4d4b3 100644
--- a/p/haskell-src-exts/debian/changelog
+++ b/p/haskell-src-exts/debian/changelog
@@ -1,6 +1,7 @@
haskell-src-exts (1.13.5-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:55:03 +0200
diff --git a/p/haskell-src-exts/debian/control b/p/haskell-src-exts/debian/control
index 4808e257b..4de4a04bd 100644
--- a/p/haskell-src-exts/debian/control
+++ b/p/haskell-src-exts/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, ghc-doc
@@ -25,7 +25,7 @@ Depends: ${haskell:Depends}
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell-Source with eXtensions library for GHC
+Description: Haskell-Source with eXtensions library for GHC${haskell:ShortBlurb}
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
@@ -36,7 +36,7 @@ Description: Haskell-Source with eXtensions library for GHC
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-src-exts-prof
Architecture: any
@@ -45,7 +45,7 @@ Depends: ${haskell:Depends}
, ${misc:Depends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell-Source with eXtensions library for GHC; profiling libraries
+Description: Haskell-Source with eXtensions library for GHC${haskell:ShortBlurb}
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
@@ -56,7 +56,7 @@ Description: Haskell-Source with eXtensions library for GHC; profiling libraries
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-src-exts-doc
Replaces: haskell-src-exts-doc (<< 1.8.2-2)
@@ -67,7 +67,7 @@ Section: doc
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: API documentation of the haskell-src-exts library
+Description: API documentation of the haskell-src-exts library${haskell:ShortBlurb}
haskell-src-exts (HSX, haskell-source with extensions) is an extension of the
standard haskell-src package, and handles most common syntactic extensions to
Haskell, including:
@@ -78,4 +78,4 @@ Description: API documentation of the haskell-src-exts library
* Implicit parameters (ghc and hugs style)
* Template Haskell
.
- This package contains the library documentation.
+ ${haskell:Blurb}