&dhemail;
&dhfirstname; &dhsurname;
git-import-orig &dhsection; &git-import-orig; Import an upstream source into a git repository &git-import-orig; version branch_name branch_name version gpg-keyid tag-format pattern upstream-source DESCRIPTION &git-import-orig; imports upstream-source into the &git; repository. upstream-source can either be a gzip or bzip2 compressed tar archive or an already unpacked source tree. If it is already of the form package-name_version.orig.tar.gz, the version information is read from the tarball's filename otherwise it can be given on the command line via . The sources are placed on the upstream branch (default: upstream), tagged and merged onto the debian branch (default: master). OPTIONS =version version The upstream version number Don't merge the upstream version to the development branch =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 package is being developed on, default is master. After importing the new sources on the upstream branch, &git-import-orig; will try to merge the new version onto this branch. verbose execution GPG sign all created tags gpg-keyid use this keyid for gpg signing tags tag-format use this tag format when tagging upstream versions filter filter out these files during import &man.git.config-files; SEE ALSO git-buildpackage (1), git-import-dsc (1), git (1), git_load_dirs (1) AUTHOR &dhusername; &dhemail;