Skip to content

Instantly share code, notes, and snippets.

@nowlinuxing
Created December 7, 2012 02:43
Show Gist options
  • Save nowlinuxing/4230314 to your computer and use it in GitHub Desktop.
Save nowlinuxing/4230314 to your computer and use it in GitHub Desktop.
build deb package from tarball
> tar xfz source-0.0.1.tar.gz
> cd source-0.0.1
> dh_make
> sudo dpkg-buildpackage -rfakeroot
> dpkg-buildpackage
> sudo dpkg -i ../source-0.0.1-1_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment