![]() | ![]() | ![]() | Building Debian Packages with git-buildpackage: Version: 0.4.10 | ![]() |
---|
git-import-dsc [--verbose
] [--upstream-branch=
branch_name] [--debian-branch=
branch_name] [--sign-tags
] [--keyid=
gpg-keyid] [--debian-tag=
tag-format] [--upstream-tag=
tag-format] [--filter=
pattern] debian-source.dsc
git-import-dsc imports a Debian source package into a Git repository, notes the package version in the commit logs, and commits the change. All information, including package name, version, Debian diffs, and upstream source is automatically detected from the source package.
--upstream-branch =branch_name | The branch in the Git repository the upstream sources are put onto. Default is upstream. |
--debian-branch =branch_name | The branch in the Git repository the debian sources are put onto. Default is master. |
--verbose , -v | verbose execution |
--sign-tags | GPG sign all created tags |
--keyid= gpg-keyid | use this keyid for gpg signing tags |
--debian-tag= tag-format | use this tag format when tagging Debian versions |
--upstream-tag= tag-format | use this tag format when tagging upstream versions |
--filter= filter | filter out these files during import |
Four configuration files are parsed to set defaults for the above commandline arguments:
/etc/git-buildpackage/gbp.conf | system wide configuraton |
~/.gbp.conf | per user configuration |
.gbp.conf | per branch configuration, can be published with the repository |
.git/gbp.conf | per repository configuration |
See /etc/git-buildpackage/gbp.conf for an example.
<<< git-buildpackage | git-import-orig >>> |