diff options
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. |