diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-11 15:40:40 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-11 15:40:40 +0200 |
commit | e4138a607c371f7c297fd50db7cc9e3dee5d3935 (patch) | |
tree | c7b4b429e9f8a7ea7ac779a1b6e369f48a48896d /README | |
download | git-buildpackage-e4138a607c371f7c297fd50db7cc9e3dee5d3935.tar.gz git-buildpackage-e4138a607c371f7c297fd50db7cc9e3dee5d3935.tar.bz2 git-buildpackage-e4138a607c371f7c297fd50db7cc9e3dee5d3935.zip |
first version
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +This is a bunch of scripts to ease the development of Debian packages with git: + - git-import-dsc: import an existing Debian source package into a git repository + Usage: git-import-dsc dsc-file + This will import the upstream source onto the upstream branch and add the Debian + paches on the master branch + - git-debuild: build a package out of a git repository, check for local + modifications and tag appropriately + Usage: git-debuild [--git-ignore-new] [-git-tag] + --git-ignore-new: ignore uncommited changes + --git-tag: tag after building (version number is fetched from the changelog) |