Suite to help with maintaining [Debian](http://www.debian.org) packages in [Git](http://git-scm.com) repositories. [[!toc]] ### Tools * git-import-{dsc,dscs}: import existing Debian source packages into a git repository * git-import-orig: import a new upstream version into the git repository * git-buildpackage: build a package out of a git repository, check for local modifications and tag appropriately * git-dch: generate Debian changelog entries from Git commit messages ### Manual For more information have a look at the [manual](http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html). ### Source Code The source code is available via git (of course): git clone http://honk.sigxcpu.org/git/git-buildpackage.git You can browse the source code online via [git.debian.org](http://git.debian.org/?p=users/agx/git-buildpackage.git;a=summary). ### Debian packages Debian packages of git-buildpackage can be downloaded from the [[!debpkg git-buildpackage desc="Debian Archive"]]. Newer snapshots are sometimes available [here](http://honk.sigxcpu.org/projects/git-buildpackage/snapshots/). ### Bugreports For enhancements and feauture requests you can either use the [Debian bugtracking system](http://bugs.debian.org) or email [me](mailto:agx@sigxcpu.org) directly. ### Todo * [[!debbug git-buildpackage desc="bugs"]] filed in the Debian bugtracking system * more git-fast-import support * templating for git-dch