summaryrefslogtreecommitdiff
path: root/debian/control
blob: f549afeb8fe19605c0e924f98e20fccede07e8d9 (plain)
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
Source: librda
Section: libs
Priority: optional
Maintainer: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               dpkg-dev (>= 1.16.1.1),
               gobject-introspection,
               libtool,
               intltool,
               libglib2.0-dev (>= 2.37),
               libgtk-3-dev (>= 2.91.3),
Standards-Version: 4.1.4
Homepage: https://github.com/ArcticaProject/librda
Vcs-Git: git://cgit.arctica-project.org/ayatana/librda.git
Vcs-Browser: https://cgit.arctica-project.org/ayatana/librda.git/

Package: librda0
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
Multi-Arch: same
Description: Remote Desktop Awareness (shared library)
 This library provides an API for detecting if a desktop session
 is running inside a remote desktop session (e.g. X2Go).
 .
 This package contains the RDA shared library.

Package: librda-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         librda0 (= ${binary:Version}),
Description: Remote Desktop Awareness (development headers)
 This library provides an API for detecting if a desktop session
 is running inside a remote desktop session (e.g. X2Go).
 .
 This package contains the RDA development headers.