From f7d7aa1c1b7abb0733e4dd47df84db49547c7c0a Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Thu, 26 Apr 2018 21:00:40 +0200 Subject: [PATCH] Some updates in debian $foo * Bumped compat to 11 * Bumped debhelper to >= 11~ * Removed cmake minimum version * Bumped Standards to 4.1.4 * Changed VCS fields for salsa * Fixed homepage and Sources url to /lxqt * Bumped years in copyright * Removed trailing whitespaces --- debian/changelog | 23 ++++++++++++++++++----- debian/compat | 2 +- debian/control | 14 +++++++------- debian/copyright | 24 ++++++++++++------------ 4 files changed, 38 insertions(+), 25 deletions(-) diff --git a/debian/changelog b/debian/changelog index 49f8d06..67b1fa2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,27 @@ +lxqt-build-tools (0.4.0-6) unstable; urgency=medium + + * Bumped compat to 11 + * Bumped debhelper to >= 11~ + * Removed cmake minimum version + * Bumped Standards to 4.1.4 + * Changed VCS fields for salsa + * Fixed homepage and Sources url to /lxqt + * Bumped years in copyright + * Removed trailing whitespaces + + -- Alf Gaida Thu, 26 Apr 2018 20:48:51 +0200 + lxqt-build-tools (0.4.0-5) unstable; urgency=medium * Bumped Standards to 4.1.2 * Removed branch from VCS fields - * Removed debian/gbp.conf + * Removed debian/gbp.conf -- Alf Gaida Thu, 14 Dec 2017 18:28:07 +0100 lxqt-build-tools (0.4.0-4) unstable; urgency=medium - * Switch to unstable + * Switch to unstable -- Alf Gaida Mon, 04 Dec 2017 02:49:26 +0100 @@ -26,7 +39,7 @@ lxqt-build-tools (0.4.0-2) experimental; urgency=medium * Renamed get-snapshot to git-snapshot * Bumped qtxdg dependency to >= 3.1.0 * Added lintian-overrides - + -- Alf Gaida Sun, 22 Oct 2017 17:01:49 +0200 lxqt-build-tools (0.4.0-1) experimental; urgency=medium @@ -44,7 +57,7 @@ lxqt-build-tools (0.4.0-1) experimental; urgency=medium lxqt-build-tools (0.3.2-1) unstable; urgency=medium * Cherry-picking upstream version 0.3.2. - * Switched Architecture any --> all + * Switched Architecture any --> all -- Alf Gaida Sat, 14 Jan 2017 00:55:40 +0100 @@ -58,7 +71,7 @@ lxqt-build-tools (0.3.1-1) unstable; urgency=medium lxqt-build-tools (0.3.0-1) unstable; urgency=medium * Cherry-picking upstream version 0.3.0. - * Fixed VCS-Fields to branch debian/sid + * Fixed VCS-Fields to branch debian/sid -- Alf Gaida Tue, 06 Dec 2016 22:27:16 +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 a1f8da6..fa1c05b 100644 --- a/debian/control +++ b/debian/control @@ -4,22 +4,22 @@ Uploaders: Alf Gaida , ChangZhuo Chen (陳昌倬) Section: devel Priority: optional -Build-Depends: debhelper (>= 10), - cmake (>= 3.0.2), +Build-Depends: debhelper (>= 11~), + cmake, libglib2.0-dev, pkg-config, qtbase5-dev -Standards-Version: 4.1.2 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/lxqt-build-tools.git -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/lxqt-build-tools.git -Homepage: https://github.com/lxde/lxqt-build-tools +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/team-lxqt/lxqt-build-tools +Vcs-Git: https://salsa.debian.org/team-lxqt/lxqt-build-tools.git +Homepage: https://github.com/lxqt/lxqt-build-tools Package: lxqt-build-tools Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, binutils, - cmake (>= 3.0.2), + cmake, libqt5xdg-dev (>= 3.1.0), libglib2.0-dev (>= 2.5.0), pkg-config, diff --git a/debian/copyright b/debian/copyright index 7e88fa0..f9eedf4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,14 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: lxqt-build-tools -Source: https://github.com/lxde/lxqt-build-tools +Source: https://github.com/lxqt/lxqt-build-tools Files: * -Copyright: 2010-2012 Razor team - 2012-2017 LXQt team +Copyright: 2012-2018 LXQt team + 2010-2012 Razor team License: BSD-3-Clause Files: debian/* -Copyright: 2015-2017 Alf Gaida +Copyright: 2015-2018 Alf Gaida License: BSD-3-Clause License: BSD-3-Clause @@ -25,14 +25,14 @@ License: BSD-3-Clause without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE HOLDERS OR - CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, - PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR - PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF - LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF + LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.