diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-19 00:44:11 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-19 00:44:11 +0100 |
commit | 8e536387cf1dd5bc44c3cb679c96005719d946ff (patch) | |
tree | 638945421e649df810e97c8b4ba091b2e175c3d3 /debian | |
parent | 3d3449cc9d3f93f92f76d8c4e47f805ef02d11eb (diff) | |
download | librda-8e536387cf1dd5bc44c3cb679c96005719d946ff.tar.gz librda-8e536387cf1dd5bc44c3cb679c96005719d946ff.tar.bz2 librda-8e536387cf1dd5bc44c3cb679c96005719d946ff.zip |
debian/*: Add new bin:pkg librda-bin.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 11 | ||||
-rw-r--r-- | debian/librda-bin.install | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 9114cf8..a876356 100644 --- a/debian/control +++ b/debian/control @@ -56,3 +56,14 @@ Description: GObject introspection data for librda . It can be used by packages using the GIRepository format to generate dynamic bindings. + +Package: librda-bin +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, +Multi-Arch: foreign +Description: Remote Desktop Awareness (utility) + 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 check utility. diff --git a/debian/librda-bin.install b/debian/librda-bin.install new file mode 100644 index 0000000..44c5ae3 --- /dev/null +++ b/debian/librda-bin.install @@ -0,0 +1 @@ +usr/bin/
\ No newline at end of file |