![]() | ![]() | ![]() | Building Debian Packages with git-buildpackage: Version: 0.5.30 | ![]() |
---|
git-import-dscs [git-import-dsc options
] pkg_1.dsc pkg_2.dsc ...
or
git-import-dscs {--debsnap} [git-import-dsc options
] {package}
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.
--debsnap | Fetch snapshots from snapshots.debian.org using debsnap. |
All other options are passed on verbatim to git-import-dsc.
git-import-dsc(1), git-buildpackage(1), git-import-orig(1), git-dch(1), debuild(1), git(1), pristine-tar(1), The Git-Buildpackage Manual
<<< git-import-dsc | git-import-orig >>> |