From: Anders Kaseorg Date: Sun, 1 Jun 2008 20:41:19 +0000 (-0400) Subject: Divert /etc/chrony/chrony.conf, not /etc/chrony.conf. X-Git-Tag: 1.1~1 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/sipb-xen-chrony-config.git/commitdiff_plain/01872e7101a7ec50800300b63346668668e0fa82 Divert /etc/chrony/chrony.conf, not /etc/chrony.conf. svn path=/trunk/packages/sipb-xen-chrony-config/; revision=544 --- 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