From 5d3f159aad498b8a3ababcc7c1b0f58d69c75d1d Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Sun, 15 Dec 2013 17:23:01 +0100 Subject: [PATCH] Update d/changelog + d/dirs for Adrian C.'s patch --- debian/changelog | 8 ++++++++ debian/dirs | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 422e5e4..905afe9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xen-tools (4.4+dev-1) UNRELEASED; urgency=low + + * Apply patch by Adrian C. (anrxc) to allow to override hooks in + /usr/share/xen-tools/*.d/ with hooks in /etc/xen-tools/hooks.d/. + Thanks! (Also add /etc/xen-tools/hooks.d/ to debian/dirs.) + + -- Axel Beckert Sun, 15 Dec 2013 17:20:43 +0100 + xen-tools (4.4-1) unstable; urgency=low * New upstream release diff --git a/debian/dirs b/debian/dirs index d9b8b71..00a4f8f 100644 --- a/debian/dirs +++ b/debian/dirs @@ -1,4 +1,5 @@ /etc/xen-tools /etc/xen-tools/role.d +/etc/xen-tools/hooks.d /etc/xen-tools/skel -/usr/share/xen-tools \ No newline at end of file +/usr/share/xen-tools