[Pkg-haskell-commits] darcs: haskell-gluraw: Use substvars for Haskell description blurbs

Joachim Breitner mail at joachim-breitner.de
Fri May 24 09:23:24 UTC 2013


Fri May 24 08:54:55 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4faebc289a85c0ab2980a8ce524fac12

    M ./changelog +1
    M ./control -11 +7

Fri May 24 08:54:55 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 4faebc289a85c0ab2980a8ce524fac12
diff -rN -u old-haskell-gluraw//changelog new-haskell-gluraw//changelog
--- old-haskell-gluraw//changelog	2013-05-24 09:23:24.883060202 +0000
+++ new-haskell-gluraw//changelog	2013-05-24 09:23:24.887064521 +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:53:36 +0200
 
diff -rN -u old-haskell-gluraw//control new-haskell-gluraw//control
--- old-haskell-gluraw//control	2013-05-24 09:23:24.878148882 +0000
+++ new-haskell-gluraw//control	2013-05-24 09:23:24.887064521 +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
   , libghc-openglraw-dev (>= 1.3)
@@ -28,13 +28,12 @@
 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}
  GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
  basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
  interface.
  .
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+ ${haskell:Blurb}
 
 Package: libghc-gluraw-prof
 Architecture: any
@@ -43,13 +42,12 @@
 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}
  GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
  basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
  interface.
  .
- 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-gluraw-doc
 Section: doc
@@ -57,11 +55,9 @@
 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}
  GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
  basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
  interface.
  .
- 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