From 2000e8e887726d13cd6fc1d0833a5251444b5eae Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 30 Oct 2015 18:15:47 +0100 Subject: [PATCH] set minimum versions for libqtxdg and liblxqt --- debian/changelog | 6 ++++++ debian/control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b44bca9..a4eb59b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-notificationd (0.9.0+20151028-2) experimental; urgency=medium + + * set minimum versions for libqtxdg and liblxqt + + -- Alf Gaida Fri, 30 Oct 2015 18:15:33 +0100 + lxqt-notificationd (0.9.0+20151028-1) experimental; urgency=medium * Cherry-picked upstream version 0.9.0+20151028. diff --git a/debian/control b/debian/control index 1008f85..f5861fe 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ Priority: optional Build-Depends: cmake (>= 3.0.2), debhelper (>= 9), libkf5windowsystem-dev, - liblxqt0-dev (>= 0.9.0+20150911), + liblxqt0-dev (>= 0.9.0+20151026), libqt5x11extras5-dev, - libqt5xdg-dev, + libqt5xdg-dev (>= 1.3.0), libx11-dev, pkg-config, qtbase5-private-dev,