Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
5f2a5ac8
Commit
5f2a5ac8
authored
May 02, 2015
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/control: workaround missing dependencies of nxagent on Ubuntu for now.
parent
6b9df6ca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
changelog
debian/changelog
+2
-0
control
debian/control
+6
-0
No files found.
debian/changelog
View file @
5f2a5ac8
...
@@ -142,6 +142,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
...
@@ -142,6 +142,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
Backported from Arctica GH 3.6.x branch.
Backported from Arctica GH 3.6.x branch.
* nx-libs.spec: actually create libXinerama.so.1 symlink during build phase.
* nx-libs.spec: actually create libXinerama.so.1 symlink during build phase.
Backported from Arctica GH 3.6.x branch.
Backported from Arctica GH 3.6.x branch.
* debian/control: workaround missing dependencies of nxagent on Ubuntu for
now.
[ Bernard Cafarelli ]
[ Bernard Cafarelli ]
* nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.
* nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.
...
...
debian/control
View file @
5f2a5ac8
...
@@ -998,6 +998,12 @@ Package: nxagent
...
@@ -998,6 +998,12 @@ Package: nxagent
Architecture: any
Architecture: any
Multi-Arch: foreign
Multi-Arch: foreign
Depends:
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},
${shlibs:Depends},
${misc:Depends},
${misc:Depends},
Recommends:
Recommends:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment