6.2.5. Version Control System location
There are additional fields for the location of the Version Control System in debian/control
.
6.2.5.1. Vcs-Browser
Value of this field should be a https://
URL pointing to a web-browsable copy of the Version Control System repository used to maintain the given package, if available.
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).
6.2.5.2. Vcs-*
Value of this field should be a string identifying unequivocally the location of the Version Control System repository used to maintain the given package, if available. *
identifies the Version Control System; currently the following systems are supported by the package tracking system: arch
, bzr
(Bazaar), cvs
, darcs
, git
, hg
(Mercurial), mtn
(Monotone), svn
(Subversion). It is allowed to specify different VCS fields for the same package: they will all be shown in the PTS web interface.
The information is meant to be useful for a user knowledgeable in the given Version Control System and willing to build the current version of a package from the VCS sources. Other uses of this information might include automatic building of the latest VCS version of the given package. To this end the location pointed to by the field should better be version agnostic and point to the main branch (for VCSs supporting such a concept). Also, the location pointed to should be accessible to the final user; fulfilling this requirement might imply pointing to an anonymous access of the repository instead of pointing to an SSH-accessible version of the same.
In the following example, an instance of the field for a Git repository of the vim
package is shown. Note how the URL is in the https://
scheme (instead of ssh://
). The use of the Vcs-Browser
and Homepage
fields described above is also shown.
Source: vim
<snip>
Vcs-Git: https://salsa.debian.org/vim-team/vim.git
Vcs-Browser: https://salsa.debian.org/vim-team/vim
Homepage: https://www.vim.org