summaryrefslogtreecommitdiff
path: root/p/haskell-byteorder
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:18 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:54:18 +0400
commitd97050531e5690216cf017cdbfcbdd3781a4e430 (patch)
treeb9320d63a6c65fee9882fa53e0ac6c0628aa6ec6 /p/haskell-byteorder
parentc1c1d6aa257da13af359776111412e7dd71a31d7 (diff)
downloadDHG_packages-d97050531e5690216cf017cdbfcbdd3781a4e430.tar.gz
haskell-byteorder: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-byteorder')
-rw-r--r--p/haskell-byteorder/debian/changelog1
-rw-r--r--p/haskell-byteorder/debian/control18
2 files changed, 8 insertions, 11 deletions
diff --git a/p/haskell-byteorder/debian/changelog b/p/haskell-byteorder/debian/changelog
index 4be2649d8..42faa9b32 100644
--- a/p/haskell-byteorder/debian/changelog
+++ b/p/haskell-byteorder/debian/changelog
@@ -1,6 +1,7 @@
haskell-byteorder (1.0.3-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:51 +0200
diff --git a/p/haskell-byteorder/debian/control b/p/haskell-byteorder/debian/control
index 973f48342..e94968982 100644
--- a/p/haskell-byteorder/debian/control
+++ b/p/haskell-byteorder/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
Build-Depends-Indep: ghc-doc
@@ -22,11 +22,10 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: exposes the native endianness or byte ordering of the system
+Description: exposes the native endianness or byte ordering of the system${haskell:ShortBlurb}
This is for working with the native byte-ordering of the system.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-byteorder-prof
Architecture: any
@@ -35,11 +34,10 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: exposes the native endianness of the system; profiling libraries
+Description: exposes the native endianness of the system${haskell:ShortBlurb}
This is for working with the native byte-ordering of the system.
.
- 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-byteorder-doc
Section: doc
@@ -47,9 +45,7 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: exposes the native endianness or byte ordering of the system; documentation
+Description: exposes the native endianness or byte ordering of the system${haskell:ShortBlurb}
This is for working with the native byte-ordering of the system.
.
- 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}