1
0
mirror of synced 2026-01-20 09:34:58 +00:00
Axel Beckert bc811daa17 Revert "Generate ChangeLog during package build"
This reverts commit 0cb518bc5af166b9a221bc5780f323a563158779 and fixes
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=595883

The changelog MUST not be generated during the Debian package build as
it relies on a checked out copy of the VCS repository -- what the
Debian package isn't. The Debian (and any other packaging) gets the
changelog from our tar.gz balls.

We will have to fix the issue, which the reverted commit tried to fix,
differently.
2010-09-07 01:55:25 +02:00
..
2010-03-03 01:56:05 +01:00
2010-08-06 15:48:25 +02:00
2010-05-30 22:41:52 +02:00
2006-08-24 20:33:10 +00:00
2006-08-27 21:46:04 +00:00
2007-06-16 13:26:58 +00: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