1
0
mirror of synced 2026-04-10 22:31:07 +00:00
Files
xen-tools.xen-tools/debian
Axel Beckert d278bdc89e Mark Debian 8 Jessie as EoL
Reasoning:

Debian 8 Jessie has still (external) ELTS until 2022. But
debian-internal LTS has ended and it will likely vanish from the
normal mirrors soon. And it is already available in the archive. (And
some architectures are already only available in the archive.)

Also mention marking Debian 7 Wheezy as EoL in NEWS.markdown. (Was
already mentioned in debian/changelog.)
2020-10-11 01:59:42 +02:00
..
2015-07-14 21:55:41 +02:00
2020-10-11 01:59:42 +02:00
2019-04-16 13:30:37 +02:00
2006-08-27 21:46:04 +00:00
2007-06-16 13:26:58 +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://github.com/xen-tools/xen-tools.git
$ cd xen-tools

If you just want to build the binary package, run

$ make changelog
$ 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>, Tue, 14 Jul 2015 18:35:38 +0200