summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-06-27 11:04:15 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-06-27 11:13:53 +0200
commit670a1321e296b1b24e6030f4f36c9e3c5e8a6784 (patch)
tree9752cdfce71522813d434b3e41742519444dc959 /debian/control
downloadlibrda-670a1321e296b1b24e6030f4f36c9e3c5e8a6784.tar.gz
librda-670a1321e296b1b24e6030f4f36c9e3c5e8a6784.tar.bz2
librda-670a1321e296b1b24e6030f4f36c9e3c5e8a6784.zip
initial draft of the RDA shared library
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5174193
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,38 @@
+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),
+ 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.