[Pkg-haskell-commits] darcs: haskell-temporary: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:30:06 UTC 2013
Fri May 24 08:55:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 62461e180db7cf41e55eba1e8dcbc278
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:58 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 62461e180db7cf41e55eba1e8dcbc278
diff -rN -u old-haskell-temporary//changelog new-haskell-temporary//changelog
--- old-haskell-temporary//changelog 2013-05-24 09:30:06.369536572 +0000
+++ new-haskell-temporary//changelog 2013-05-24 09:30:06.373536666 +0000
@@ -1,6 +1,7 @@
haskell-temporary (1.1.2.4-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:55:11 +0200
diff -rN -u old-haskell-temporary//control new-haskell-temporary//control
--- old-haskell-temporary//control 2013-05-24 09:30:06.365535463 +0000
+++ new-haskell-temporary//control 2013-05-24 09:30:06.373536666 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
Build-Depends-Indep: ghc-doc
@@ -22,13 +22,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Temporary files and directories
+Description: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-temporary-prof
Architecture: any
@@ -37,13 +36,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Temporary files and directories; profiling libraries
+Description: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
- 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-temporary-doc
Section: doc
@@ -51,11 +49,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Temporary files and directories; documentation
+Description: Temporary files and directories${haskell:ShortBlurb}
This library provide functions to create temporary files and directories. The
code comes from the Cabal library, and is extracted into this package so that
it can be used idependently of Cabal.
.
- 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}
More information about the Pkg-haskell-commits
mailing list