chiark / gitweb /
Remove XS- prefix for Vcs-* fields since dpkg now supports them.
authorhertzog <hertzog@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 8 Dec 2007 17:57:45 +0000 (17:57 +0000)
committerhertzog <hertzog@313b444b-1b9f-4f58-a734-7bb04f332e8d>
Sat, 8 Dec 2007 17:57:45 +0000 (17:57 +0000)
git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@4805 313b444b-1b9f-4f58-a734-7bb04f332e8d

debian/changelog
developers-reference.sgml

index b88a59e5db1d98d2cf9f44108e2059c84787bfcd..5097a9d843f25ea71bcef587f4376af65efa94f2 100644 (file)
@@ -40,6 +40,7 @@ developers-reference (3.3.9) unstable; urgency=low
   * Update information concerning Alioth.
   * Mention Alioth as the main resource for VCS repositories and deprecate
     cvs.debian.org.
+  * Remove XS- prefix for Vcs-* fields since dpkg now supports them.
 
  -- Raphael Hertzog <hertzog@debian.org>  Sat, 04 Aug 2007 17:51:06 +0200
 
index 02eb0cc32358cb50e40844907d55719661246860..dedfb10d28161eaa19330e902ab2c8c88af823ee 100644 (file)
@@ -7,7 +7,7 @@
   <!ENTITY % dynamicdata  SYSTEM "dynamic.ent" > %dynamicdata;
 
   <!-- CVS revision of this document -->
-  <!ENTITY cvs-rev "$Revision: 1.334 $">
+  <!ENTITY cvs-rev "$Revision: 1.335 $">
 
   <!-- if you are translating this document, please notate the CVS
        revision of the original developer's reference in cvs-en-rev -->
@@ -4013,7 +4013,7 @@ until that is available.
           <p>
 There are additional fields for the location of the Version Control System
 in <file>debian/control</file>.
-          <sect2><heading>XS-Vcs-Browser</heading>
+          <sect2><heading>Vcs-Browser</heading>
           <p>
 Value of this field should be a <tt>http://</tt> URL pointing to a
 web-browsable copy of the Version Control System repository used to
@@ -4023,7 +4023,7 @@ The information is meant to be useful for the final user, willing to
 browse the latest work done on the package (e.g. when looking for the
 patch fixing a bug tagged as <tt>pending</tt> in the bug tracking
 system).
-          <sect2><heading>XS-Vcs-*</heading>
+          <sect2><heading>Vcs-*</heading>
           <p>
 Value of this field should be a string identifying unequivocally the
 location of the Version Control System repository used to maintain the
@@ -4050,14 +4050,14 @@ In the following example, an instance of the field for a Subversion
 repository of the <package>vim</package> package is shown. Note how the
 URL is in the <tt>svn://</tt> scheme (instead of <tt>svn+ssh://</tt>) and
 how it points to the <file>trunk/</file> branch. The use of the
-<tt>XS-Vcs-Browser</tt> field described above is also shown.
+<tt>Vcs-Browser</tt> field described above is also shown.
 <example>
   Source: vim
   Section: editors
   Priority: optional
   &lt;snip&gt;
-  XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim
-  XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim
+  Vcs-Svn: svn://svn.debian.org/svn/pkg-vim/trunk/packages/vim
+  Vcs-Browser: http://svn.debian.org/wsvn/pkg-vim/trunk/packages/vim
 </example>
         </sect1>
       </sect>