[Pkg-haskell-commits] darcs: haskell-data-lens: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:21:51 UTC 2013
Fri May 24 08:54:38 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c2e1d0e7cbf88099cf1d151336346fe4
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:38 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: c2e1d0e7cbf88099cf1d151336346fe4
diff -rN -u old-haskell-data-lens//changelog new-haskell-data-lens//changelog
--- old-haskell-data-lens//changelog 2013-05-24 09:21:51.483077044 +0000
+++ new-haskell-data-lens//changelog 2013-05-24 09:21:51.487095282 +0000
@@ -1,6 +1,7 @@
haskell-data-lens (2.10.2-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:13 +0200
diff -rN -u old-haskell-data-lens//control new-haskell-data-lens//control
--- old-haskell-data-lens//control 2013-05-24 09:21:51.479038130 +0000
+++ new-haskell-data-lens//control 2013-05-24 09:21:51.487095282 +0000
@@ -6,7 +6,7 @@
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 9),
cdbs,
- haskell-devscripts (>= 0.8.13),
+ haskell-devscripts (>= 0.8.15),
ghc,
ghc-prof,
libghc-comonad-dev (>= 1.1.1.3),
@@ -37,11 +37,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 Lenses;
+Description: Haskell 98 Lenses;${haskell:ShortBlurb}
A lense is a composable notion of a purely functional field accessor.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-data-lens-prof
Architecture: any
@@ -49,11 +48,10 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 Lenses; profiling data
+Description: Haskell 98 Lenses${haskell:ShortBlurb}
A lense is a composable notion of a purely functional field accessor.
.
- 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-data-lens-doc
Section: doc
@@ -61,9 +59,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell 98 Lenses; documentation
+Description: Haskell 98 Lenses${haskell:ShortBlurb}
A lense is a composable notion of a purely functional field accessor.
.
- 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