summaryrefslogtreecommitdiff
path: root/p/haskell-erf
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:47 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:47 +0400
commit9a43038f0b0777f4a3302af5a6a5008ea1e8cfe4 (patch)
treeebf014c3b3055ebb9c69e549ddc4a11541ca5a19 /p/haskell-erf
parent32053bda349a3b2fefbbda0f6aabbaf07536cb0c (diff)
downloadDHG_packages-9a43038f0b0777f4a3302af5a6a5008ea1e8cfe4.tar.gz
haskell-erf: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-erf')
-rw-r--r--p/haskell-erf/debian/changelog1
-rw-r--r--p/haskell-erf/debian/control19
2 files changed, 8 insertions, 12 deletions
diff --git a/p/haskell-erf/debian/changelog b/p/haskell-erf/debian/changelog
index f33298dd7..076f24538 100644
--- a/p/haskell-erf/debian/changelog
+++ b/p/haskell-erf/debian/changelog
@@ -1,6 +1,7 @@
haskell-erf (2.0.0.0-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 09:53:26 +0200
diff --git a/p/haskell-erf/debian/control b/p/haskell-erf/debian/control
index 62d07ef27..4ae9087a7 100644
--- a/p/haskell-erf/debian/control
+++ b/p/haskell-erf/debian/control
@@ -6,7 +6,7 @@ Uploaders: Marco TĂșlio Gontijo e Silva <marcot@debian.org>, Iulian Udrea <iulia
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -23,9 +23,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: The error function, erf, and related functions
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: The error function, erf, and related functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
A type class for the error function, erf, and related functions. Instances for
Float and Double.
@@ -38,10 +37,8 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: The error function, erf, and related functions; profiling libraries
- This package provides a library for the Haskell programming language,
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: The error function, erf, and related functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
A type class for the error function, erf, and related functions. Instances for
Float and Double.
@@ -52,10 +49,8 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: The error function, erf, and related functions; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: The error function, erf, and related functions${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
A type class for the error function, erf, and related functions. Instances for
Float and Double.