From 3abd6d08ef59b7107690607bfc8811daeceb9e1b Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Fri, 30 Oct 2015 00:56:04 +0100 Subject: [PATCH] set minimum versions for libqtxdg and liblxqt --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 378fbc1..c462f1e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ lxqt-globalkeys (0.9.0+20151019-1) experimental; urgency=medium * Cherry-picked upstream version 0.9.0+20151019. * Remove --list-missing from rules, it's included in --fail-missing + * set minimum versions for libqtxdg and liblxqt - -- Alf Gaida Sat, 24 Oct 2015 00:33:31 +0200 + -- Alf Gaida Fri, 30 Oct 2015 00:55:35 +0100 lxqt-globalkeys (0.9.0+20150914-1) experimental; urgency=medium diff --git a/debian/control b/debian/control index 6125e49..c9ac9fc 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, qttools5-dev,