Package: haskell-devscripts Version: 0.16.14 Severity: important While trying to build gitit, encountered the following error: dh_haskell_depends -plibghc-gitit-data # for haskell:Extra-Depends substvar /usr/bin/dh_haskell_depends: 27: dh_haskell_extra_depends: not found make: *** [debian/rules:22: install/libghc-gitit-data] Error 127 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
dh_haskell_depends calls dh_haskell_extra_depends, which doesn't exist. Should it be calling dh_haskell_extra_depends_ghc?