[Pkg-haskell-commits] darcs: haskell-derive: Use substvars for the Haskell blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 14:54:57 UTC 2013
Sat May 25 14:47:56 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for the Haskell blurbs
Ignore-this: 2b62d6f6ab8fd3d23adfd64478179dc6
M ./changelog +1
M ./control -8 +8
Sat May 25 14:47:56 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for the Haskell blurbs
Ignore-this: 2b62d6f6ab8fd3d23adfd64478179dc6
diff -rN -u old-haskell-derive//changelog new-haskell-derive//changelog
--- old-haskell-derive//changelog 2013-05-25 14:54:56.954543573 +0000
+++ new-haskell-derive//changelog 2013-05-25 14:54:56.962546930 +0000
@@ -1,6 +1,7 @@
haskell-derive (2.5.11-3) UNRELEASED; urgency=low
* Fix VCS field
+ * Use substvars for the Haskell blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 16:45:55 +0200
diff -rN -u old-haskell-derive//control new-haskell-derive//control
--- old-haskell-derive//control 2013-05-25 14:54:56.946544633 +0000
+++ new-haskell-derive//control 2013-05-25 14:54:56.954543573 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Masayuki Hatta (mhatta) <mhatta at debian.org>
Build-Depends: debhelper (>= 9)
- , haskell-devscripts (>= 0.8)
+ , haskell-devscripts (>= 0.8.15)
, cdbs
, ghc
, ghc-prof
@@ -44,14 +44,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Deriving instances for data types in Haskell
+Description: Deriving instances for data types in Haskell${haskell:ShortBlurb}
Data.Derive is a library and a tool for deriving instances for Haskell
programs. It is designed to work with custom derivations, SYB and
Template Haskell mechanisms. The tool requires GHC, but the generated
code is portable to all compilers. This tool can be regarded as a
competitor to DrIFT.
.
- This package contains the normal library files.
+ ${haskell:Blurb}
Package: libghc-derive-prof
Architecture: any
@@ -60,14 +60,14 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Deriving instances for data types in Haskell
+Description: Deriving instances for data types in Haskell${haskell:ShortBlurb}
Data.Derive is a library and a tool for deriving instances for Haskell
programs. It is designed to work with custom derivations, SYB and
Template Haskell mechanisms. The tool requires GHC, but the generated
code is portable to all compilers. This tool can be regarded as a
competitor to DrIFT.
.
- This package contains the libraries compiled with profiling enabled.
+ ${haskell:Blurb}
Package: libghc-derive-doc
Architecture: all
@@ -76,14 +76,14 @@
, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Deriving instances for data types in Haskell
+Description: Deriving instances for data types in Haskell${haskell:ShortBlurb}
Data.Derive is a library and a tool for deriving instances for Haskell
programs. It is designed to work with custom derivations, SYB and
Template Haskell mechanisms. The tool requires GHC, but the generated
code is portable to all compilers. This tool can be regarded as a
competitor to DrIFT.
.
- This package contains the documentation files.
+ ${haskell:Blurb}
Package: haskell-derive-utils
Architecture: any
@@ -96,4 +96,4 @@
code is portable to all compilers. This tool can be regarded as a
competitor to DrIFT.
.
- This package contains an executable used with the derive library.
+ ${haskell:Blurb}
More information about the Pkg-haskell-commits
mailing list