[Pkg-haskell-commits] darcs: haskell-haxr: Add missing *-prof build depends, thx to ucko for the report. (Closes: #628182)

Joachim Breitner mail at joachim-breitner.de
Sun May 29 20:36:23 UTC 2011


Sat May 28 19:24:49 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add missing *-prof build depends, thx to ucko for the report.  (Closes: #628182)
  Ignore-this: 9ad23e715c1358cca57e70bc8f9ec990

    M ./changelog +7
    M ./control -2 +3

Sat May 28 19:24:49 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Add missing *-prof build depends, thx to ucko for the report.  (Closes: #628182)
  Ignore-this: 9ad23e715c1358cca57e70bc8f9ec990
diff -rN -u old-haskell-haxr//changelog new-haskell-haxr//changelog
--- old-haskell-haxr//changelog	2011-05-29 20:36:23.003788594 +0000
+++ new-haskell-haxr//changelog	2011-05-29 20:36:23.007780126 +0000
@@ -1,3 +1,10 @@
+haskell-haxr (3000.8.1-2) UNRELEASED; urgency=low
+
+  * Add missing *-prof build depends, thx to ucko for the report.  (Closes:
+    #628182)
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 28 May 2011 21:24:16 +0200
+
 haskell-haxr (3000.8.1-1) unstable; urgency=low
 
   [ Marco Silva ]
diff -rN -u old-haskell-haxr//control new-haskell-haxr//control
--- old-haskell-haxr//control	2011-05-29 20:36:22.999788353 +0000
+++ new-haskell-haxr//control	2011-05-29 20:36:23.003788594 +0000
@@ -15,12 +15,14 @@
         libghc-haxml-dev (<< 1:1.21),
         libghc-haxml-prof,
         libghc-http-dev (>= 1:4000),
+        libghc-http-prof,
         libghc-dataenc-dev,
         libghc-dataenc-prof,
         libghc-utf8-string-dev,
         libghc-utf8-string-prof,
         libghc-blaze-builder-dev (>= 0.2),
-        libghc-blaze-builder-dev (<< 0.3)
+        libghc-blaze-builder-dev (<< 0.3),
+        libghc-blaze-builder-prof,
 Build-Depends-Indep: ghc-doc,
         libghc-mtl-doc,
         libghc-network-doc,
@@ -28,7 +30,6 @@
         libghc-http-doc,
         libghc-dataenc-doc,
         libghc-utf8-string-doc,
-        libghc-blaze-builder-doc,
         libghc-blaze-builder-doc 
 Standards-Version: 3.9.2
 Homepage: http://www.haskell.org/haxr/





More information about the Pkg-haskell-commits mailing list