1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
The debianisation of gitflow
============================
To recreate the tarballs similar to the original, use debian/rules
get-orig-source. It will fetch the latest upstream version from all
upstream sources: gitflow and the bash / zsh completion repository.
The master branch is mirrored from upstream's master branch, debian
changes are applied on the debian branch.
When checked out from git, use git submodule update --init on the
debian branch to pull in the embedded directories. These should be
already present when extracted from tarballs.
-- Gergely Nagy <algernon@madhouse-project.org>, Sat, 28 Dec 2013 12:18:03 +0100
|