From 8116b7b64b64110219462104db54def030670bd7 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Mon, 25 Sep 2006 12:57:48 +0200 Subject: rename --git-buildcmd to --git-builder --- README | 3 +++ git-buildpackage | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 81e0b3f2..834a9b08 100644 --- a/README +++ b/README @@ -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] diff --git a/git-buildpackage b/git-buildpackage index ac54928b..9b2e8bd4 100755 --- a/git-buildpackage +++ b/git-buildpackage @@ -48,7 +48,7 @@ def main(argv): help="build with incommited changes in the source tree") parser.add_option("--git-tag", action="store_true", dest="tag", default=False, help="build with uncommited changes in the source tree") - parser.add_option("--git-buildcmd", dest="build_cmd", default=build_cmd, + parser.add_option("--git-builder", dest="build_cmd", default=build_cmd, help="command to build the package e.g. default is 'debuild'") (options, args) = parser.parse_args(args) -- cgit v1.2.3