diff --git a/debian/changelog b/debian/changelog index d76b3f1..7a60c11 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,20 @@ +qterminal (0.8.0-5) unstable; urgency=medium + + * Bumped compat to 11 + * Bumped debhelper to >= 11~ + * Bumped Standards to 4.1.4, no changes needed + * Changed VCS fields for salsa + * Changed Homepage, Source and watch to lxqt + * Bumped years in copyright + * Removed trailing whitespaces in changelog + + -- Alf Gaida Sat, 28 Apr 2018 19:20:40 +0200 + qterminal (0.8.0-4) unstable; urgency=medium * Bumped Standards to 4.1.2, no changes needed * Removed branch from VCS fields - * Removed debian/gbp.conf + * Removed debian/gbp.conf -- Alf Gaida Fri, 15 Dec 2017 17:56:14 +0100 @@ -14,7 +26,7 @@ qterminal (0.8.0-3) unstable; urgency=medium qterminal (0.8.0-2) experimental; urgency=medium - * Patched appdata and metainfo-path again + * Patched appdata and metainfo-path again -- Alf Gaida Sun, 05 Nov 2017 03:00:28 +0100 @@ -23,7 +35,7 @@ qterminal (0.8.0-1) experimental; urgency=medium * Cherry-picking upstream version 0.8.0. * Switched to experimental * Bumped Standards to 4.1.1 - * Bumped libqtermwidget5-0-dev to >= 0.8.0 + * Bumped libqtermwidget5-0-dev to >= 0.8.0 * Added dependency libutf8proc-dev * Bumped lxqt-build-tools to >= 0.4.0 * Fixed copyright @@ -35,7 +47,7 @@ qterminal (0.7.1-3) unstable; urgency=medium * Bumped Standards to 4.1.0 - no changes needed * Fixed d/control with cme - * Close slowness bug, not reproducible anymore (Closes: #853220) + * Close slowness bug, not reproducible anymore (Closes: #853220) -- Alf Gaida Wed, 06 Sep 2017 17:55:33 +0200 @@ -77,7 +89,7 @@ qterminal (0.7.0-2) unstable; urgency=medium * Added Recommends qterminal-l10n * Fixed VCS fields, using https, plain /git/ and pointing to the right branch * Fixed copyright Format field, using https - * Exported LC_ALL=C.UTF-8, make builds reproducible + * Exported LC_ALL=C.UTF-8, make builds reproducible * Added hardening options * Added translation control to rules * Set CMAKE_BUILD_TYPE=RelWithDebInfo @@ -102,7 +114,7 @@ qterminal (0.6.0+20160104-1) unstable; urgency=medium [ Alf Gaida ] * Cherry-picking upstream version 0.6.0+20160104. - * Fixed copyright for 2016, added Peter Mattern + * Fixed copyright for 2016, added Peter Mattern * Fixed 'possible-unindented-list-in-extended-description' [ Peter Mattern ] 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 99a999c..38abb85 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Alf Gaida , Andrew Lee (李健秋) Section: x11 Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11~), libkf5windowsystem-dev, libqtermwidget5-0-dev (>= 0.8.0), libqt5svg5-dev, @@ -14,10 +14,10 @@ Build-Depends: debhelper (>= 10), libx11-dev, lxqt-build-tools (>= 0.4.0), qtbase5-private-dev -Standards-Version: 4.1.2 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/qterminal.git -Homepage: https://github.com/lxde/qterminal +Standards-Version: 4.1.4 +Vcs-Browser: https://salsa.debian.org/lxqt-team/qterminal +Vcs-Git: https://salsa.debian.org/lxqt-team/qterminal.git +Homepage: https://github.com/lxqt/qterminal Package: qterminal Architecture: any diff --git a/debian/copyright b/debian/copyright index 62b6c74..f6639d6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,10 +1,10 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: qterminal -Source: https://github.com/lxde/qterminal.git +Source: https://github.com/lxqt/qterminal.git Files: * -Copyright: 2010-2016 Petr Vanek - 2016-2017 LXQt Team +Copyright: 2016-2018 LXQt Team + 2010-2016 Petr Vanek License: GPL-2+ Files: src/config.h @@ -19,10 +19,10 @@ Copyright: 2006-2011 the LibQxt project. License: BSD-3-clause Files: debian/* -Copyright: 2012-2017 Alf Gaida - 2012 Torsten Wohlfarth - 2015 ChangZhuo Chen (陳昌倬) +Copyright: 2012-2018 Alf Gaida 2016 Peter Mattern + 2015 ChangZhuo Chen (陳昌倬) + 2012 Torsten Wohlfarth License: GPL-2+ License: GPL-2+ diff --git a/debian/watch b/debian/watch index ed66619..4683577 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts="pgpsigurlmangle=s/$/.asc/" \ - https://github.com/lxde/qterminal/releases .*/qterminal-([\d\.]+).tar.xz +https://github.com/lxqt/qterminal/releases .*/qterminal-([\d\.]+).tar.xz