* New upstream release.
+ Add cmake files to ease package searching.
+ * Backport one upstream patch to fix FTBFS on hurd systems.
- -- Boyuan Yang <073plan@gmail.com> Wed, 17 Jan 2018 23:13:27 +0800
+ -- Boyuan Yang <073plan@gmail.com> Wed, 17 Jan 2018 23:33:32 +0800
dtkcore (2.0.5.3-1) unstable; urgency=medium
--- /dev/null
+From: Yanhao Mo <yanhaocs@gmail.com>
+Date: Tue, 16 Jan 2018 10:19:20 +0800
+Subject: fix a bug cause packaging on hurd failed
+
+Change-Id: I06024cdb2c691983681f986e1f6844db650a78a1
+---
+ dtkcore.pro | 4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
+
+diff --git a/dtkcore.pro b/dtkcore.pro
+index 9fe4a1e..c776e70 100644
+--- a/dtkcore.pro
++++ b/dtkcore.pro
+@@ -6,6 +6,4 @@ SUBDIRS += \
+ src \
+ tests
+
+-linux {
+-SUBDIRS += tool
+-}
++!mac:!win*: SUBDIRS += tool