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
5489d464
Commit
5489d464
authored
Nov 20, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable build of *-dbg packages.
parent
70ccae44
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
88 additions
and
63 deletions
+88
-63
changelog
debian/changelog
+1
-0
control
debian/control
+78
-63
rules
debian/rules
+9
-0
No files found.
debian/changelog
View file @
5489d464
...
...
@@ -10,5 +10,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add patch: 005_add_nxagent_wrapper.patch.
* Fix for lintian issue: missing-build-dependency quilt (>= 0.46-7~).
* Fix for lintian issue: extended-description-line-too-long (nxagent).
* Disabling build of *-dbg packages for now...
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
debian/control
View file @
5489d464
...
...
@@ -30,6 +30,18 @@ Depends:
Description: nx-X11 (NoMachine)
X11 libraries customized for nxagent (NoMachine).
#Package: libnx-x11-dbg
#Architecture: any
#Depends:
# ${shlibs:Depends},
# ${misc:Depends}
#Priority: extra
#Section: debug
#Description: nx-X11 (NoMachine), debug symbols
# X11 libraries customized for nxagent (NoMachine).
# .
# This package contains the debug symbols of nx-X11. Source: nx-libs.
Package: libnx-x11-dev
Section: libdevel
Architecture: any
...
...
@@ -58,30 +70,7 @@ Depends:
${shlibs:Depends},
${misc:Depends}
Description: NX agent (NoMachine)
nxagent is an agent providing X transport of X sessions. The application
is based on the well known Xnest "nested" server. nxagent, like Xnest,
is an X server for its own clients, and at the same time, an X client
for a system's local X server.
.
The main scope of nxagent is to eliminate X round-trips or transform
them into asynchronous replies. nxagent works together with nxproxy from
NoMachine. nxproxy itself does not make any effort to minimize round-trips
by itself, this is demanded of nxagent.
.
Being an X server, nxagent is able to resolve all the property/atoms related
requests locally, ensuring that the most common source of round-trips are
nearly reduced to zero.
Package: nxagent-dbg
Architecture: any
Depends:
libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
${shlibs:Depends},
${misc:Depends}
Priority: extra
Section: debug
Description: NX agent (NoMachine), debug symbols
nxagent is an agent providing X transport of X sessions. The application
x2goagent is an agent providing X transport of X sessions. The application
is based on the well known Xnest "nested" server. nxagent, like Xnest,
is an X server for its own clients, and at the same time, an X client
for a system's local X server.
...
...
@@ -94,8 +83,31 @@ Description: NX agent (NoMachine), debug symbols
Being an X server, nxagent is able to resolve all the property/atoms related
requests locally, ensuring that the most common source of round-trips are nearly
reduced to zero.
.
This package contains the debug symbols of nxagent.Source: nxcomp
#Package: nxagent-dbg
#Architecture: any
#Depends:
# libnx-x11 (>= ${source:Version}), libnx-x11 (<< ${source:Version}.1~),
# ${shlibs:Depends},
# ${misc:Depends}
#Priority: extra
#Section: debug
#Description: NX agent (NoMachine), debug symbols
# nxagent is an agent providing X transport of X sessions. The application
# is based on the well known Xnest "nested" server. nxagent, like Xnest,
# is an X server for its own clients, and at the same time, an X client
# for a system's local X server.
# .
# The main scope of nxagent is to eliminate X round-trips or transform
# them into asynchronous replies. nxagent works together with nxproxy from
# NoMachine. nxproxy itself does not make any effort to minimize round-trips
# by itself, this is demanded of nxagent.
# .
# Being an X server, nxagent is able to resolve all the property/atoms related
# requests locally, ensuring that the most common source of round-trips are nearly
# reduced to zero.
# .
# This package contains the debug symbols of nxagent. Source: nx-libs
Package: libxcomp3
Architecture: any
...
...
@@ -110,6 +122,18 @@ Description: NX X compression library
.
This package provides the compression library.
#Package: libxcomp-dbg
#Priority: extra
#Section: debug
#Architecture: any
#Depends:
# libxcomp3 (= ${binary:Version}),
# ${misc:Depends}
#Description: NX X compression library, debug symbols
# NX provides a differential X compression library for X11.
# .
# This package provides debug symbols for the libxcomp3 library.
Package: libxcomp-dev
Section: libdevel
Architecture: any
...
...
@@ -124,18 +148,6 @@ Description: NX X compression library headers
.
This package provides the compression library headers.
Package: libxcomp-dbg
Priority: extra
Section: debug
Architecture: any
Depends:
libxcomp3 (= ${binary:Version}),
${misc:Depends}
Description: NX X compression library, debug symbols
NX provides a differential X compression library for X11.
.
This package provides debug symbols for the libxcomp3 library.
Package: libxcompext3
Architecture: any
Depends:
...
...
@@ -151,6 +163,21 @@ Description: NX X11 protocol compression extensions library
.
libXcompext extends the core NX library with additional features.
#Package: libxcompext-dbg
#Architecture: any
#Section: debug
#Priority: extra
#Depends:
# libxcompext3 (= ${binary:Version}),
# ${misc:Depends}
#Description: NX X11 protocol compression extensions library, debug symbols
# NX is a software suite from NoMachine which implements very efficient
# compression of the X11 protocol. This increases performance when
# using X applications over a network, especially a slow one.
# .
# This package contains the debug symbols for the libxcompext3 library.
# Source: nx-libs.
Package: libxcompext-dev
Architecture: any
Priority: extra
...
...
@@ -170,20 +197,6 @@ Description: NX X11 protocol compression extensions library headers
.
This package contains the development files for the nxcompext library.
Package: libxcompext-dbg
Architecture: any
Section: debug
Priority: extra
Depends:
libxcompext3 (= ${binary:Version}),
${misc:Depends}
Description: NX X11 protocol compression extensions library, debug symbols
NX is a software suite from NoMachine which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
This package contains the debug symbols for the libxcompext3 library.
Package: libxcompshad3
Section: x11
Architecture: any
...
...
@@ -200,6 +213,19 @@ Description: NX shadowing library
.
This library provides support for shadowing sessions.
#Package: libxcompshad-dbg
#Section: debug
#Priority: extra
#Architecture: any
#Depends: libxcompshad3 (=${binary:Version}), ${misc:Depends}
#Description: NX shadowing library, debug symbols
# NX is a software suite from NoMachine which implements very efficient
# compression of the X11 protocol. This increases performance when
# using X applications over a network, especially a slow one.
# .
# This package contains the debug symbols of the libxcompshad3 library.
# Source: nx-libs.
Package: libxcompshad-dev
Section: libdevel
Architecture: any
...
...
@@ -215,14 +241,3 @@ Description: NX shadowing library headers
.
This package contains the development files for the nxcompshad library.
Package: libxcompshad-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libxcompshad3 (=${binary:Version}), ${misc:Depends}
Description: NX shadowing library, debug symbols
NX is a software suite from NoMachine which implements very efficient
compression of the X11 protocol. This increases performance when
using X applications over a network, especially a slow one.
.
This package contains the debug symbols of the libxcompshad3 library.
debian/rules
View file @
5489d464
...
...
@@ -29,3 +29,12 @@ override_dh_quilt_patch:
override_dh_quilt_unpatch:
dh_quilt_unpatch
#override_dh_strip:
# dh_strip -plibnx-x11 --dbg-package=libnx-x11-dbg
# dh_strip -plibxcomp3 --dbg-package=libxcomp-dbg
# dh_strip -plibxcompext3 --dbg-package=libxcompext-dbg
# dh_strip -plibxcompshad3 --dbg-package=libxcompshad-dbg
# dh_strip -pnxagent --dbg-package=nxagent-dbg
#
#.PHONY: override_dh_strip
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