[Pkg-haskell-commits] darcs: haskell-data-accessor: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:21:40 UTC 2013
Fri May 24 08:54:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 63b13e6b99d06a6a2f1ca6b484ba557
M ./changelog +1
M ./control -12 +7
Fri May 24 08:54:35 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 63b13e6b99d06a6a2f1ca6b484ba557
diff -rN -u old-haskell-data-accessor//changelog new-haskell-data-accessor//changelog
--- old-haskell-data-accessor//changelog 2013-05-24 09:21:40.811035202 +0000
+++ new-haskell-data-accessor//changelog 2013-05-24 09:21:40.815035762 +0000
@@ -1,6 +1,7 @@
haskell-data-accessor (0.2.2.3-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:53:11 +0200
diff -rN -u old-haskell-data-accessor//control new-haskell-data-accessor//control
--- old-haskell-data-accessor//control 2013-05-24 09:21:40.811035202 +0000
+++ new-haskell-data-accessor//control 2013-05-24 09:21:40.815035762 +0000
@@ -4,7 +4,7 @@
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>, Clint Adams <clint at debian.org>, Iulian Udrea <iulian at physics.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13),
+Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
ghc, ghc-prof,
libghc-transformers-dev (>= 0.2),
libghc-transformers-dev (<< 0.4),
@@ -22,9 +22,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Utilities for accessing and manipulating fields of records
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
With this library you can define record field accessors which allow
setting, getting and modifying values easily. You can combine accessors
@@ -37,10 +36,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Utilities for accessing and manipulating fields of records; profiling libraries
- This package provides a library for the Haskell programming language
- compiled for profiling.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
With this library you can define record field accessors which allow
setting, getting and modifying values easily. You can combine accessors
@@ -53,10 +50,8 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Utilities for accessing and manipulating fields of records; documentation
- This package provides the documentation for a library for the Haskell
- programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Utilities for accessing and manipulating fields of records${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
With this library you can define record field accessors which allow
setting, getting and modifying values easily. You can combine accessors
More information about the Pkg-haskell-commits
mailing list