summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage.mdwn
blob: 3982938767f1ae2235ff43b605b077be05b7c8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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