diff options
author | Guido Guenther <agx@sigxcpu.org> | 2008-06-26 19:52:52 +0200 |
---|---|---|
committer | Guido Guenther <agx@sigxcpu.org> | 2008-06-26 19:52:52 +0200 |
commit | 044083f3271cda518aa9cd6dfd2ddbdc3f45b7f5 (patch) | |
tree | 3f68b7f5636553bb9109a28e7d7febd255d8cd8d /docs/chapters | |
parent | 0267cb847d05b02122b8ed6138486d10cbdd4b07 (diff) | |
download | git-buildpackage-044083f3271cda518aa9cd6dfd2ddbdc3f45b7f5.tar.gz git-buildpackage-044083f3271cda518aa9cd6dfd2ddbdc3f45b7f5.tar.bz2 git-buildpackage-044083f3271cda518aa9cd6dfd2ddbdc3f45b7f5.zip |
readd list import line
Diffstat (limited to 'docs/chapters')
-rw-r--r-- | docs/chapters/import.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/chapters/import.sgml b/docs/chapters/import.sgml index 6b2be569..6ba388f3 100644 --- a/docs/chapters/import.sgml +++ b/docs/chapters/import.sgml @@ -5,6 +5,7 @@ <title>Importing already existing &debian; packages</title> <para>Importing an already exsting debian package into a git repository is as easy as: <screen> +&git-import-dsc; package_0.1-1.dsc </screen> This will create a new git repository named after the imported package, put the upstream sources onto the <option>upstream-branch</option> and the |