[Pkg-haskell-commits] darcs: hscolour: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:32:34 UTC 2013
Fri May 24 09:12:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bddcafe165151927e07eea8fada54f1d
M ./changelog +1
M ./control -8 +8
Fri May 24 09:12:25 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: bddcafe165151927e07eea8fada54f1d
diff -rN -u old-hscolour//changelog new-hscolour//changelog
--- old-hscolour//changelog 2013-05-24 09:32:34.823324404 +0000
+++ new-hscolour//changelog 2013-05-24 09:32:34.827291377 +0000
@@ -2,6 +2,7 @@
* Bump haskell-devscripts dependency, due to new features
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 16 Mar 2013 22:35:16 +0100
diff -rN -u old-hscolour//control new-hscolour//control
--- old-hscolour//control 2013-05-24 09:32:34.819276228 +0000
+++ new-hscolour//control 2013-05-24 09:32:34.831268518 +0000
@@ -5,7 +5,7 @@
Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
Build-Depends: debhelper (>= 9),
cdbs,
- haskell-devscripts (>= 0.8.14),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof
Build-Depends-Indep: ghc-doc
@@ -17,7 +17,7 @@
Package: hscolour
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Haskell program to colourise Haskell code
+Description: Haskell program to colourise Haskell code${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
@@ -28,12 +28,12 @@
Suggests: ${haskell:Suggests}, drift (>= 2.2.0)
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: GHC libraries for colourising Haskell code
+Description: GHC libraries for colourising Haskell code${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hscolour-prof
Architecture: any
@@ -41,12 +41,12 @@
Suggests: ${haskell:Suggests}
Recommends: ${haskell:Recommends}
Provides: ${haskell:Provides}
-Description: Profiling libraries for colourising Haskell code
+Description: Profiling libraries for colourising Haskell code${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-hscolour-doc
Architecture: all
@@ -54,9 +54,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Documentation for libghc-hscolour-dev
+Description: Documentation for libghc-hscolour-dev${haskell:ShortBlurb}
HsColour currently has five output formats: ANSI terminal codes, HTML 3.2
with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client
codes.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list