[Pkg-haskell-commits] darcs: haskell-profunctor-extras: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:28:38 UTC 2013
Sat May 25 09:07:09 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 7bb3fc29bb0bcd697ca8fb340e46e732
M ./changelog +1
M ./control -11 +7
Sat May 25 09:07:09 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 7bb3fc29bb0bcd697ca8fb340e46e732
diff -rN -u old-haskell-profunctor-extras//changelog new-haskell-profunctor-extras//changelog
--- old-haskell-profunctor-extras//changelog 2013-05-25 10:28:38.734600652 +0000
+++ new-haskell-profunctor-extras//changelog 2013-05-25 10:28:38.743042876 +0000
@@ -1,6 +1,7 @@
haskell-profunctor-extras (3.3-2) UNRELEASED; urgency=low
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Sat, 25 May 2013 11:06:50 +0200
diff -rN -u old-haskell-profunctor-extras//control new-haskell-profunctor-extras//control
--- old-haskell-profunctor-extras//control 2013-05-25 10:28:38.730568204 +0000
+++ new-haskell-profunctor-extras//control 2013-05-25 10:28:38.739239530 +0000
@@ -5,7 +5,7 @@
Uploaders: Clint Adams <clint at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libghc-comonad-dev (>> 3)
@@ -41,13 +41,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: profunctors requiring Haskell extensions
+Description: profunctors requiring Haskell extensions${haskell:ShortBlurb}
This package provides a number of utilities and constructions that
arise when working with profunctors that require minor extensions
to Haskell 98.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-profunctor-extras-prof
Architecture: any
@@ -56,13 +55,12 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: profunctors requiring Haskell extensions; profiling libraries
+Description: profunctors requiring Haskell extensions${haskell:ShortBlurb}
This package provides a number of utilities and constructions that
arise when working with profunctors that require minor extensions
to Haskell 98.
.
- 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-profunctor-extras-doc
Section: doc
@@ -70,11 +68,9 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: profunctors requiring Haskell extensions; documentation
+Description: profunctors requiring Haskell extensions${haskell:ShortBlurb}
This package provides a number of utilities and constructions that
arise when working with profunctors that require minor extensions
to Haskell 98.
.
- 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