[Pkg-haskell-commits] darcs: haskell-midi: Fix Build-depends

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


Mon Sep  5 14:25:06 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-depends 
  Ignore-this: 7cb0a243d825a574b5f62fa6d9136647

    M ./changelog +1
    M ./control -6 +18

Mon Sep  5 14:25:06 UTC 2011  Joachim Breitner <mail at joachim-breitner.de>
  * Fix Build-depends 
  Ignore-this: 7cb0a243d825a574b5f62fa6d9136647
diff -rN -u old-haskell-midi//changelog new-haskell-midi//changelog
--- old-haskell-midi//changelog	2011-09-05 14:33:13.114319760 +0000
+++ new-haskell-midi//changelog	2011-09-05 14:33:13.122059920 +0000
@@ -1,6 +1,7 @@
 haskell-midi (0.1.5.2-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * Fix Build-depends 
 
  -- Joachim Breitner <nomeata at debian.org>  Mon, 05 Sep 2011 16:21:51 +0200
 
diff -rN -u old-haskell-midi//control new-haskell-midi//control
--- old-haskell-midi//control	2011-09-05 14:33:13.102302156 +0000
+++ new-haskell-midi//control	2011-09-05 14:33:13.118144085 +0000
@@ -5,15 +5,27 @@
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>
 Build-Depends: debhelper (>= 7), cdbs, haskell-devscripts (>= 0.7),
  ghc, ghc-prof,
- libghc-non-negative-dev, libghc-non-negative-prof,
+ libghc-event-list-dev (>= 0.0.9),
+ libghc-event-list-dev (<< 0.2),
+ libghc-event-list-prof,
+ libghc-non-negative-dev (>= 0.0.1),
+ libghc-non-negative-dev (<< 0.2),
+ libghc-non-negative-prof,
+ libghc-explicit-exception-dev (>= 0.1),
+ libghc-explicit-exception-dev (<< 0.2),
+ libghc-explicit-exception-prof,
+ libghc-binary-dev (>= 0.4.2),
+ libghc-binary-dev (<< 0.6),
+ libghc-binary-prof,
  libghc-transformers-dev (>= 0.2),
  libghc-transformers-dev (<< 0.3),
  libghc-transformers-prof,
- libghc-explicit-exception-dev, libghc-explicit-exception-prof,
- libghc-binary-dev, libghc-binary-prof,
- libghc-monoid-transformer-dev, libghc-monoid-transformer-prof,
- libghc-event-list-dev, libghc-event-list-prof,
- libghc-quickcheck2-dev, libghc-quickcheck2-prof
+ libghc-monoid-transformer-dev (>= 0.0.1),
+ libghc-monoid-transformer-dev (<< 3),
+ libghc-monoid-transformer-prof,
+ libghc-quickcheck2-dev (>= 0.1),
+ libghc-quickcheck2-dev (<< 3),
+ libghc-quickcheck2-prof
 Build-Depends-Indep: ghc-doc,
  libghc-non-negative-doc,
  libghc-transformers-doc,





More information about the Pkg-haskell-commits mailing list