From a3620b3a9477c74ea34e984e163129b4acdf913f Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Wed, 3 Jun 2020 20:17:37 -0400 Subject: [PATCH 1/3] Add libkf5windowsystem-dev to build depends. --- debian/changelog | 4 ++++ debian/control | 1 + 2 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3838625..32023e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,14 @@ qps (2.1.0-0ubuntu1) UNRELEASED; urgency=medium + [ Simon Quigley ] * New upstream release. - Update upstream signing key. - Update LXQt build dependencies. * Run wrap-and-sort. + [ Dan Simmons ] + * Added libkf5windowsystem-dev to build dependendies. + -- Simon Quigley Fri, 01 May 2020 00:02:11 -0500 qps (2.0.0-1ubuntu2) groovy; urgency=medium diff --git a/debian/control b/debian/control index cbad170..fe05d24 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Section: x11 Priority: optional Build-Depends: cmake, debhelper-compat (= 12), + libkf5windowsystem-dev, liblxqt0-dev (>= 0.15.0), libqt5x11extras5-dev, libxrender-dev, From f9577ccade965e9da6fd16c854d66a3fd68f2c10 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Wed, 3 Jun 2020 20:40:37 -0400 Subject: [PATCH 2/3] Remove tab characters in copyright. --- debian/changelog | 1 + debian/copyright | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 32023e6..b7fd135 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ qps (2.1.0-0ubuntu1) UNRELEASED; urgency=medium [ Dan Simmons ] * Added libkf5windowsystem-dev to build dependendies. + * Remove tab characters from copyright. -- Simon Quigley Fri, 01 May 2020 00:02:11 -0500 diff --git a/debian/copyright b/debian/copyright index aeacd5f..5ede9c7 100644 --- a/debian/copyright +++ b/debian/copyright @@ -114,11 +114,11 @@ License: LGPL-2.1+ License: QPL-1.0 THE Q PUBLIC LICENSE - version 1.0 + version 1.0 . - Copyright (C) 1999-2000 Trolltech AS, Norway. - Everyone is permitted to copy and - distribute this license document. + Copyright (C) 1999-2000 Trolltech AS, Norway. + Everyone is permitted to copy and + distribute this license document. . The intent of this license is to establish freedom to share and change the software regulated by this license under the open source model. @@ -130,7 +130,7 @@ License: QPL-1.0 Software, use of third-party application programs based on the Software, and development of free software which uses the Software. . - Granted Rights + Granted Rights . 1. You are granted the non-exclusive rights set forth in this license provided you agree to and comply with any and all conditions in this @@ -197,7 +197,7 @@ License: QPL-1.0 initial developer of the Software requests a copy of the items, then you must supply one. . - Limitations of Liability + Limitations of Liability . In no event shall the initial developers or copyright holders be liable for any damages whatsoever, including - but not restricted to - lost @@ -206,7 +206,7 @@ License: QPL-1.0 of such damages, except to the extent invariable law, if any, provides otherwise. . - No Warranty + No Warranty . The Software and this license document are provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS From 47564af619b1159d5dba959ef3197491228d7cd4 Mon Sep 17 00:00:00 2001 From: Dan Simmons Date: Thu, 4 Jun 2020 05:33:29 -0400 Subject: [PATCH 3/3] Add version for libkf5windowsystem-dev depend. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fe05d24..b0817ab 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: x11 Priority: optional Build-Depends: cmake, debhelper-compat (= 12), - libkf5windowsystem-dev, + libkf5windowsystem-dev (>= 5.36.0), liblxqt0-dev (>= 0.15.0), libqt5x11extras5-dev, libxrender-dev,