Just like fpm but in go and only for deb... Why? Because who has time to deal with ruby
Go Makefile
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src/cdeb
.gitignore
LICENSE
Makefile
README.md
wercker.yml

README.md

cdeb

wercker status Go Report Card

usage: cdeb [<flags>] <command> [<args> ...]

Build packages for debian with great ease or declaritive template.

Flags:
  --help         Show context-sensitive help (also try --help-long and --help-man).
  -v, --verbose  Verbose mode.
  --version      Show application version.

Args:
  <root>     Path to deb root folder
  <control>  Path to debian control folder
  <deb>      Path to output deb file

Commands:
  help [<command>...]
    Show help.


  dumb <root> <control> <deb>
    Create debian file from root and control folder.


  gen <root> <deb>
    Create debian file from root folder and .cdeb template.


  init
    Create .cdeb template.

You can find compiled binaries for your platform under "Releases" or if you prefer quick install:

$ curl -L https://github.com/dz0ny/cdeb/releases/download/v1.0.0/cdeb-`uname -s`-`uname -m` > /usr/local/bin/cdeb
$ chmod +x /usr/local/bin/cdeb

cdeb is sponsored by NiteoWeb Ltd.