Safe Haskell | None |
---|---|
Language | Haskell2010 |
Read an existing Debianization from a directory file.
Documentation
inputDebianization :: MonadIO m => DebianT m () Source #
inputDebianizationFile :: MonadIO m => FilePath -> DebianT m () Source #
Try to input a file and if successful add it to the debianization's list of "intermediate" files, files which will simply be added to the final debianization without any understanding of their contents or purpose.
inputChangeLog :: MonadIO m => DebianT m () Source #
Look in several places for a debian changelog
dataDest :: Monad m => CabalT m FilePath Source #
Where to put the installed data files. Computes the destination directory from a Cabal package description. This needs to match the path cabal assigns to datadir in the distbuildautogen/Paths_packagename.hs module, or perhaps the path in the CABAL_DEBIAN_DATADIR environment variable.