summaryrefslogtreecommitdiff
path: root/docs/manpages/git-import-dsc.sgml
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2006-11-08 22:25:36 +0100
committerGuido Guenther <agx@bogon.sigxcpu.org>2006-11-08 22:25:36 +0100
commit6f94038f6ed75bb2c1798ef15a9f1642fb5a4e79 (patch)
treeb0db574b9e1b07b3fb9b4e1de1b69adce7e02571 /docs/manpages/git-import-dsc.sgml
parentc48e88ca55a8ec2c90f4846a3081c1cc136aa826 (diff)
move docs around
for the later merge of the (yet mostly unwritten) manual
Diffstat (limited to 'docs/manpages/git-import-dsc.sgml')
-rw-r--r--docs/manpages/git-import-dsc.sgml75
1 files changed, 75 insertions, 0 deletions
diff --git a/docs/manpages/git-import-dsc.sgml b/docs/manpages/git-import-dsc.sgml
new file mode 100644
index 0000000..22a5f6e
--- /dev/null
+++ b/docs/manpages/git-import-dsc.sgml
@@ -0,0 +1,75 @@
+<refentry id="gbp.man.git.import.dsc">
+ <refentryinfo>
+ <address>
+ &dhemail;
+ </address>
+ <author>
+ &dhfirstname;
+ &dhsurname;
+ </author>
+ <copyright>
+ <year>2006</year>
+ <holder>&dhusername;</holder>
+ </copyright>
+ &dhdate;
+ </refentryinfo>
+ <refmeta>
+ <refentrytitle>git-import-dsc</refentrytitle>
+ &dhsection;
+ </refmeta>
+ <refnamediv>
+ <refname>&git-import-dsc;</refname>
+
+ <refpurpose>Import Debian packages into a Git repository</refpurpose>
+ </refnamediv>
+ <refsynopsisdiv>
+ <cmdsynopsis>
+ &git-import-dsc;
+
+ <arg><option>--verbose</option></arg>
+ <arg><option>--upstream-branch=<replaceable>branch_name</replaceable></option></arg>
+ <arg choice="plain"><replaceable>dsc_file</replaceable></arg>
+ </cmdsynopsis>
+ </refsynopsisdiv>
+ <refsect1>
+ <title>DESCRIPTION</title>
+ <para>
+ &git-import-dsc; imports a Debian source package into a &git-buildpackage;
+ 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.
+ </para>
+ </refsect1>
+ <refsect1>
+ <title>OPTIONS</title>
+
+ <variablelist>
+ <varlistentry>
+ <term><option>--upstream-branch</option>=<replaceable>branch_name</replaceable>
+ </term>
+ <listitem>
+ <para>The branch in the Git repository the upstream sources are put onto. Default is 'upstream'</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term><option>--verbose</option>, <option>-v</option>
+ </term>
+ <listitem>
+ <para>Verbose execution.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect1>
+ <refsect1>
+ <title>SEE ALSO</title>
+
+ <para>git-buildpackage (1), git-import-orig (1), git (1), git_load_dirs (1)</para>
+
+ </refsect1>
+ <refsect1>
+ <title>AUTHOR</title>
+
+ <para>&dhusername; &dhemail;</para>
+
+ </refsect1>
+</refentry>