diff options
author | Mihai Moldovan <ionic@ionic.de> | 2015-05-02 00:08:41 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2015-05-02 00:08:41 +0200 |
commit | 5f2a5ac842699efa577337261e4336b6503d1029 (patch) | |
tree | 264848b7be2e7bba302cd8105fe7f4b4e684d8e5 /debian/control | |
parent | 6b9df6cae0a8eca72005e14f370807816a704fcf (diff) | |
download | nx-libs-5f2a5ac842699efa577337261e4336b6503d1029.tar.gz nx-libs-5f2a5ac842699efa577337261e4336b6503d1029.tar.bz2 nx-libs-5f2a5ac842699efa577337261e4336b6503d1029.zip |
debian/control: workaround missing dependencies of nxagent on Ubuntu for now.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b931567c4..1be915867 100644 --- a/debian/control +++ b/debian/control @@ -998,6 +998,12 @@ Package: nxagent Architecture: any Multi-Arch: foreign Depends: +# <Workaround> for missing dependencies on Ubuntu. + libnx-xdamage1 (>= ${source:Version}), libnx-xdamage1 (<< ${source:Version}.1), + libnx-xinerama1 (>= ${source:Version}), libnx-xinerama1 (<< ${source:Version}.1), + libnx-xrandr2 (>= ${source:Version}), libnx-xrandr2 (<< ${source:Version}.1), + libnx-xtst6 (>= ${source:Version}), libnx-xtst6 (<< ${source:Version}.1), +# </Workaround> ${shlibs:Depends}, ${misc:Depends}, Recommends: |