diff options
author | Guido Günther <agx@sigxcpu.org> | 2013-06-26 13:47:42 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-06-26 13:49:08 +0200 |
commit | b47b7e805641e91e2a9adb46e799ec7a0c07e863 (patch) | |
tree | 8749274631ddef5b6bef580a668686bbdb7a5311 /debian | |
parent | 55fded7df91284ae7af7d8d70a187a6801c8b9a8 (diff) | |
download | git-buildpackage-b47b7e805641e91e2a9adb46e799ec7a0c07e863.tar.gz git-buildpackage-b47b7e805641e91e2a9adb46e799ec7a0c07e863.tar.bz2 git-buildpackage-b47b7e805641e91e2a9adb46e799ec7a0c07e863.zip |
Update package description
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 6ec4c388..c29074b6 100644 --- a/debian/control +++ b/debian/control @@ -23,12 +23,12 @@ Recommends: pristine-tar (>= 0.5), cowbuilder Suggests: python-notify, unzip Description: Suite to help with Debian packages in Git repositories This package contains the following tools: - * git-import-{dsc,dscs}: import existing Debian source packages into a git + * gbp 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 + * gbp import-orig: import a new upstream version into the git repository + * gbp 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 - * gbp-{pull,clone}: clone and pull from remote repos - * gbp-pq: manage debian/patches easily - * gbp-create-remote-repo: create remote repositories + * gbp dch: generate Debian changelog entries from Git commit messages + * gbp {pull,clone}: clone and pull from remote repos + * gbp pq: manage debian/patches easily + * gbp create-remote-repo: create remote repositories |