From 8a448e8866e5fd9620c98cc52edb164244617a52 Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sat, 28 Apr 2018 19:04:48 +0200 Subject: [PATCH] Some updates in debian $foo * Bumped compat to 11 * Bumped debhelper to >= 11~ * Removed not needed cmake minimum version * Bumped Standards to 4.1.4, no changes needed * Changed VCS fields for salsa * Changed Homepage, Source and watch to lxqt * Bumped year in copyright * Removed trailing whitespaces in changelog --- debian/changelog | 17 +++++++++++++++-- debian/compat | 2 +- debian/control | 12 ++++++------ debian/copyright | 4 ++-- debian/watch | 2 +- 5 files changed, 25 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index ab53cb3..a29dc1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,21 @@ +qps (1.10.17-3) unstable; urgency=medium + + * Bumped compat to 11 + * Bumped debhelper to >= 11~ + * Removed not needed cmake minimum version + * Bumped Standards to 4.1.4, no changes needed + * Changed VCS fields for salsa + * Changed Homepage, Source and watch to lxqt + * Bumped year in copyright + * Removed trailing whitespaces in changelog + + -- Alf Gaida Sat, 28 Apr 2018 19:04:42 +0200 + qps (1.10.17-2) unstable; urgency=medium * Bumped Standards to 4.1.2 * Removed branch from VCS fields - * Removed debian/gbp.conf + * Removed debian/gbp.conf -- Alf Gaida Fri, 15 Dec 2017 17:08:38 +0100 @@ -40,7 +53,7 @@ qps (1.10.16+20151210-2) unstable; urgency=medium * Secured VCS-Fields * Fix years in copyright * Add hardening=+all - * Fix new grep behaviour in LXQtTranslateDesktop.cmake + * Fix new grep behaviour in LXQtTranslateDesktop.cmake -- Alf Gaida Thu, 25 Feb 2016 23:37:08 +0100 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index aaea688..c27c25d 100644 --- a/debian/control +++ b/debian/control @@ -5,16 +5,16 @@ Uploaders: Alf Gaida , Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 10), - cmake (>= 3.0.2), +Build-Depends: debhelper (>= 11~), + cmake, libxrender-dev, libqt5x11extras5-dev, qttools5-dev, qttools5-dev-tools -Standards-Version: 4.1.2 -Vcs-Browser: https://anonscm.debian.org/git/pkg-lxqt/qps.git -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qps.git -Homepage: https://github.com/qtdesktop/qps +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/lxqt-team/qps +Vcs-Git: https://salsa.debian.org/lxqt-team/qps.git +Homepage: https://github.com/lxqt/qps Package: qps Architecture: linux-any diff --git a/debian/copyright b/debian/copyright index d165a24..56a0ace 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qps -Source: http://github.com/QtDesktop/qps +Source: http://github.com/lxqt/qps Files: * Copyright: 1997-1999 Mattias Engdegård @@ -35,7 +35,7 @@ Copyright: 2003 Justin Karneges License: LGPL-2.1+ Files: debian/* -Copyright: 2015-2016 Alf Gaida +Copyright: 2015-2018 Alf Gaida 2015-2016 ChangZhuo Chen (陳昌倬) License: GPL-2.0+ diff --git a/debian/watch b/debian/watch index 78c3ba1..6ca99ce 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="pgpsigurlmangle=s/$/.asc/" \ - https://github.com/QtDesktop/qps/releases .*/qps-([\d\.]+).tar.xz +https://github.com/lxqt/qps/releases .*/qps-([\d\.]+).tar.xz