summaryrefslogtreecommitdiff
path: root/p/hlint/debian
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:56:23 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2013-05-24 12:56:23 +0400
commitcfa6f523fcb243a83a02572020dc4a11be2c0fa6 (patch)
tree6ea3f7723fbeaea325069255795646df70dce3ae /p/hlint/debian
parent9ee7b2cd0b0f3f269a5e2f3d77570b961f0444e1 (diff)
downloadDHG_packages-cfa6f523fcb243a83a02572020dc4a11be2c0fa6.tar.gz
hlint: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/hlint/debian')
-rw-r--r--p/hlint/debian/changelog1
-rw-r--r--p/hlint/debian/control21
2 files changed, 10 insertions, 12 deletions
diff --git a/p/hlint/debian/changelog b/p/hlint/debian/changelog
index 1c61f6a9f..1b5a80a6f 100644
--- a/p/hlint/debian/changelog
+++ b/p/hlint/debian/changelog
@@ -1,6 +1,7 @@
hlint (1.8.43-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:45 +0200
diff --git a/p/hlint/debian/control b/p/hlint/debian/control
index 5e2d555cb..cbdb32926 100644
--- a/p/hlint/debian/control
+++ b/p/hlint/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Joachim Breitner <nomeata@debian.org>
Build-Depends: cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
debhelper (>= 9),
ghc,
libghc-transformers-dev (<< 0.4),
@@ -35,7 +35,7 @@ Package: hlint
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: ghc
-Description: Haskell source code suggestions
+Description: Haskell source code suggestions${haskell:ShortBlurb}
HLint gives suggestions on how to improve your source code. It can either
print them directly, or generated a colored HTML output.
@@ -47,15 +47,14 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell source code suggestions; library
+Description: Haskell source code suggestions${haskell:ShortBlurb}
HLint gives suggestions on how to improve your source code. It can either
print them directly, or generated a colored HTML output.
.
This is the HLint library, used by programs that want to incorporate HLint's
functionality.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-hlint-prof
Architecture: any
@@ -64,15 +63,14 @@ Depends: ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell source code suggestions; profiling libraries
+Description: Haskell source code suggestions${haskell:ShortBlurb}
HLint gives suggestions on how to improve your source code. It can either
print them directly, or generated a colored HTML output.
.
This is the HLint library, used by programs that want to incorporate HLint's
functionality.
.
- 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-hlint-doc
Section: doc
@@ -80,13 +78,12 @@ Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell source code suggestions; library documentation
+Description: Haskell source code suggestions${haskell:ShortBlurb}
HLint gives suggestions on how to improve your source code. It can either
print them directly, or generated a colored HTML output.
.
This is the HLint library, used by programs that want to incorporate HLint's
functionality.
.
- 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}
+