From a8bfcf532cebf5bd29e65d1044844b0cca925e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ChangZhuo=20Chen=20=28=E9=99=B3=E6=98=8C=E5=80=AC=29?= Date: Wed, 19 Aug 2015 18:56:34 +0800 Subject: [PATCH] Update control --- debian/control | 65 ++++++++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 29 deletions(-) diff --git a/debian/control b/debian/control index 6a16a4e..79deb44 100644 --- a/debian/control +++ b/debian/control @@ -1,44 +1,51 @@ Source: qterminal -Section: x11 -Priority: extra Maintainer: LXQt Packaging Team -Uploaders: - Alf Gaida , - ChangZhuo Chen (陳昌倬) , - Andrew Lee (李健秋) -Build-Depends: - cmake (>= 3.0.2), - debhelper (>= 9), - libqtermwidget5-0-dev (>= 0.6.0), - libx11-dev, - qtermwidget5-data (>= 0.6.0), - qttools5-dev-tools (>= 5.3), - qttools5-dev (>= 5.3), - qtbase5-private-dev (>= 5.3), - quilt, +Uploaders: Alf Gaida , + ChangZhuo Chen (陳昌倬) , + Andrew Lee (李健秋) , +Section: x11 +Priority: optional +Build-Depends: debhelper (>= 9), + cmake (>= 3.0.2), + libqtermwidget5-0-dev (>= 0.6.0), + libx11-dev, + qtbase5-private-dev, + qttools5-dev, + qttools5-dev-tools, + quilt, Standards-Version: 3.9.6 -Homepage: https://github.com/qterminal/qterminal -Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qterminal.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-lxqt/qterminal.git +Vcs-Git: git://anonscm.debian.org/pkg-lxqt/qterminal.git +Homepage: https://github.com/qterminal/qterminal Package: qterminal Architecture: any -Depends: - ${shlibs:Depends}, - ${misc:Depends}, - libqtermwidget5-0, +Depends: ${shlibs:Depends}, + ${misc:Depends}, Replaces: qterminal-qt5 Description: QT-based multitab terminal emulator - Based on QTermWidget by e_k@users.sourceforge.net + Qterminal is a Qt-based multitab terminal forked from QTermWidget, it is + lightweight, open-source, specially designed for LXQt desktop environment. + . + It offers features like vertical and horizontal terminal split, zoom in or + out, terminal tabs switcher, background color scheme adjustments (choose from + predefined schemes) or change background image, font resizing, shortcut keys, + hide/show scroll bars and windows borders, and many more from preferences. Package: qterminal-dbg Architecture: any -Depends: - ${shlibs:Depends}, - ${misc:Depends}, - libqtermwidget5-0, -Replaces: qterminal-qt5 +Section: debug +Priority: extra +Depends: ${shlibs:Depends}, + ${misc:Depends}, + qterminal (= ${binary:Version}) Description: QT-based multitab terminal emulator (debug symbols) - Based on QTermWidget by e_k@users.sourceforge.net + Qterminal is a Qt-based multitab terminal forked from QTermWidget, it is + lightweight, open-source, specially designed for LXQt desktop environment. + . + It offers features like vertical and horizontal terminal split, zoom in or + out, terminal tabs switcher, background color scheme adjustments (choose from + predefined schemes) or change background image, font resizing, shortcut keys, + hide/show scroll bars and windows borders, and many more from preferences. . This package contains debug symbols for qterminal.