[Pkg-haskell-commits] darcs: haskell-glfw: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:23:20 UTC 2013
Fri May 24 08:54:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 56c5701605f09e71934343655d890d80
M ./changelog +1
M ./control -12 +7
Fri May 24 08:54:54 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: 56c5701605f09e71934343655d890d80
diff -rN -u old-haskell-glfw//changelog new-haskell-glfw//changelog
--- old-haskell-glfw//changelog 2013-05-24 09:23:20.558068928 +0000
+++ new-haskell-glfw//changelog 2013-05-24 09:23:20.562062335 +0000
@@ -1,6 +1,7 @@
haskell-glfw (0.5.1.0-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:35 +0200
diff -rN -u old-haskell-glfw//control new-haskell-glfw//control
--- old-haskell-glfw//control 2013-05-24 09:23:20.550094262 +0000
+++ new-haskell-glfw//control 2013-05-24 09:23:20.562062335 +0000
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
-Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.13),
+Build-Depends: debhelper (>= 9), cdbs, haskell-devscripts (>= 0.8.15),
ghc, ghc-prof,
libghc-opengl-dev (>= 2.1), libghc-opengl-dev (<< 3),
libghc-opengl-prof,
@@ -21,9 +21,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell GLFW binding for GHC
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell GLFW binding for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library provides bindings for GLFW, a window system independent
toolkit for writing OpenGL programs.
@@ -34,10 +33,8 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Haskell GLFW binding for GHC; 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: Haskell GLFW binding for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library provides bindings for GLFW, a window system independent
toolkit for writing OpenGL programs.
@@ -48,10 +45,8 @@
Depends: ${haskell:Depends}, ${misc:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Haskell GLFW binding for GHC; 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: Haskell GLFW binding for GHC${haskell:ShortBlurb}
+ ${haskell:Blurb}
.
This library provides bindings for GLFW, a window system independent
toolkit for writing OpenGL programs.
More information about the Pkg-haskell-commits
mailing list