Author: jamessan
Date: 2009-01-16 00:50:02 +0000 (Fri, 16 Jan 2009)
New Revision: 1795

Modified:
   trunk/debian/changelog
   trunk/scripts/debcheckout.pl
Log:
Correct the Vcs-* example for Vim.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2009-01-15 22:20:53 UTC (rev 1794)
+++ trunk/debian/changelog      2009-01-16 00:50:02 UTC (rev 1795)
@@ -24,6 +24,7 @@
     + Determine the actual HEAD ref to skip when first cloning a git repo
       instead of assuming it is master.  This ensures branches don't get
       skipped when specifying extra branches to track with --git-track.
+    + Correct the Vcs-* example for Vim.
 
  -- Patrick Schoenfeld <[email protected]>  Fri, 09 Jan 2009 23:01:08 +0100
 

Modified: trunk/scripts/debcheckout.pl
===================================================================
--- trunk/scripts/debcheckout.pl        2009-01-15 22:20:53 UTC (rev 1794)
+++ trunk/scripts/debcheckout.pl        2009-01-16 00:50:02 UTC (rev 1795)
@@ -46,9 +46,9 @@
 
 The information about where the repository is available is expected to be found
 in B<Vcs-*> fields available in the source package record. For example, the vim
-package exposes such information with a field like S<Vcs-Svn:
-svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim>, you can see it by
-grepping through C<apt-cache showsrc vim>.
+package exposes such information with a field like S<Vcs-Git:
+git://git.debian.org/git/pkg-vim/vim.git>, you can see it by grepping through
+C<apt-cache showsrc vim>.
 
 If more than one source package record containing B<Vcs-*> fields is available,
 B<debcheckout> will select the record with the highest version number. 



-- 
To unsubscribe, send mail to [email protected].

Reply via email to