fix control like debian

ci/stable
Walter Lapchynski 6 years ago
parent a6f8fc187f
commit 9993bd2d5a

54
debian/control vendored

@ -4,8 +4,8 @@ Priority: optional
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
Uploaders: Walter Lapchynski <wxl@ubuntu.com> Uploaders: Walter Lapchynski <wxl@ubuntu.com>
Build-Depends: cmake (>= 2.8.11), Build-Depends: cmake (>= 2.8.11),
debhelper (>= 11), debhelper (>= 11~),
dh-exec, extra-cmake-modules,
git, git,
gpg-agent, gpg-agent,
libgpg-error-dev, libgpg-error-dev,
@ -14,11 +14,14 @@ Build-Depends: cmake (>= 2.8.11),
libmimetic-dev, libmimetic-dev,
libqt5svg5-dev, libqt5svg5-dev,
libqt5webkit5-dev, libqt5webkit5-dev,
libssl-dev,
pkg-config, pkg-config,
qt5keychain-dev, qt5keychain-dev,
qtbase5-dev (>= 5.2), qtbase5-dev (>= 5.2),
qttools5-dev, qttools5-dev,
qttools5-dev-tools,
ragel, ragel,
xauth,
xvfb, xvfb,
zlib1g-dev zlib1g-dev
Standards-Version: 4.2.1 Standards-Version: 4.2.1
@ -28,19 +31,14 @@ Vcs-Git: https://phab.lubuntu.me/source/trojita.git
Package: trojita Package: trojita
Architecture: any Architecture: any
Depends: libgpg-error0, Depends: ${misc:Depends},
libgpgme11, ${shlibs:Depends},
libgpgmepp6, libqt5sql5-sqlite,
libmimetic0v5, trojita-data (= ${source:Version})
libqt5svg5, Recommends: trojita-l10n,
libqt5webkit5, ofono
ragel, Description: Fast Qt IMAP e-mail client.
zlib1g, Trojitá is a fast Qt IMAP e-mail client which:
${misc:Depends},
${shlibs:Depends}
Suggests: trojita-plugin-qtkeychain
Description: Trojitá is a fast Qt IMAP e-mail client.
Trojitá is a Qt IMAP e-mail client which:
* Enables you to access your mail anytime, anywhere. * Enables you to access your mail anytime, anywhere.
* Does not slow you down. If we can improve the productivity of an e-mail * Does not slow you down. If we can improve the productivity of an e-mail
user, we better do. user, we better do.
@ -61,10 +59,24 @@ Description: Trojitá is a fast Qt IMAP e-mail client.
* Offline IMAP support * Offline IMAP support
* Bandwidth-saving mode * Bandwidth-saving mode
* IMAP over SSH * IMAP over SSH
.
This package contains the binaries.
Package: trojita-plugin-qtkeychain Package: trojita-data
Architecture: any Architecture: all
Depends: qt5keychain, ${misc:Depends}, ${shlibs:Depends} Multi-Arch: foreign
Description: Plugin for secure password storage for Trojitá. Depends: ${misc:Depends}
This plugin offers secure password storage for the Trojitá e-mail client by Description: Fast Qt IMAP e-mail client (data files).
using QtKeyChain. Trojitá is a fast Qt IMAP e-mail client.
.
This package contains the data files.
Package: trojita-l10n
Architecture: all
Multi-Arch: foreign
Section: localization
Depends: ${misc:Depends}
Description: Fast Qt IMAP e-mail client (localization).
Trojitá is a fast Qt IMAP e-mail client.
.
This package contains the localization files.

Loading…
Cancel
Save