diff options
author | Guido Guenther <agx@sigxcpu.org> | 2006-12-22 17:32:04 +0100 |
---|---|---|
committer | Guido Guenther <agx@bogon.sigxcpu.org> | 2006-12-22 17:32:04 +0100 |
commit | 8eadd9e525664b95ad58516cb3ad02ba6d544d73 (patch) | |
tree | f39fd1d77033aeca506c379434e12fdff7cea6d4 /README | |
parent | 2f3c8a58d8b7d75045244413b3a3db507c8d5b82 (diff) | |
download | git-buildpackage-8eadd9e525664b95ad58516cb3ad02ba6d544d73.tar.gz git-buildpackage-8eadd9e525664b95ad58516cb3ad02ba6d544d73.tar.bz2 git-buildpackage-8eadd9e525664b95ad58516cb3ad02ba6d544d73.zip |
mention manual in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 3 insertions, 17 deletions
@@ -1,17 +1,3 @@ -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 and merge - it onto the onto 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) - -See the manpages for more details. +This is a bunch of scripts to ease the development of Debian packages with git. +For more documentation see the manual. On Debian systems this can be found in +/usr/share/doc/git-buildpackage/manual-html. |