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
36cdfdcb
You need to sign in or sign up before continuing.
Commit
36cdfdcb
authored
Dec 17, 2013
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sure all nx-libs components depend on the very same version.
parent
a96a43f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
changelog
debian/changelog
+1
-0
control
debian/control
+4
-1
No files found.
debian/changelog
View file @
36cdfdcb
...
...
@@ -22,6 +22,7 @@ nx-libs (2:3.5.0.22-0x2go1) UNRELEASED; urgency=low
+ Add libfreetype6-dev to Build-Depends: field.
+ Drop symlinking libNX_xrandr for setting a custom LD_LIBRARY_PATH. Not in
use anymore and not recommended at all to have that.
+ Make sure all nx-libs components depend on the very same version.
* debian/rules:
+ Remove bundled libraries from source tree before building the package.
* nx-libs.spec:
...
...
debian/control
View file @
36cdfdcb
...
...
@@ -80,6 +80,9 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
libxcomp3 (= ${binary:Version}),
libxcompext3 (= ${binary:Version}),
libxcompshad3 (= ${binary:Version}),
Recommends:
xfonts-base,
Description: NX agent
...
...
@@ -104,7 +107,7 @@ Description: NX agent
Package: x2goagent
Architecture: all
Depends:
nxagent (
>= ${source
:Version}),
nxagent (
= ${binary
:Version}),
${misc:Depends},
Suggests:
x2goserver
...
...
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