1
0
mirror of synced 2026-04-26 12:26:54 +00:00
Files
xen-tools.xen-tools/debian
Axel Beckert b674db90c9 Debian package: Add evms-cli to Suggests.
EVMS has been removed[1] from Debian before Lenny, but it is necessary
for some optional functionality of xen-tools. And since some Debian
derived distributions (e.g. Ubuntu 6.06 LTS Server, Ubuntu 8.04 LTS
and grml) still support it, it's included in the list of suggested
dependencies for the sake of completeness and correctness.

  [1] http://bugs.debian.org/491808
2010-05-26 22:53:48 +02:00
..
2010-03-03 01:56:05 +01:00
2006-08-24 20:33:10 +00:00
2006-06-20 08:37:10 +00:00
2006-08-27 21:46:04 +00:00
2007-06-16 13:26:58 +00:00
2010-03-03 01:56:05 +01:00
2006-08-20 09:21:11 +00:00

How to build xen-tools directly from the Git repository?
========================================================

Clone the git repository and change to the directory of your local
working copy.

$ git clone git://gitorious.org/xen-tools/xen-tools.git
$ cd xen-tools

If you just want to build the binary package, run

$ dpkg-buildpackage -uc -us -b

If you want to build source and binary packages, e.g. for an upload to
Debian or Ubuntu:

$ make orig-tar-gz
$ dpkg-buildpackage


 -- Axel Beckert <abe@debian.org>, Mon, 17 May 2010 13:31:31 +0200