From: hertzog Date: Sat, 8 Dec 2007 17:57:45 +0000 (+0000) Subject: Remove XS- prefix for Vcs-* fields since dpkg now supports them. X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5fc9e4bae0e6d132bee93ea72142f9a5d9e6ac90;p=developers-reference.git Remove XS- prefix for Vcs-* fields since dpkg now supports them. git-svn-id: svn://anonscm.debian.org/ddp/manuals/trunk/developers-reference@4805 313b444b-1b9f-4f58-a734-7bb04f332e8d --- diff --git a/debian/changelog b/debian/changelog index b88a59e..5097a9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sat, 04 Aug 2007 17:51:06 +0200 diff --git a/developers-reference.sgml b/developers-reference.sgml index 02eb0cc..dedfb10 100644 --- a/developers-reference.sgml +++ b/developers-reference.sgml @@ -7,7 +7,7 @@ %dynamicdata; - + @@ -4013,7 +4013,7 @@ until that is available.

There are additional fields for the location of the Version Control System in debian/control. - XS-Vcs-Browser + Vcs-Browser

Value of this field should be a http:// 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 pending in the bug tracking system). - XS-Vcs-* + Vcs-*

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 vim package is shown. Note how the URL is in the svn:// scheme (instead of svn+ssh://) and how it points to the trunk/ branch. The use of the -XS-Vcs-Browser field described above is also shown. +Vcs-Browser field described above is also shown. Source: vim Section: editors Priority: optional <snip> - 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