[Pkg-haskell-commits] darcs: haskell-statistics: Move Haskell blurb to the end of the description, reduces the impact of #708703

Joachim Breitner mail at joachim-breitner.de
Sun May 26 07:46:13 UTC 2013


Sat May 25 21:43:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Move Haskell blurb to the end of the description, reduces the impact of #708703
  Ignore-this: f785ca47afebdc308a68ea665ca4eaa0

    M ./changelog +7
    M ./control -6 +6

Sat May 25 21:43:23 UTC 2013  Joachim Breitner <mail at joachim-breitner.de>
  * Move Haskell blurb to the end of the description, reduces the impact of #708703
  Ignore-this: f785ca47afebdc308a68ea665ca4eaa0
diff -rN -u old-haskell-statistics//changelog new-haskell-statistics//changelog
--- old-haskell-statistics//changelog	2013-05-26 07:46:13.617550987 +0000
+++ new-haskell-statistics//changelog	2013-05-26 07:46:13.631042529 +0000
@@ -1,3 +1,10 @@
+haskell-statistics (0.10.2.0-3) UNRELEASED; urgency=low
+
+  * Move Haskell blurb to the end of the description, reduces the impact
+    of #708703
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 25 May 2013 23:43:23 +0200
+
 haskell-statistics (0.10.2.0-2) unstable; urgency=low
 
   * Enable compat level 9
diff -rN -u old-haskell-statistics//control new-haskell-statistics//control
--- old-haskell-statistics//control	2013-05-26 07:46:13.602507981 +0000
+++ new-haskell-statistics//control	2013-05-26 07:46:13.623038567 +0000
@@ -45,8 +45,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: A library of statistical types, data, and functions${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides a number of common functions and types useful
  in statistics.  Our focus is on high performance, numerical
  robustness, and use of good algorithms.  Where possible, we provide
@@ -62,6 +60,8 @@
  estimation, bootstrap methods, and autocorrelation analysis.
  .
  Random variate generation under several different distributions.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-statistics-prof
 Architecture: any
@@ -72,8 +72,6 @@
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
 Description: A library of statistical types, data, and functions${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides a number of common functions and types useful
  in statistics.  Our focus is on high performance, numerical
  robustness, and use of good algorithms.  Where possible, we provide
@@ -89,6 +87,8 @@
  estimation, bootstrap methods, and autocorrelation analysis.
  .
  Random variate generation under several different distributions.
+ .
+ ${haskell:Blurb}
 
 Package: libghc-statistics-doc
 Section: doc
@@ -97,8 +97,6 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Description: A library of statistical types, data, and functions${haskell:ShortBlurb}
- ${haskell:Blurb}
- .
  This library provides a number of common functions and types useful
  in statistics.  Our focus is on high performance, numerical
  robustness, and use of good algorithms.  Where possible, we provide
@@ -114,3 +112,5 @@
  estimation, bootstrap methods, and autocorrelation analysis.
  .
  Random variate generation under several different distributions.
+ .
+ ${haskell:Blurb}





More information about the Pkg-haskell-commits mailing list