[Pkg-haskell-commits] darcs: haskell-language-c: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:25:47 UTC 2013
Fri May 24 09:12:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: e65ff668efc6691c532b3ee3695e3f56
M ./changelog +1
M ./control -7 +7
Fri May 24 09:12:12 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: e65ff668efc6691c532b3ee3695e3f56
diff -rN -u old-haskell-language-c//changelog new-haskell-language-c//changelog
--- old-haskell-language-c//changelog 2013-05-24 09:25:47.010060333 +0000
+++ new-haskell-language-c//changelog 2013-05-24 09:25:47.010060333 +0000
@@ -1,6 +1,7 @@
haskell-language-c (0.4.2-4) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:08 +0200
diff -rN -u old-haskell-language-c//control new-haskell-language-c//control
--- old-haskell-language-c//control 2013-05-24 09:25:47.002044411 +0000
+++ new-haskell-language-c//control 2013-05-24 09:25:47.010060333 +0000
@@ -5,7 +5,7 @@
Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>, Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, alex
@@ -25,13 +25,13 @@
, ${misc:Depends}
Suggests: libghc-language-c-doc (= ${source:Version})
Provides: ${haskell:Provides}
-Description: Haskell library for the analysis and generation of C code
+Description: Haskell library for the analysis and generation of C code${haskell:ShortBlurb}
.
Language C is a haskell library for the analysis and generation of C code. It
features a complete, well tested parser and pretty printer for all of C99 and
a large set of GNU extensions.
.
- This package contains the libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-language-c-prof
Architecture: any
@@ -40,23 +40,23 @@
, ${misc:Depends}
Suggests: haskell-language-c-doc (= ${source:Version})
Provides: ${haskell:Provides}
-Description: Profiling libraries for Haskell Library.C module
+Description: Profiling libraries for Haskell Library.C module${haskell:ShortBlurb}
.
Language C is a haskell library for the analysis and generation of C code. It
features a complete, well tested parser and pretty printer for all of C99 and
a large set of GNU extensions.
.
- This package contains the profiling libraries compiled for GHC.
+ ${haskell:Blurb}
Package: libghc-language-c-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
-Description: Documentation for Haskell Library.C module
+Description: Documentation for Haskell Library.C module${haskell:ShortBlurb}
.
Language C is a haskell library for the analysis and generation of C code. It
features a complete, well tested parser and pretty printer for all of C99 and
a large set of GNU extensions.
.
- This package contains the library documentation.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list