[Pkg-haskell-commits] darcs: haskell-adjunctions: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:19:11 UTC 2013
Fri May 24 08:54:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f05c5e67336155a5f66b32d7280f6c15
M ./changelog +1
M ./control -11 +7
Fri May 24 08:54:08 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f05c5e67336155a5f66b32d7280f6c15
diff -rN -u old-haskell-adjunctions//changelog new-haskell-adjunctions//changelog
--- old-haskell-adjunctions//changelog 2013-05-24 09:19:11.559038931 +0000
+++ new-haskell-adjunctions//changelog 2013-05-24 09:19:11.559038931 +0000
@@ -1,6 +1,7 @@
haskell-adjunctions (3.0.1-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:52:36 +0200
diff -rN -u old-haskell-adjunctions//control new-haskell-adjunctions//control
--- old-haskell-adjunctions//control 2013-05-24 09:19:11.551037385 +0000
+++ new-haskell-adjunctions//control 2013-05-24 09:19:11.563040205 +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 (>= 3.0),
@@ -53,12 +53,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Adjunctions
+Description: Adjunctions${haskell:ShortBlurb}
In mathematics, adjoint functors are pairs of functors which stand in a
particular relationship with one another, called an adjunction.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-adjunctions-prof
Architecture: any
@@ -66,12 +65,11 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Adjunctions; profiling data
+Description: Adjunctions${haskell:ShortBlurb}
In mathematics, adjoint functors are pairs of functors which stand in a
particular relationship with one another, called an adjunction.
.
- 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-adjunctions-doc
Section: doc
@@ -79,10 +77,8 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Adjunctions; documentation
+Description: Adjunctions${haskell:ShortBlurb}
In mathematics, adjoint functors are pairs of functors which stand in a
particular relationship with one another, called an adjunction.
.
- 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