&dhemail;
&dhfirstname;
&dhsurname;
gbp-import-dsc
&dhsection;
git-import-dscgbp-import-dscImport Debian packages into a Git repository
&gbp-import-dsc;
&man.common.options.synopsis;
branch_nametag-formatpatterngpg-keyidbranch_nametag-formatdebian-source.dsc
&gbp-import-dsc;
URLsource-packageDESCRIPTION
&gbp-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.
OPTIONS
&man.common.options.description;
=branch_name
The branch in the &git; repository the upstream sources are put
onto. Default is upstream.
=branch_name
The branch in the &git; repository the debian sources are put
onto. Default is master.
GPG sign all created tags
gpg-keyid
use this keyid for gpg signing tags
tag-format
use this tag format when tagging Debian versions,
default is debian/%(version)stag-format
use this tag format when tagging upstream versions,
default is upstream/%(version)s
Don't create Debian tag after importing the Debian patch. This can be
useful if you already created a package but want to further work on
it after importing it into git.
pattern
filter out files glob-matching pattern. Can be given multiple times.
generate pristine-tar delta file
Download the source package instead of looking for it in the local
file system. The argument can either be a
source-package name or an
URL. The former uses &apt-get; to download
the source while the later uses &dget;.
Whether to skip signature verification on downloads.
Allow to import a package with the same debian version.
When importing the Debian patch, use the author identity as
committer identity.
When importing the Debian patch, use the author date as
committer date.
Git will subtly misbehave if the committer date of a commit is not
later than or equal to all its parents.
Create missing upstream and debian branch if missing.
&man.gbp.config-files;
SEE ALSO,
,
,
,
apt-get1,
dget1,
,
&man.seealso.common;
AUTHOR
&dhusername; &dhemail;