Compare commits

...

3 Commits

Author SHA1 Message Date
783db24866 Make Lintian happy 2024-11-05 16:14:37 -06:00
018efeb070 Bump build dependencies. 2024-11-05 16:04:42 -06:00
698df51e85 New upstream release. 2024-11-05 15:59:11 -06:00
7 changed files with 23 additions and 10 deletions

1
debian/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
files

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
qterminal (2.1.0-0ubuntu1) UNRELEASED; urgency=medium
* New upstream release.
- Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 15:58:44 -0600
qterminal (2.0.1-0ubuntu1) oracular; urgency=medium qterminal (2.0.1-0ubuntu1) oracular; urgency=medium
* New upstream release. * New upstream release.

17
debian/control vendored
View File

@ -1,6 +1,6 @@
Source: qterminal Source: qterminal
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
XSBC-Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org> Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>, Uploaders: Alf Gaida <agaida@siduction.org>,
ChangZhuo Chen (陳昌倬) <czchen@debian.org>, ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
Andrew Lee (李健秋) <ajqlee@debian.org>, Andrew Lee (李健秋) <ajqlee@debian.org>,
@ -11,19 +11,20 @@ Priority: optional
Build-Depends: debhelper-compat (= 13), Build-Depends: debhelper-compat (= 13),
layer-shell-qt, layer-shell-qt,
libcanberra-dev, libcanberra-dev,
libkf6windowsystem-dev, libkf6windowsystem-dev (>= 6.0.0),
liblayershellqtinterface-dev, liblayershellqtinterface-dev,
libqtermwidget6-2-dev (>= 2.0.1), libqtermwidget6-2-dev (>= 2.1.0),
libutf8proc-dev, libutf8proc-dev,
libx11-dev, libx11-dev,
lxqt-build-tools (>= 2.0.0), libxkbcommon-dev (>= 0.5.0),
qt6-svg-dev, lxqt-build-tools (>= 2.1.0),
qt6-wayland-dev qt6-svg-dev (>= 6.6.0),
qt6-wayland-dev (>= 6.6.0)
Standards-Version: 4.7.0 Standards-Version: 4.7.0
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qterminal-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/qterminal-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/qterminal-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/qterminal-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qterminal Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qterminal
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qterminal.git Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qterminal.git
Homepage: https://github.com/lxqt/qterminal Homepage: https://github.com/lxqt/qterminal
Rules-Requires-Root: no Rules-Requires-Root: no

2
debian/copyright vendored
View File

@ -25,7 +25,7 @@ Copyright: 2016-2024 LXQt team
@kulti <kultihell@gmail.com> @kulti <kultihell@gmail.com>
License: GPL-2+ License: GPL-2+
Files: qterminal.appdata.xml Files: qterminal.metainfo.xml
Copyright: 2016-2020 LXQt Team Copyright: 2016-2020 LXQt Team
License: CC-BY-4.0 License: CC-BY-4.0

1
debian/files vendored
View File

@ -1 +0,0 @@
qterminal_2.0.1-0ubuntu1~ppa1_source.buildinfo x11 optional

3
debian/qterminal.lintian-overrides vendored Normal file
View File

@ -0,0 +1,3 @@
# This is expected
qterminal: desktop-entry-lacks-keywords-entry [usr/share/applications/*.desktop]
qterminal: appstream-metadata-validation-failed *

2
debian/source/lintian-overrides vendored Normal file
View File

@ -0,0 +1,2 @@
# We don't plan on fixing this
qterminal source: maintainer-manual-page [debian/qterminal.1]