summaryrefslogtreecommitdiff
path: root/projects/git-buildpackage.mdwn
diff options
context:
space:
mode:
authoragx <agx@web>2009-05-08 14:25:55 +0200
committerWiki User <wikwik@wiki.sigxcpu.org>2009-05-08 14:25:55 +0200
commitcd18be64a052affb76b73441dc36fbdfc9c574c3 (patch)
treea460484d1868c1e33ab44c8338bf2cde88ba7cea /projects/git-buildpackage.mdwn
parent7fe2f6481e15f0b081cf64fa262f323517712def (diff)
git-buildpackage
Diffstat (limited to 'projects/git-buildpackage.mdwn')
-rw-r--r--projects/git-buildpackage.mdwn30
1 files changed, 30 insertions, 0 deletions
diff --git a/projects/git-buildpackage.mdwn b/projects/git-buildpackage.mdwn
new file mode 100644
index 0000000..3982938
--- /dev/null
+++ b/projects/git-buildpackage.mdwn
@@ -0,0 +1,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