Re: When to upload 7.4.1 to sid?
On Fri, Feb 3, 2012 at 3:54 PM, Clint Adams <clint@debian.org> wrote:
> On Fri, Feb 03, 2012 at 05:46:29PM +0100, Joachim Breitner wrote:
>> ok, it’s done. New package in incoming. Time to heat up the
>> build-daemons :-).
>
> Why does haskell-devscripts Conflicts: ghc (>= 7.4)?
There was a change in the output produced by haddock
--interface-version, it used to output "haddock-interface-19" now it
just outputs "19". Its pretty easy to modify haskell-devscripts to
accept either.
--- old/dh_haskell_depends 2011-07-30 03:21:03.000000000 -0700
+++ new/dh_haskell_depends 2012-01-04 17:33:50.904992456 -0800
@@ -125,7 +125,7 @@
-e ^haskell:Suggests \
$sfile > $sfile.tmp || true
depends=`haddock --interface-version`
- echo "haskell:Depends=$depends" >> $sfile.tmp
+ echo "haskell:Depends=haddock-interface-${depends#haddock-interface-}" >> $sfile.tmp
recommends=` \
find debian/$pkg -name \*.html -exec hxwls -r \{\} \; \
| grep ^/ \
--- old/debian/control 2012-01-05 04:19:00.000000000 -0800
+++ new/debian/control 2012-01-20 06:14:22.516665772 -0800
@@ -20,7 +20,6 @@
, html-xml-utils
, hscolour (>= 1.8)
, ghc-haddock (>= 7.0.2-5)
-Conflicts: ghc (>= 7.4)
Description: Tools to help Debian developers build Haskell packages
This package provides a collection of scripts to help build Haskell
packages for Debian. Unlike haskell-utils, this package is not
Reply to: