New upstream release of qterminal
Summary: Packaged new upstream release 0.17.0 of qterminal Updated changelog, control, copyright, qterminal.install Updated and refreshed patch Test Plan: 1. Wait for D133 2. Successfully built on https://launchpad.net/~apt-ghetto/+archive/ubuntu/ludev Reviewers: kc2bez Reviewed By: kc2bez Differential Revision: https://phab.lubuntu.me/D134
This commit is contained in:
parent
9d90f4c7ad
commit
83b4bd504b
17
debian/changelog
vendored
17
debian/changelog
vendored
@ -1,3 +1,20 @@
|
||||
qterminal (0.17.0-0ubuntu1) impish; urgency=medium
|
||||
|
||||
* New upstream release 0.17.0
|
||||
* Update debian/control
|
||||
- Bump Standards-Version to 4.5.1
|
||||
- Use lxqt-build-tools 0.9.0
|
||||
- Use libqtermwidget5-0-dev 0.17.0
|
||||
- Extend qterminal-l10n package description
|
||||
* Update debian/qterminal.install
|
||||
* Update debian/patches/appdata.patch
|
||||
- Refresh patch
|
||||
- Add Forwarded: not needed
|
||||
- Add Lubuntu Developers as author
|
||||
* Update debian/copyright
|
||||
|
||||
-- apt-ghetto <apt-ghetto@protonmail.com> Tue, 17 Aug 2021 10:57:16 +0200
|
||||
|
||||
qterminal (0.16.1-1ubuntu1) hirsute; urgency=low
|
||||
|
||||
[ Raman Sarda ]
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -6,13 +6,13 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libkf5windowsystem-dev,
|
||||
libqtermwidget5-0-dev (>= 0.16.1~),
|
||||
libqtermwidget5-0-dev (>= 0.17.0),
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libutf8proc-dev,
|
||||
libx11-dev,
|
||||
lxqt-build-tools (>= 0.8.0~)
|
||||
Standards-Version: 4.5.0
|
||||
lxqt-build-tools (>= 0.9.0)
|
||||
Standards-Version: 4.5.1
|
||||
Vcs-Browser: https://phab.lubuntu.me/source/qterminal/
|
||||
Vcs-Git: https://phab.lubuntu.me/source/qterminal.git
|
||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qterminal
|
||||
@ -41,4 +41,6 @@ Depends: qttranslations5-l10n, ${misc:Depends}
|
||||
Breaks: qterminal (<< 0.6.1)
|
||||
Replaces: qterminal (<< 0.6.1)
|
||||
Description: Language package for qterminal
|
||||
The l10n files for qterminal.
|
||||
.
|
||||
This package contains the l10n files needed by qterminal.
|
||||
|
20
debian/copyright
vendored
20
debian/copyright
vendored
@ -3,30 +3,32 @@ Upstream-Name: qterminal
|
||||
Source: https://github.com/lxqt/qterminal.git
|
||||
|
||||
Files: *
|
||||
Copyright: 2016-2020 LXQt Team
|
||||
2010-2016 Petr Vanek <petr@scribus.info>
|
||||
Copyright: 2016-2020, LXQt Team
|
||||
2010-2016, Petr Vanek <petr@scribus.info>
|
||||
2017, Nathan Osman <nathan@quickmediasolutions.com>
|
||||
License: GPL-2+
|
||||
|
||||
Files: qterminal.appdata.xml
|
||||
Copyright: 2016-2020 LXQt Team
|
||||
Copyright: 2016-2020, LXQt Team
|
||||
License: CC0-1.0
|
||||
|
||||
Files: src/config.h
|
||||
src/main.cpp
|
||||
src/mainwindow.*
|
||||
src/tabwidget.*
|
||||
Copyright: 2006 Vladimir Kuznetsov <vovanec@gmail.com>
|
||||
Copyright: 2006, Vladimir Kuznetsov <vovanec@gmail.com>
|
||||
License: GPL-2+
|
||||
|
||||
Files: src/third-party/*
|
||||
Copyright: 2006-2011 the LibQxt project.
|
||||
Copyright: 2006-2011, the LibQxt project.
|
||||
License: BSD-3-clause
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2012-2018 Alf Gaida <agaida@siduction.org>
|
||||
2016 Peter Mattern <pmattern@arcor.de>
|
||||
2015 ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2012 Torsten Wohlfarth <towo@siduction.org>
|
||||
Copyright: 2021, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
2012-2018, Alf Gaida <agaida@siduction.org>
|
||||
2016, Peter Mattern <pmattern@arcor.de>
|
||||
2015, ChangZhuo Chen (陳昌倬) <czchen@debian.org>
|
||||
2012, Torsten Wohlfarth <towo@siduction.org>
|
||||
License: GPL-2+
|
||||
|
||||
License: GPL-2+
|
||||
|
10
debian/patches/appdata.patch
vendored
10
debian/patches/appdata.patch
vendored
@ -1,16 +1,16 @@
|
||||
Description: Add some appdata
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
Last-Update: 2018-07-10
|
||||
Author: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Last-Update: 2021-08-17
|
||||
Forwarded: not-needed
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
qterminal.appdata.xml | 13 +++++++++----
|
||||
2 files changed, 10 insertions(+), 5 deletions(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 69c66b2..86fb6bb 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -213,7 +213,7 @@ install(FILES
|
||||
@@ -224,7 +224,7 @@ install(FILES
|
||||
|
||||
install(FILES
|
||||
qterminal.appdata.xml
|
||||
@ -19,8 +19,6 @@ index 69c66b2..86fb6bb 100644
|
||||
)
|
||||
|
||||
if(NOT APPLEBUNDLE)
|
||||
diff --git a/qterminal.appdata.xml b/qterminal.appdata.xml
|
||||
index 706d539..3c60444 100644
|
||||
--- a/qterminal.appdata.xml
|
||||
+++ b/qterminal.appdata.xml
|
||||
@@ -1,6 +1,6 @@
|
||||
|
2
debian/qterminal.install
vendored
2
debian/qterminal.install
vendored
@ -1,5 +1,5 @@
|
||||
usr/bin/qterminal
|
||||
usr/share/applications/qterminal.desktop
|
||||
usr/share/applications/qterminal_drop.desktop
|
||||
usr/share/applications/qterminal-drop.desktop
|
||||
usr/share/icons/hicolor/64x64/apps/qterminal.png
|
||||
usr/share/metainfo/qterminal.appdata.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user