[Pkg-haskell-commits] darcs: haskell-event-list: Correctly specify build-depends (Closes: #640379)

Joachim Breitner mail at joachim-breitner.de
Mon Sep 5 14:22:36 UTC 2011


Mon Sep  5 14:20:14 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Correctly specify build-depends (Closes: #640379)
  Ignore-this: 8ed029943976a7a74bbbb07f58866ed4

    M ./changelog +1
    M ./control -3 +9

Mon Sep  5 14:20:14 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Correctly specify build-depends (Closes: #640379)
  Ignore-this: 8ed029943976a7a74bbbb07f58866ed4
diff -rN -u old-haskell-event-list//changelog new-haskell-event-list//changelog
--- old-haskell-event-list//changelog	2011-09-05 14:22:36.594056281 +0000
+++ new-haskell-event-list//changelog	2011-09-05 14:22:36.606057172 +0000
@@ -1,6 +1,7 @@
 haskell-event-list (0.1-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Correctly specify build-depends (Closes: #640379)
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 05 Sep 2011 16:17:40 +0200
 
diff -rN -u old-haskell-event-list//control new-haskell-event-list//control
--- old-haskell-event-list//control	2011-09-05 14:22:36.586058709 +0000
+++ new-haskell-event-list//control	2011-09-05 14:22:36.598057443 +0000
@@ -5,12 +5,18 @@
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
  ghc, ghc-prof,
- libghc-quickcheck2-dev, libghc-quickcheck2-prof,
+ libghc-quickcheck2-dev (>= 1.1),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof,
+ libghc-non-negative-dev (>= 0.1),
+ libghc-non-negative-dev (<< 0.2),
+ libghc-non-negative-prof,
  libghc-transformers-dev (>= 0.1),
  libghc-transformers-dev (<< 0.3),
  libghc-transformers-prof,
- libghc-non-negative-dev, libghc-non-negative-prof,
- libghc-utility-ht-dev, libghc-utility-ht-prof
+ libghc-utility-ht-dev (>= 0.0.3),
+ libghc-utility-ht-dev (<< 3),
+ libghc-utility-ht-prof
 Build-Depends-Indep: ghc-doc,
  libghc-transformers-doc,
  libghc-non-negative-doc,





More information about the Pkg-haskell-commits mailing list