aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/chapters/import.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/chapters/import.sgml')
-rw-r--r--docs/chapters/import.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml
index 429f9f11..3da7bd35 100644
--- a/docs/chapters/import.sgml
+++ b/docs/chapters/import.sgml
@@ -153,13 +153,12 @@ EOF
<screen>
<command>mkdir</command> package-0.1
<command>cd</command> package-0.1
-<command>git-init</command>
+<command>git init</command>
</screen>
<para>Then you import the upstream sources, branch off the
<option>upstream-branch</option> branch and add the debian files (e.g. via dh_make):
<screen>
&git-import-orig; <option>-u</option> <replaceable>0.1</replaceable> <filename>../package-0.1.tar.gz</filename>
-&gitcmd; branch upstream
<command>dh_make</command>
</screen>
That's it, you're done.