# HG changeset patch # User Pascal Volk # Date 1350660448 0 # Node ID 8009e87c7a202662da146f78b388a4adcc465266 # Parent 6463832d690e20689c120e2858ba70d7f727e6a3 doc/web: Added links to the Debian package and the git repos. README: Added git-URL. diff -r 6463832d690e -r 8009e87c7a20 README --- a/README Wed Oct 03 12:51:35 2012 +0000 +++ b/README Fri Oct 19 15:27:28 2012 +0000 @@ -120,6 +120,10 @@ ‣ ``https://bitbucket.org/pvo/vmm`` ‣ ``http://hg.code.sf.net/p/vmm/code`` +The Debian project is hosting the Git repository of vmm: + +• ``git://anonscm.debian.org/collab-maint/vmm.git`` + Released versions are also available as gzip compressed tar archives at: https://sourceforge.net/projects/vmm/files/vmm/ diff -r 6463832d690e -r 8009e87c7a20 doc/web/source/download.rst --- a/doc/web/source/download.rst Wed Oct 03 12:51:35 2012 +0000 +++ b/doc/web/source/download.rst Fri Oct 19 15:27:28 2012 +0000 @@ -14,7 +14,7 @@ create the new directory :file:`vmm-0.6.1` in the current working directory. Verify the downloaded archive ------------------------------ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ If you have downloaded the archive from the download site you can optionally verify the integrity_ of this archive. In order to verify the integrity of the archive you have to download the @@ -37,5 +37,25 @@ When you omit the ``-r vmm-0.6.1`` option, you will get the latest changes from the `vmm repository`_. This code may work for you or not. +Get vmm from the Git repository +------------------------------- +The Debian project is hosting the `Git repository of vmm +`_. +The *upstream* branch is a mirror of the Mercurial *default* branch. +The *master* branch is for Debian packaging. +In order to clone the *upstream* branch use: +``git clone --branch upstream git://anonscm.debian.org/collab-maint/vmm.git`` + +Packages +-------- +Debian +^^^^^^ +Since Debian Wheezy vmm is also `available `_ +in the Debian package repository. +The vmm package is `maintained `_ +by Martin F. Krafft. +Take a look at the file :file:`/usr/share/doc/vmm/README.Debian` for Debian +specific modifications. + .. include:: substitutions.rst .. include:: ext_references.rst