r77815 - /website/git.pod

carnil at users.alioth.debian.org carnil at users.alioth.debian.org
Sun Jul 24 20:26:04 UTC 2011


Author: carnil
Date: Sun Jul 24 20:26:00 2011
New Revision: 77815

URL: http://svn.debian.org/wsvn/?sc=1&rev=77815
Log:
reorder info about importing initial packages.

Modified:
    website/git.pod

Modified: website/git.pod
URL: http://svn.debian.org/wsvn/website/git.pod?rev=77815&op=diff
==============================================================================
--- website/git.pod (original)
+++ website/git.pod Sun Jul 24 20:26:00 2011
@@ -49,15 +49,15 @@
     $ git init
     $ git-import-dsc --pristine-tar ../libfoo-perl_1.23-1.dsc
 
-or, if your package does not have a .dsc file you can use
-
-    $ git-import-orig --pristine-tar ../libfoo-perl_1.23-1.tar.gz
-
-Note that L<dh-make-perl(1)> has many options to make your life easier.
-
 If the package is already in Debian and you want to add a bit of history to the
 repository, repeat the last command for all C<.dsc> files you have, in
 incremental version order. Alternatively you could use B<git-import-dscs>.
+
+Note that L<dh-make-perl(1)> has many options to make your life easier.
+
+If your package does not have a .dsc file you can use
+
+    $ git-import-orig --pristine-tar ../libfoo-perl_1.23-1.tar.gz
 
 =head2 cloning existing package repository
 




More information about the Pkg-perl-cvs-commits mailing list