47 lines
1.7 KiB
Plaintext
Raw Normal View History

2015-08-15 16:53:28 +02:00
Source: qtermwidget
2015-08-18 21:26:46 +08:00
Maintainer: LXQt Packaging Team <pkg-lxqt-devel@lists.alioth.debian.org>
Uploaders: Alf Gaida <agaida@siduction.org>,
2015-09-12 23:59:03 +08:00
ChangZhuo Chen (陳昌倬) <czchen@debian.org>,
2015-08-18 21:26:46 +08:00
Andrew Lee (李健秋) <ajqlee@debian.org>,
2015-08-15 16:53:28 +02:00
Section: libs
Priority: optional
2015-08-18 21:26:46 +08:00
Build-Depends: debhelper (>= 9),
cmake (>= 3.0.2),
qtbase5-dev,
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git/?h=debian/sid
Vcs-Git: https://anonscm.debian.org/cgit/pkg-lxqt/qtermwidget.git -b debian/sid
2016-01-09 23:02:52 +01:00
Homepage: https://github.com/lxde/qtermwidget
2015-08-15 16:53:28 +02:00
Package: libqtermwidget5-0
Architecture: any
2015-08-18 21:26:46 +08:00
Depends: ${shlibs:Depends},
${misc:Depends},
qtermwidget5-data (= ${source:Version}),
Pre-Depends: ${misc:Pre-Depends}
Description: Terminal emulator widget for Qt 5 (shared libraries)
2016-01-09 23:02:52 +01:00
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget.
2015-08-15 16:53:28 +02:00
.
2016-01-09 23:02:52 +01:00
This package provides the shared libraries.
2015-08-15 16:53:28 +02:00
Package: libqtermwidget5-0-dev
Architecture: any
2015-08-18 21:26:46 +08:00
Section: libdevel
Depends: ${misc:Depends},
2015-08-18 21:26:46 +08:00
libqtermwidget5-0 (= ${binary:Version}),
Description: Terminal emulator widget for Qt 5 (development files)
2016-01-09 23:02:52 +01:00
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget.
2015-08-18 21:26:46 +08:00
.
2016-01-09 23:02:52 +01:00
This package provides the development files.
2015-08-15 16:53:28 +02:00
Package: qtermwidget5-data
Architecture: all
Depends: ${misc:Depends},
Description: Terminal emulator widget for Qt 5 (data files)
2016-01-09 23:02:52 +01:00
QTermWidget is a Unicode-enabled, embeddable Qt widget that can be used as
built-in console or terminal emulation widget.
.
This package provides data files like keyboard layouts and color schemes.