diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-09-25 12:57:48 +0200 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-09-25 12:57:48 +0200 |
commit | 8116b7b64b64110219462104db54def030670bd7 (patch) | |
tree | f604f9a6e19e5558d19706ed00740080e1fac9b0 /README | |
parent | a2bc734d8faed2a2e3095fcd484941219faecf70 (diff) | |
download | git-buildpackage-8116b7b64b64110219462104db54def030670bd7.tar.gz git-buildpackage-8116b7b64b64110219462104db54def030670bd7.tar.bz2 git-buildpackage-8116b7b64b64110219462104db54def030670bd7.zip |
rename --git-buildcmd to --git-builder
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,9 +1,12 @@ 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-import-orig: import a new upstream version into the repository + - 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] |