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

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


Fri May 24 09:12:15 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 779b892a16e13260506f80d371c70f23

    M ./changelog +1
    M ./control -5 +5

Fri May 24 09:12:15 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Use substvars for Haskell description blurbs
  Ignore-this: 779b892a16e13260506f80d371c70f23
diff -rN -u old-haskell-network-multicast//changelog new-haskell-network-multicast//changelog
--- old-haskell-network-multicast//changelog	2013-05-24 09:27:00.439069945 +0000
+++ new-haskell-network-multicast//changelog	2013-05-24 09:27:00.439069945 +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:26 +0200
 
diff -rN -u old-haskell-network-multicast//control new-haskell-network-multicast//control
--- old-haskell-network-multicast//control	2013-05-24 09:27:00.431061351 +0000
+++ new-haskell-network-multicast//control	2013-05-24 09:27:00.439069945 +0000
@@ -5,7 +5,7 @@
 Uploaders: Joey Hess <joeyh at debian.org>
 Build-Depends: debhelper (>= 9)
   , cdbs
-  , haskell-devscripts (>= 0.8.13)
+  , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
   , libghc-network-dev
@@ -25,7 +25,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell multicast networking - GHC library
+Description: Haskell multicast networking${haskell:ShortBlurb}
  An interface for sending UDP datagrams over multicast (class D) addresses.
  .
  This package contains the library compiled for GHC.
@@ -37,7 +37,7 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Haskell multicast networking - GHC profiling library
+Description: Haskell multicast networking${haskell:ShortBlurb}
  An interface for sending UDP datagrams over multicast (class D) addresses.
  .
  This package contains the profiling library compiled for GHC.
@@ -48,7 +48,7 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Haskell multicast networking - documentation
+Description: Haskell multicast networking${haskell:ShortBlurb}
  An interface for sending UDP datagrams over multicast (class D) addresses.
  .
- This package contains the library documentation.
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list