diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-02 13:23:30 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-11-02 13:23:30 +0100 |
commit | c7b1a76497e0d3ccbc42380a9b3c5935f0651948 (patch) | |
tree | 3c6211e5b1886abad5b2e06bdadb5566cb46c14d /debian/control | |
parent | 6b5af067a257ce52d422711043505417b5220ea9 (diff) | |
download | librda-c7b1a76497e0d3ccbc42380a9b3c5935f0651948.tar.gz librda-c7b1a76497e0d3ccbc42380a9b3c5935f0651948.tar.bz2 librda-c7b1a76497e0d3ccbc42380a9b3c5935f0651948.zip |
debian/*: Add gir1.2-rda-1.0 bin:package.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control index c0617eb..469ba4b 100644 --- a/debian/control +++ b/debian/control @@ -33,8 +33,25 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, librda0 (= ${binary:Version}), + gir1.2-rda-1.0, 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. + +Package: gir1.2-rda-1.0 +Multi-Arch: same +Section: introspection +Architecture: any +Depends: ${gir:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Description: GObject introspection data for librda + This library provides an API for detecting if a desktop session + is running inside a remote desktop session (e.g. X2Go). + . + This package contains introspection data for the librda library. + . + It can be used by packages using the GIRepository format to generate + dynamic bindings. |