From 6ddf1687fc176575707a33be1b17aad8961953e5 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Sat, 17 May 2008 21:20:35 +0200 Subject: add git-import-dscs to import mutiple dscs in one go Closes: #471580 --- docs/common.ent | 1 + docs/man.git-import-dscs.sgml | 11 ++++++ docs/manpages/git-import-dscs.sgml | 79 ++++++++++++++++++++++++++++++++++++++ docs/manpages/manpages.ent | 1 + docs/manual.sgml | 1 + 5 files changed, 93 insertions(+) create mode 100644 docs/man.git-import-dscs.sgml create mode 100644 docs/manpages/git-import-dscs.sgml (limited to 'docs') diff --git a/docs/common.ent b/docs/common.ent index 28cd7d39..98974da2 100644 --- a/docs/common.ent +++ b/docs/common.ent @@ -6,6 +6,7 @@ git-buildpackage"> git-import-orig"> git-import-dsc"> + git-import-dscs"> git-dch"> git"> gitk"> diff --git a/docs/man.git-import-dscs.sgml b/docs/man.git-import-dscs.sgml new file mode 100644 index 00000000..3777e895 --- /dev/null +++ b/docs/man.git-import-dscs.sgml @@ -0,0 +1,11 @@ + + %COMMON; + + %MANPAGES; +]> + + +git-buildpackage Manual +&man.git.importdscs; + diff --git a/docs/manpages/git-import-dscs.sgml b/docs/manpages/git-import-dscs.sgml new file mode 100644 index 00000000..c9ea7d8a --- /dev/null +++ b/docs/manpages/git-import-dscs.sgml @@ -0,0 +1,79 @@ + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + +
+ + git-import-dscs + &dhsection; + + + &git-import-dscs; + + Import multiple versions of a Debian source packages into a Git repository + + + + &git-import-dscs; + + pkg_1.dsc + pkg_2.dsc + ... + + + + 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 + + All 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 + , + &man.seealso.common; + + + + AUTHOR + + &dhusername; &dhemail; + + +
diff --git a/docs/manpages/manpages.ent b/docs/manpages/manpages.ent index 6f22e564..21c5bf0d 100644 --- a/docs/manpages/manpages.ent +++ b/docs/manpages/manpages.ent @@ -1,5 +1,6 @@ + diff --git a/docs/manual.sgml b/docs/manual.sgml index e72ebec5..eb977536 100644 --- a/docs/manual.sgml +++ b/docs/manual.sgml @@ -29,6 +29,7 @@ Command Reference &man.git.buildpackage; &man.git.importdsc; + &man.git.importdscs; &man.git.importorig; &man.git.dch; -- cgit v1.2.3