debian-build: Debian package build sequence tools

[ bsd3, debian, library, program ] [ Propose Tags ]

This package provides build sequence functions for debian package, and includes on-the-fly build command odebuild.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.1.0, 0.2.1.1, 0.2.2.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.4.1.0, 0.5.0.0, 0.5.0.1, 0.5.0.2, 0.6.0.0, 0.7.0.0, 0.7.1.0, 0.7.1.1, 0.7.2.0, 0.7.2.1, 0.7.2.2, 0.8.0.0, 0.9.0.0, 0.9.1.0, 0.9.2.0, 0.10.0.0, 0.10.1.0, 0.10.1.1, 0.10.1.2, 0.10.2.0, 0.10.2.1
Dependencies base (<5), debian-build, directory, filepath, process, split, transformers [details]
License BSD-3-Clause
Copyright Copyright (c) 2014-2021 Kei Hibino
Author Kei Hibino
Maintainer ex8k.hibino@gmail.com
Category Debian
Home page http://twitter.com/khibino/
Source repo head: git clone https://github.com/khibino/haskell-debian-build
head: hg clone https://bitbucket.org/khibino/haskell-debian-build
Uploaded by KeiHibino at 2021-09-04T11:39:39Z
Distributions LTSHaskell:0.10.2.1, NixOS:0.10.2.1, Stackage:0.10.2.1
Reverse Dependencies 1 direct, 0 indirect [details]
Executables odebuild
Downloads 21433 total (82 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-09-04 [all 1 reports]

Readme for debian-build-0.10.2.1

[back to package description]

odebuild command

This package includes on-the-fly build command 'odebuild'.

Usage: odebuild clean
       odebuild prepare [options] [-- [cabal-debian-options]]
       odebuild source [options] [-- [cabal-debian-options [-- [debuild-options]]]
       odebuild build [options] [-- [cabal-debian-options [-- [debuild-options]]]
       odebuild install [options] [-- [cabal-debian-options [-- [debuild-options]]]
       odebuild reinstall [options] [-- [cabal-debian-options [-- [debuild-options]]]
         reinstall (Remove and install) support only for Haskell library packages

      --revision=DEBIAN_REVISION      debian package revision to pass to cabal-debian
                                      revision string may use on auto-generating debian directory
      --install-deps                  install build depends before running build
      --mode={All|Bin|Src|Dep|Indep}  add build-mode to build-mode list to specify
  -R  --reuse-source                  not clean generated source directory, and build operation will reuse it