diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-19 01:12:13 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-01-19 01:12:13 +0100 |
commit | fd85613c095f76c18c57e06f687c6216d826f179 (patch) | |
tree | d5a0e74a2f146221c1d53d99eab5557ff986d7c8 /debian/control | |
parent | b6004d678b9a1b717e9c828390250752d60a866d (diff) | |
download | librda-fd85613c095f76c18c57e06f687c6216d826f179.tar.gz librda-fd85613c095f76c18c57e06f687c6216d826f179.tar.bz2 librda-fd85613c095f76c18c57e06f687c6216d826f179.zip |
debian/control: Used same version for librda-dev and gir1.2-rda-1.0.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a876356..87fd528 100644 --- a/debian/control +++ b/debian/control @@ -34,7 +34,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, librda0 (= ${binary:Version}), - gir1.2-rda-1.0, + gir1.2-rda-1.0 (= ${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). |