[Pkg-haskell-commits] darcs: haskell-openglraw: Use substvars for Haskell description blurbs
Joachim Breitner
mail at joachim-breitner.de
Fri May 24 09:27:18 UTC 2013
Fri May 24 08:55:29 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f6ff146de17eeab1f5f6b62fc09b1bad
M ./changelog +1
M ./control -11 +7
Fri May 24 08:55:29 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Use substvars for Haskell description blurbs
Ignore-this: f6ff146de17eeab1f5f6b62fc09b1bad
diff -rN -u old-haskell-openglraw//changelog new-haskell-openglraw//changelog
--- old-haskell-openglraw//changelog 2013-05-24 09:27:18.155060264 +0000
+++ new-haskell-openglraw//changelog 2013-05-24 09:27:18.159091757 +0000
@@ -2,6 +2,7 @@
* Enable compat level 9
* Bump standards version to 3.9.4
+ * Use substvars for Haskell description blurbs
-- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:54:31 +0200
diff -rN -u old-haskell-openglraw//control new-haskell-openglraw//control
--- old-haskell-openglraw//control 2013-05-24 09:27:18.147116471 +0000
+++ new-haskell-openglraw//control 2013-05-24 09:27:18.159091757 +0000
@@ -5,7 +5,7 @@
Uploaders: Joachim Breitner <nomeata at debian.org>
Build-Depends: debhelper (>= 9)
, cdbs
- , haskell-devscripts (>= 0.8.13)
+ , haskell-devscripts (>= 0.8.15)
, ghc
, ghc-prof
, libgl1-mesa-dev | libgl-dev
@@ -24,7 +24,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Raw binding for the OpenGL graphics system
+Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
intended as a basis for a nicer interface. OpenGLRaw offers access to all
@@ -32,8 +32,7 @@
extension entries. The module hierarchy closely mirrors the naming structure
of the OpenGL extensions, making it easy to find the right module to import.
.
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
Package: libghc-openglraw-prof
Architecture: any
@@ -42,7 +41,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
-Description: Raw binding for the OpenGL graphics system; profiling libraries
+Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
intended as a basis for a nicer interface. OpenGLRaw offers access to all
@@ -50,8 +49,7 @@
extension entries. The module hierarchy closely mirrors the naming structure
of the OpenGL extensions, making it easy to find the right module to import.
.
- 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-openglraw-doc
Section: doc
@@ -59,7 +57,7 @@
Depends: ${misc:Depends}, ${haskell:Depends}
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Description: Raw binding for the OpenGL graphics system; documentation
+Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API,
intended as a basis for a nicer interface. OpenGLRaw offers access to all
@@ -67,6 +65,4 @@
extension entries. The module hierarchy closely mirrors the naming structure
of the OpenGL extensions, making it easy to find the right module to import.
.
- 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