Skip to content

Instantly share code, notes, and snippets.

@fliphess
Created May 9, 2015 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save fliphess/63a234e1f3d1a40ee8e8 to your computer and use it in GitHub Desktop.
Save fliphess/63a234e1f3d1a40ee8e8 to your computer and use it in GitHub Desktop.
Build ubuntu package
#!/bin/bash
set -e
echo "Building package"
git-buildpackage --git-pbuilder --git-ignore-branch --git-dist=trusty --git-arch=amd64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment