diff --git a/Makefile b/Makefile index 896944a..1887b7b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # -- # http://www.steve.org.uk/ # -# $Id: Makefile,v 1.102 2007-05-24 17:35:17 steve Exp $ +# $Id: Makefile,v 1.103 2007-06-12 11:10:06 steve Exp $ # @@ -151,6 +151,8 @@ install-hooks: cp -R hooks/gentoo/*-* ${prefix}/usr/lib/xen-tools/gentoo.d mkdir -p ${prefix}/usr/lib/xen-tools/edgy.d/ cp -R hooks/edgy/*-* ${prefix}/usr/lib/xen-tools/edgy.d/ + -cd ${prefix}/usr/lib/xen-tools/ && ln -s edgy.d feisty.d + -cd ${prefix}/usr/lib/xen-tools/ && ln -s edgy.d gutsy.d mkdir -p ${prefix}/usr/lib/xen-tools/dapper.d/ cp -R hooks/dapper/*-* ${prefix}/usr/lib/xen-tools/dapper.d/ mkdir -p ${prefix}/usr/lib/xen-tools/edgy.d/ diff --git a/debian/changelog b/debian/changelog index 83a11b0..91ac337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xen-tools (3.4-2) unstable; urgency=low the host. * Allow per-dist mirrors. Which is useful when working with mixed Debian + Ubuntu installations. + * Added support for Ubuntu Feisty + Gutsy -- Radu Spineanu Tue, 29 May 2007 01:09:40 +0300