Author: zack
Date: 2008-10-30 08:38:26 +0000 (Thu, 30 Oct 2008)
New Revision: 1683

Modified:
   trunk/debian/changelog
   trunk/scripts/debcheckout.pl
Log:
debcheckout: update user info about Vcs-*

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2008-10-30 08:13:10 UTC (rev 1682)
+++ trunk/debian/changelog      2008-10-30 08:38:26 UTC (rev 1683)
@@ -21,7 +21,10 @@
   * debian/control: Remove the Dm-Upload-Allowed flag.
 
   [ Stefano Zacchiroli ]
-  * debcheckout: try to guess repository type when given raw URLs
+  * debcheckout:
+    + try to guess repository type when given raw URLs
+    + update user info about Vcs-* fields (correct developers' reference
+      section, add an URL to it)
 
  -- Christoph Berg <[EMAIL PROTECTED]>  Sat, 25 Oct 2008 18:29:57 +0200
 

Modified: trunk/scripts/debcheckout.pl
===================================================================
--- trunk/scripts/debcheckout.pl        2008-10-30 08:13:10 UTC (rev 1682)
+++ trunk/scripts/debcheckout.pl        2008-10-30 08:38:26 UTC (rev 1683)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 #
 # debcheckout: checkout the development repository of a Debian package
-# Copyright (C) 2007  Stefano Zacchiroli <[EMAIL PROTECTED]>
+# Copyright (C) 2007-2008  Stefano Zacchiroli <[EMAIL PROTECTED]>
 #
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -648,10 +648,11 @@
       $vermsg = ", version $version" if $version;
       print <<EOF;
 No repository found for package $pkg$vermsg.
-A Vcs-* field is missing in its source record (see Debian Developer's
-Reference 4.10.4 and/or Bug#391023).  If you know that the package is
-maintained via a Version Control System consider asking the maintainer
-to expose such information.
+A Vcs-* field is missing in its source record. See Debian Developer's
+Reference 6.2.5:
+ 
`http://www.debian.org/doc/developers-reference/best-pkging-practices.html#bpp-vcs'
+If you know that the package is maintained via a Version Control
+System consider asking the maintainer to expose such information.
 EOF
       exit(1);
     }



-- 
To unsubscribe, send mail to [EMAIL PROTECTED]

Reply via email to