1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
Source: quassel
Section: net
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Thomas Mueller <thomas.mueller@tmit.eu>,
Felix Geyer <fgeyer@debian.org>,
Scott Kitterman <scott@kitterman.com>
Build-Depends: debhelper-compat (= 12),
dh-apparmor,
cmake,
libqca-qt5-2-dev,
zlib1g-dev,
qttools5-dev-tools,
qttools5-dev,
qtscript5-dev,
qtmultimedia5-dev,
libboost-dev,
libldap2-dev,
libphonon4qt5-dev,
libphonon4qt5experimental-dev,
libdbusmenu-qt5-dev,
qtwebengine5-dev [amd64 arm64 armhf i386 mipsel],
libqt5webkit5-dev [armel hurd-i386 mips mips64el ppc64el s390x],
extra-cmake-modules,
libkf5textwidgets-dev,
libkf5coreaddons-dev,
libkf5xmlgui-dev,
libkf5notifications-dev,
libkf5notifyconfig-dev,
libkf5widgetsaddons-dev,
libssl-dev
Homepage: https://www.quassel-irc.org/
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/quassel.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/quassel
Package: quassel-core
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, libqt5sql5-sqlite, lsb-base (>= 3.2-14), openssl
Recommends: ca-certificates
Suggests: libqt5sql5-psql
Description: distributed IRC client - core component
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides only the core component.
Package: quassel-client
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, quassel-data (= ${source:Version}), default-dbus-session-bus | dbus-session-bus
Breaks: quassel-client-kde4 (<< 0.12.2)
Replaces: quassel-client-kde4 (<< 0.12.2)
Description: distributed IRC client - client component
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides only the client component.
Package: quassel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5sql5-sqlite, quassel-data (= ${source:Version}), default-dbus-session-bus | dbus-session-bus
Recommends: ca-certificates
Breaks: quassel-kde4 (<< 0.12.2)
Replaces: quassel-kde4 (<< 0.12.2)
Description: distributed IRC client - monolithic core+client
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides the monolithic client. It contains both core and
client and can be used like a traditional IRC client, without requiring an
external core.
Package: quassel-data
Architecture: all
Depends: ${misc:Depends}
Recommends: breeze-icon-theme | oxygen-icon-theme
Suggests: inxi
Conflicts: quassel-data-kde4
Multi-Arch: foreign
Description: distributed IRC client - shared data
Quassel is a modern, cross-platform, distributed IRC client, meaning that
one or more clients can attach to and detach from the central core. It's
much like the popular combination of screen and a text-based IRC client
such as WeeChat or irssi, but graphical.
.
This package provides files used by the Quassel client packages.
|