dgit
tutorial for package maintainers of Debian-native packages
- Provided by: dgit (Version: 15.5)
- Report a bug
tutorial for package maintainers of Debian-native packages
This document describes elements of a workflow for using dgit and git-debpush to maintain a Debian package that uses one of the native source formats ("1.0" & "3.0 (native)").
This is to handle uploads that were not made with dgit, such as the uploads you made before switching to this workflow, or NMUs.
You do not need to do anything special to your tree to push with git-debpush.
Simply prepare your git tree in the usual way, and then:
% git debpush
(Do not make any tags yourself: git-debpush will do that.)
You may use dgit pbuilder or dgit cowbuilder instead of dgit sbuild; see dgit(1) for the syntax of those subcommands.
dgit will make a merge commit on your branch but without making any code changes (ie, a pseudo-merge) so that your history, which will be pushed to the dgit git server, is fast forward from the dgit archive view.
% dgit pull
That's it.
Or, if you would prefer to review the changes, you can do this:
% dgit fetch
% dgit diff HEAD..dgit/dgit/sid