From 01872e7101a7ec50800300b63346668668e0fa82 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Sun, 1 Jun 2008 16:41:19 -0400 Subject: [PATCH] Divert /etc/chrony/chrony.conf, not /etc/chrony.conf. svn path=/trunk/packages/sipb-xen-chrony-config/; revision=544 --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f71e52b..c7d9d3f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sipb-xen-chrony-config (1.1) intrepid; urgency=low + + * Divert /etc/chrony/chrony.conf, not /etc/chrony.conf. + + -- Anders Kaseorg Sun, 01 Jun 2008 16:40:33 -0400 + sipb-xen-chrony-config (1) unstable; urgency=low * Initial release. diff --git a/debian/rules b/debian/rules index f3cb522..4a10e93 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1 DEB_DIVERT_EXTENSION = .sipb-xen DEB_DIVERT_FILES_sipb-xen-chrony-config += \ - /etc/chrony.conf + /etc/chrony/chrony.conf include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/replace-files.mk -- 1.7.9.5