1
0
mirror of synced 2026-02-09 17:21:11 +00:00

Document more clearly how to build the package from a git working copy.

This commit is contained in:
Axel Beckert
2010-09-13 14:37:11 +02:00
parent 5d51730054
commit 9d3f09b50d
3 changed files with 17 additions and 3 deletions

9
README
View File

@@ -84,6 +84,15 @@ Requirements
http://xen-tools.org/software/xen-shell/
Installation
------------
As root or with sudo, execute "make install".
See debian/README.source how to build the Debian package from a
checked out copy of the git repository (i.e. without a source tar
ball).
The Scripts
-----------

View File

@@ -9,6 +9,7 @@ $ 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
@@ -18,4 +19,4 @@ $ make orig-tar-gz
$ dpkg-buildpackage
-- Axel Beckert <abe@debian.org>, Mon, 17 May 2010 13:31:31 +0200
-- Axel Beckert <abe@debian.org>, Mon, 13 Sep 2010 14:30:05 +0200

8
debian/changelog vendored
View File

@@ -6,9 +6,13 @@ xen-tools (4.2~rc2-1) UNRELEASED; urgency=low
- Updates examples in /etc/xen-tools.conf to better reflect current
state
* Does no more try extract the upstream changelog during package
build. (Closes: #595883)
build. The commit which introduced this problem has been
reverted. Document more clearly in debian/README.source how to build
the package from a checked out copy of the git repository, especially
that the upstream changelog has to be generated first out of the VCS
log. (Closes: #595883)
-- Axel Beckert <abe@debian.org> Tue, 07 Sep 2010 02:02:53 +0200
-- Axel Beckert <abe@debian.org> Mon, 13 Sep 2010 14:30:19 +0200
xen-tools (4.2~rc1-1) unstable; urgency=low