Compare commits
4 Commits
840e13c0cb
...
bd36c663a2
Author | SHA1 | Date | |
---|---|---|---|
bd36c663a2 | |||
7b6d840f24 | |||
92d627b52f | |||
9a6637e83a |
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
qtermwidget (2.1.0-0ubuntu1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
- Bump build dependencies.
|
||||||
|
|
||||||
|
-- Simon Quigley <tsimonq2@ubuntu.com> Tue, 05 Nov 2024 13:51:59 -0600
|
||||||
|
|
||||||
qtermwidget (2.0.1-0ubuntu1) oracular; urgency=medium
|
qtermwidget (2.0.1-0ubuntu1) oracular; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
19
debian/control
vendored
19
debian/control
vendored
@ -1,6 +1,6 @@
|
|||||||
Source: qtermwidget
|
Source: qtermwidget
|
||||||
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>,
|
||||||
@ -10,13 +10,14 @@ Priority: optional
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libutf8proc-dev,
|
libutf8proc-dev,
|
||||||
lxqt-build-tools (>= 2.0.0),
|
libxkbcommon-dev (>= 0.5.0),
|
||||||
qt6-base-dev
|
lxqt-build-tools (>= 2.1.0),
|
||||||
|
qt6-base-dev (>= 6.6.0)
|
||||||
Standards-Version: 4.7.0
|
Standards-Version: 4.7.0
|
||||||
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtermwidget-packaging
|
Vcs-Browser: https://git.lubuntu.me/Lubuntu/qtermwidget-packaging
|
||||||
Vcs-Git: https://git.lubuntu.me/Lubuntu/qtermwidget-packaging.git
|
Vcs-Git: https://git.lubuntu.me/Lubuntu/qtermwidget-packaging.git
|
||||||
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qtermwidget
|
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qtermwidget
|
||||||
XS-Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qtermwidget.git
|
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qtermwidget.git
|
||||||
Homepage: https://github.com/lxqt/qtermwidget
|
Homepage: https://github.com/lxqt/qtermwidget
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
@ -28,8 +29,8 @@ Depends: qtermwidget6-data (= ${source:Version}),
|
|||||||
${shlibs:Depends}
|
${shlibs:Depends}
|
||||||
Recommends: fonts-hack
|
Recommends: fonts-hack
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Breaks: libqtermwidget5-0 (<< 0.99.0)
|
Breaks: libqtermwidget5-1
|
||||||
Replaces: libqtermwidget5-0 (<< 0.99.0)
|
Replaces: libqtermwidget5-1
|
||||||
Description: Terminal emulator widget for Qt 6 (shared libraries)
|
Description: Terminal emulator widget for Qt 6 (shared libraries)
|
||||||
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
||||||
built-in console or terminal emulation widget.
|
built-in console or terminal emulation widget.
|
||||||
@ -41,8 +42,8 @@ Architecture: any
|
|||||||
Multi-Arch: same
|
Multi-Arch: same
|
||||||
Section: libdevel
|
Section: libdevel
|
||||||
Depends: libqtermwidget6-2 (= ${binary:Version}), ${misc:Depends}
|
Depends: libqtermwidget6-2 (= ${binary:Version}), ${misc:Depends}
|
||||||
Breaks: libqtermwidget5-0-dev (<< 0.99.0)
|
Breaks: libqtermwidget5-1-dev
|
||||||
Replaces: libqtermwidget5-0-dev (<< 0.99.0)
|
Replaces: libqtermwidget5-1-dev
|
||||||
Description: Terminal emulator widget for Qt 6 (development files)
|
Description: Terminal emulator widget for Qt 6 (development files)
|
||||||
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
|
||||||
built-in console or terminal emulation widget.
|
built-in console or terminal emulation widget.
|
||||||
|
3
debian/copyright
vendored
3
debian/copyright
vendored
@ -67,6 +67,9 @@ License: BSD-3-Clause
|
|||||||
|
|
||||||
Files: lib/konsole_wcwidth.cpp
|
Files: lib/konsole_wcwidth.cpp
|
||||||
lib/konsole_wcwidth.h
|
lib/konsole_wcwidth.h
|
||||||
|
Copyright: Markus Kuhn
|
||||||
|
e_k
|
||||||
|
Waldo Bastian
|
||||||
License: public-domain
|
License: public-domain
|
||||||
We are grateful to Markus Kuhn, e_k, and Waldo Bastian, for letting us distribute their work.
|
We are grateful to Markus Kuhn, e_k, and Waldo Bastian, for letting us distribute their work.
|
||||||
Comment: Inspired by https://salsa.debian.org/science-team/mumps/-/blob/master/debian/copyright
|
Comment: Inspired by https://salsa.debian.org/science-team/mumps/-/blob/master/debian/copyright
|
||||||
|
2
debian/qtermwidget6-data.lintian-overrides
vendored
Normal file
2
debian/qtermwidget6-data.lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Python is a pretty well-known interpreter...
|
||||||
|
qtermwidget6-data: example-unusual-interpreter python [usr/share/doc/qtermwidget6-data/examples/cpp/RemoteTerm/shell-srv.py]
|
Loading…
x
Reference in New Issue
Block a user