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

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


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

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

Fri May 24 08:54:45 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: ee042b0481fbb1c3dc2d0a24c3c939df
diff -rN -u old-haskell-dpkg//changelog new-haskell-dpkg//changelog
--- old-haskell-dpkg//changelog	2013-05-24 09:22:30.438061925 +0000
+++ new-haskell-dpkg//changelog	2013-05-24 09:22:30.442055563 +0000
@@ -1,6 +1,7 @@
 haskell-dpkg (0.0.3-3) 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:23 +0200
 
diff -rN -u old-haskell-dpkg//control new-haskell-dpkg//control
--- old-haskell-dpkg//control	2013-05-24 09:22:30.434061335 +0000
+++ new-haskell-dpkg//control	2013-05-24 09:22:30.442055563 +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
   , libghc-bindings-dsl-dev (>> 1.0.7)
@@ -30,9 +30,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to libdpkg
- This package provides a library for the Haskell programming language.
- See http://www.haskell.org/ for more information on Haskell.
+Description: Haskell bindings to libdpkg${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It binds to the volatile and unstable libdpkg API.
 
@@ -43,10 +42,8 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell bindings to libdpkg; profiling libs
- 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 bindings to libdpkg${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It binds to the volatile and unstable libdpkg API.
 
@@ -56,9 +53,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell bindings to libdpkg; 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 bindings to libdpkg${haskell:ShortBlurb}
+ ${haskell:Blurb}
  .
  It binds to the volatile and unstable libdpkg API.





More information about the Pkg-haskell-commits mailing list