Compare commits
No commits in common. "bd36c663a2519dde0e1b644e38986c4c7d0e3cb2" and "840e13c0cb084e8227f95056a48689aee895be0b" have entirely different histories.
bd36c663a2
...
840e13c0cb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,10 +1,3 @@
|
|||||||
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>
|
||||||
Original-Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
|
XSBC-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,14 +10,13 @@ Priority: optional
|
|||||||
Build-Depends: cmake,
|
Build-Depends: cmake,
|
||||||
debhelper-compat (= 13),
|
debhelper-compat (= 13),
|
||||||
libutf8proc-dev,
|
libutf8proc-dev,
|
||||||
libxkbcommon-dev (>= 0.5.0),
|
lxqt-build-tools (>= 2.0.0),
|
||||||
lxqt-build-tools (>= 2.1.0),
|
qt6-base-dev
|
||||||
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
|
||||||
Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qtermwidget
|
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/qtermwidget
|
||||||
Debian-Vcs-Git: https://salsa.debian.org/lxqt-team/qtermwidget.git
|
XS-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
|
||||||
|
|
||||||
@ -29,8 +28,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-1
|
Breaks: libqtermwidget5-0 (<< 0.99.0)
|
||||||
Replaces: libqtermwidget5-1
|
Replaces: libqtermwidget5-0 (<< 0.99.0)
|
||||||
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.
|
||||||
@ -42,8 +41,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-1-dev
|
Breaks: libqtermwidget5-0-dev (<< 0.99.0)
|
||||||
Replaces: libqtermwidget5-1-dev
|
Replaces: libqtermwidget5-0-dev (<< 0.99.0)
|
||||||
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,9 +67,6 @@ 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
2
debian/qtermwidget6-data.lintian-overrides
vendored
@ -1,2 +0,0 @@
|
|||||||
# 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