File: control

package info (click to toggle)
telepathy-logger-qt 17.08.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 864 kB
  • sloc: python: 3,565; cpp: 2,209; xml: 1,001; sh: 126; makefile: 11
file content (53 lines) | stat: -rw-r--r-- 2,153 bytes parent folder | download
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
Source: telepathy-logger-qt
Section: libs
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras@lists.alioth.debian.org>
Uploaders: Diane Trout <diane@debian.org>,
           Michał Zając <quintasan@kubuntu.org>,
           Maximiliano Curia <maxy@debian.org>
Build-Depends: cmake (>= 2.8.12~),
               debhelper (>= 11~),
               extra-cmake-modules (>= 1.6.0~),
               libdbus-1-dev,
               libdbus-glib-1-dev,
               libglib2.0-dev,
               libqt5gstreamer-dev,
               libtelepathy-glib-dev (>= 0.18),
               libtelepathy-logger-dev (>= 0.8.0~),
               libtelepathy-qt5-dev (>= 0.9.7~),
               libxml2-dev,
               pkg-kde-tools (>= 0.12),
               python (>= 2.6),
               python-dev,
               qtbase5-dev (>= 5.2~)
Standards-Version: 4.1.4
Homepage: https://projects.kde.org/projects/extragear/network/telepathy/telepathy-logger-qt
Vcs-Git: https://salsa.debian.org/qt-kde-team/kde-extras/telepathy-logger-qt.git
Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde-extras/telepathy-logger-qt

Package: libtelepathy-logger-qt5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Qt bindings for the telepathy-logger library
 This library provides Qt-style C++ bindings for the telepathy-logger library.
 .
 The telepathy-logger library provides access to IM chat and event logs
 that are recorded by the telepathy-logger daemon.

Package: libtelepathy-logger-qt-dev
Section: libdevel
Architecture: any
Depends: libqt5gstreamer-dev,
         libtelepathy-logger-qt5 (= ${binary:Version}),
         libtelepathy-qt5-dev (>= 0.9.7~),
         ${misc:Depends}
Description: Qt bindings for the telepathy-logger library - development files
 This library provides Qt-style C++ bindings for the telepathy-logger library.
 .
 The telepathy-logger library provides access to IM chat and event logs
 that are recorded by the telepathy-logger daemon.
 .
 This package provides the development headers for compiling applications
 that are using telepathy-logger-qt.