diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:03 +0400 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2013-05-24 13:12:03 +0400 |
| commit | 6e8575724028d5ac726736979a55825b756e314c (patch) | |
| tree | 05b3c892d57e3b1dd1937c15df94721a68d77396 /p/haskell-github | |
| parent | cd1b6240310f7835b7ea2e2d42bef26586d2d6ea (diff) | |
| download | DHG_packages-6e8575724028d5ac726736979a55825b756e314c.tar.gz | |
haskell-github: Use substvars for Haskell description blurbs
Diffstat (limited to 'p/haskell-github')
| -rw-r--r-- | p/haskell-github/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-github/debian/control | 14 |
2 files changed, 8 insertions, 7 deletions
diff --git a/p/haskell-github/debian/changelog b/p/haskell-github/debian/changelog index a37323ce6..5ccac22a2 100644 --- a/p/haskell-github/debian/changelog +++ b/p/haskell-github/debian/changelog @@ -1,6 +1,7 @@ haskell-github (0.7.0-2) UNRELEASED; urgency=low * Bump standards version to 3.9.4 + * Use substvars for Haskell description blurbs -- Joachim Breitner <nomeata@debian.org> Fri, 24 May 2013 10:20:58 +0200 diff --git a/p/haskell-github/debian/control b/p/haskell-github/debian/control index 9ddb7fb11..d32b5b4a5 100644 --- a/p/haskell-github/debian/control +++ b/p/haskell-github/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or Uploaders: Joey Hess <joeyh@debian.org> Build-Depends: debhelper (>= 9) , cdbs - , haskell-devscripts (>= 0.8.13) + , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-aeson-dev (>= 0.6.1.0) @@ -57,13 +57,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell Github API - GHC libraries +Description: Haskell Github API${haskell:ShortBlurb} The Github API provides programmatic access to the full Github Web site, from Issues to Gists to repos down to the underlying git data like references and trees. This library wraps all of that, exposing a basic but Haskell-friendly set of functions and data structures. . - This package contains the libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-github-prof Architecture: any @@ -72,13 +72,13 @@ Depends: ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} -Description: Haskell Github API - GHC profiling libraries +Description: Haskell Github API${haskell:ShortBlurb} The Github API provides programmatic access to the full Github Web site, from Issues to Gists to repos down to the underlying git data like references and trees. This library wraps all of that, exposing a basic but Haskell-friendly set of functions and data structures. . - This package contains the profiling libraries compiled for GHC. + ${haskell:Blurb} Package: libghc-github-doc Section: doc @@ -86,10 +86,10 @@ Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} -Description: Haskell Github API - documentation +Description: Haskell Github API${haskell:ShortBlurb} The Github API provides programmatic access to the full Github Web site, from Issues to Gists to repos down to the underlying git data like references and trees. This library wraps all of that, exposing a basic but Haskell-friendly set of functions and data structures. . - This package contains the library documentation. + ${haskell:Blurb} |
