Package: haskell-devscripts
Version: 0.6.4
Severity: important

This is from dh_haskell_prep:
        if (type_of_package($package) eq "ghc6-prof") {
            # substitute ${haskell:Depends} for profiling package
            my $pkgtype = type_of_package($package);
....  snip ....
            # add depends on ghc?-prof
            addsubstvar($package, "haskell:Depends", $pkgtype . "-prof");
        }

$pkgtype . "-prof" equals "ghc6-prof-prof".  I'm thinking that you
could remove that last part completely, since you're adding versioned
dependencies for ghc6-prof inside that if block already.

This is what the contents of my debian/libghc6-binary-prof.substvars
looked like:
haskell:Depends=ghc6-prof-prof, ghc6-prof (<< 6.8.2-999), ghc6-prof (>= 6.8.2), 
libghc6-binary-dev (= 0.4.1-1)



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to