From ae33f606807a25c8f0e25dc0d12e38fddd97bd9e Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Wed, 16 Jan 2013 16:44:42 +0100 Subject: [PATCH] Makefile: Accept "DESTDIR" instead of "prefix=", too That way it adheres more commonly used conventions and allows using dh_auto_install --- Makefile | 3 ++- debian/changelog | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1636462..8027c9b 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,8 @@ VCS = git # # Installation prefix, useful for the Debian package. # -prefix= +DESTDIR= +prefix=${DESTDIR} nop: diff --git a/debian/changelog b/debian/changelog index b2f42f2..263c6fe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low - Preliminary support for Debian Jessie and Ubuntu Raring - Preliminary support for xl toolstack - xen-create-image: Consistently use runCommand() instead of system() + - Makefile accepts DESTDIR=… * Add debian/gbp.conf to be able to to build xen-tools with git-buildpackage. * Install (manually generated) upstream ChangeLog only if it