Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

git-import-dscs(1) [debian man page]

GIT-IMPORT-DSCS(1)					      git-buildpackage Manual						GIT-IMPORT-DSCS(1)

NAME
git-import-dscs - Import multiple versions of a Debian source packages into a Git repository SYNOPSIS
git-import-dscs [ options ] [ git-import-dsc options ] pkg_1.dsc pkg_2.dsc ... or git-import-dscs --debsnap [ options ] [ git-import-dsc options ] package DESCRIPTION
git-import-dscs imports several versions of a Debian source package into a Git repository. To do so it sorts the packages by their versions first and then imports them via calling git-import-dsc on each package. If the current directory isn't a Git repository already the repository is created in a subdir of the current working directory, named after the first imported package, otherwise the Git repository in the current working directory is being used. This allows for incremental imports. OPTIONS
--debsnap Fetch snapshots from snapshots.debian.org using debsnap. --ignore-repo-config Ignore gbp.conf files stored in the git repository itself. This can be useful to ignore branch informations and other options shipped in the package source. All other options are passed on verbatim to git-import-dsc. SEE ALSO
git-import-dsc(1), git-buildpackage(1), git-import-orig(1), git-dch(1), gbp.conf(5), debuild(1), git(1), pristine-tar(1), The Git-Build- package Manual <URL:file:///usr/share/doc/git-buildpackage/manual-html/index.html> AUTHOR
Guido Guenther <agx@sigxcpu.org> 01 June 2012 GIT-IMPORT-DSCS(1)

Check Out this Related Man Page

GIT-IMPORT-DSC(1)					      git-buildpackage Manual						 GIT-IMPORT-DSC(1)

NAME
git-import-dsc - Import Debian packages into a Git repository SYNOPSIS
git-import-dsc [ --verbose ] [ --upstream-branch=branch_name ] [ --debian-branch=branch_name ] [ --[no-]sign-tags ] [ --keyid=gpg-keyid ] [ --debian-tag=tag-format ] [ --upstream-tag=tag-format ] [ --filter=pattern ] [ --[no-]pristine-tar ] [ --download ] [ --allow-same-versions ] [ --author-is-committer ] [ --author-date-is-committer-date ] debian-source.dsc git-import-dsc [ options ] --download [ --[no-]allow-unauthenticated ] URL | source-package DESCRIPTION
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. OPTIONS
--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 --[no-]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, default is debian/%(version)s --upstream-tag=tag-format use this tag format when tagging upstream versions, default is upstream/%(version)s --filter=pattern filter out files glob-matching pattern. Can be given multiple times. --pristine-tar generate pristine-tar delta file --download 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. --allow-unauthenticated Whether to skip signature verification on downloads. --allow-same-version Allow to import a package with the same debian version. --author-is-committer When importing the Debian patch, use the author identity as comitter identity. --author-date-is-committer-date When importing the Debian patch, use the author date as comitter date. Warning: Git will subtly misbehave if the committer date of a commit is not later than or equal to all its parents. CONFIGURATION FILES
Several gbp.conf files are parsed to set defaults for the above commandline arguments. See the [XRef to GBP.MAN.GBP.CONF] manpage for details. SEE ALSO
git-import-dscs(1), git-buildpackage(1), git-import-orig(1), git-dch(1), apt-get(1), dget(1), gbp.conf(5), debuild(1), git(1), pristine- tar(1), The Git-Buildpackage Manual <URL:file:///usr/share/doc/git-buildpackage/manual-html/index.html> AUTHOR
Guido Guenther <agx@sigxcpu.org> 01 June 2012 GIT-IMPORT-DSC(1)
Man Page