summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-07-01 23:31:25 +0200
committerGuido Günther <agx@sigxcpu.org>2013-07-01 23:31:25 +0200
commit2a233a7e6ca6002c082675059743f187460b4cee (patch)
tree19ae61b4e93a1d049d2ad887a246590711e220c6 /docs
parentfc74aa26134ef89c62c8b6888a142aeb6d4cb4f5 (diff)
Add examples for importing upstream sources
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/gbp-import-orig.sgml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manpages/gbp-import-orig.sgml b/docs/manpages/gbp-import-orig.sgml
index 084aca4e..f6df6659 100644
--- a/docs/manpages/gbp-import-orig.sgml
+++ b/docs/manpages/gbp-import-orig.sgml
@@ -197,6 +197,17 @@
</variablelist>
</refsect1>
<refsect1>
+ <title>EXAMPLES</title>
+ <para>Download and import a new upstream version using the informantion from <filename>debian/watch</filename></para>
+ <screen>
+ &gbp-import-orig; --uscan
+ </screen>
+ <para>After downloading an upstream tarball by hand import it</para>
+ <screen>
+ &gbp-import-orig; ../upstream-tarball-0.1.tar.gz
+ </screen>
+ </refsect1>
+ <refsect1>
&man.gbp.config-files;
</refsect1>
<refsect1>