[Pkg-haskell-commits] darcs: haskell-profunctors: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Sat May 25 10:28:41 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: f0a0d884698d8c005a367e6320a96b69
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: f0a0d884698d8c005a367e6320a96b69
diff -rN -u old-haskell-profunctors//changelog new-haskell-profunctors//changelog
--- old-haskell-profunctors//changelog 2013-05-25 10:28:41.477543848 +0000
+++ new-haskell-profunctors//changelog 2013-05-25 10:28:41.482040396 +0000
@@ -5,6 +5,7 @@
[ Joachim Breitner ]
* Enable compat level 9
+ * Use substvars for Haskell description blurbs
-- Colin Watson <cjwatson at debian.org> Fri, 12 Apr 2013 15:12:36 +0100
diff -rN -u old-haskell-profunctors//control new-haskell-profunctors//control
--- old-haskell-profunctors//control 2013-05-25 10:28:41.471116138 +0000
+++ new-haskell-profunctors//control 2013-05-25 10:28:41.477543848 +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
, ghc-ghci
@@ -29,12 +29,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 Profunctors
+Description: Haskell 98 Profunctors${haskell:ShortBlurb}
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-profunctors-prof
Architecture: any
@@ -43,12 +42,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell 98 Profunctors; profiling libraries
+Description: Haskell 98 Profunctors${haskell:ShortBlurb}
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
.
- 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-profunctors-doc
Section: doc
@@ -56,10 +54,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell 98 Profunctors; documentation
+Description: Haskell 98 Profunctors${haskell:ShortBlurb}
Profunctors are a generalization of relations and also of bimodules.
They are related to the notion of correspondences.
.
- 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