[Pkg-haskell-commits] darcs: haskell-github: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:18 UTC 2013
Fri May 24 09:12:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9eb79c80384081b16e089e32789e72be
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:03 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 9eb79c80384081b16e089e32789e72be
diff -rN -u old-haskell-github//changelog new-haskell-github//changelog
--- old-haskell-github//changelog 2013-05-24 09:23:18.021575727 +0000
+++ new-haskell-github//changelog 2013-05-24 09:23:18.021575727 +0000
@@ -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 at debian.org> Fri, 24 May 2013 10:20:58 +0200
diff -rN -u old-haskell-github//control new-haskell-github//control
--- old-haskell-github//control 2013-05-24 09:23:18.013551240 +0000
+++ new-haskell-github//control 2013-05-24 09:23:18.025580422 +0000
@@ -5,7 +5,7 @@
Uploaders: Joey Hess <joeyh at 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 @@
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 @@
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 @@
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}
More information about the Pkg-haskell-commits
mailing list