Closed ctavan closed 12 years ago
This should get you started: http://synack.me/blog/deploying-code-with-packages http://wiki.debian.org/PackagingWithGit
I'm planning to do a version bump and push to the PPA later today if I have time.
Thanks. I'm having some trouble with the init script, since the daemon package is usually not installed on ubuntu (and it's also not in the package dependencies).
I've tried to rewrite it to use start-stop-daemon instead but then the output does not get redirected properly, see https://github.com/ctavan/tablesnap/compare/update-debian-init
Ok, dpkg-buildpackage -b
does all I need :)
What steps are necessary to build a debian package starting with the git repository?