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
9a901a9f
Commit
9a901a9f
authored
Jan 29, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile.nx-libs: Install man pages via main Makefile.
parent
7e0de4df
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
17 additions
and
6 deletions
+17
-6
Makefile.nx-libs
debian/Makefile.nx-libs
+12
-0
changelog
debian/changelog
+1
-0
nxagent.install
debian/nxagent.install
+1
-0
nxagent.manpages
debian/nxagent.manpages
+0
-1
nxauth.install
debian/nxauth.install
+1
-0
nxauth.manpages
debian/nxauth.manpages
+0
-2
nxproxy.install
debian/nxproxy.install
+1
-1
nxproxy.manpages
debian/nxproxy.manpages
+0
-1
x2goagent.install
debian/x2goagent.install
+1
-0
x2goagent.manpages
debian/x2goagent.manpages
+0
-1
No files found.
debian/Makefile.nx-libs
View file @
9a901a9f
...
...
@@ -65,6 +65,11 @@ install-lite:
for
d
in
nxcomp nxproxy
;
do
\
$(MAKE)
-C
$$
d
install
;
done
$(INSTALL_DIR)
$(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE)
nxproxy/nxproxy.1
$(DESTDIR)$(PREFIX)/share/man/man1/
gzip
$(DESTDIR)$(PREFIX)/share/man/man1/*.1
install-full
:
for
f
in
nxagent nxauth x2goagent
;
do
\
$(INSTALL_PROGRAM)
bin/
$$
f
$(DESTDIR)$(BINDIR)
;
done
...
...
@@ -88,6 +93,13 @@ install-full:
$(INSTALL_PROGRAM)
nx-X11/programs/nxauth/nxauth
$(DESTDIR)$(NXLIBDIR)/bin
$(INSTALL_PROGRAM)
nx-X11/programs/Xserver/nxagent
$(DESTDIR)$(NXLIBDIR)/bin
$(INSTALL_DIR)
$(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE)
nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
$(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE)
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
$(DESTDIR)$(PREFIX)/share/man/man1/
$(INSTALL_FILE)
nx-X11/programs/nxauth/nxauth.man
$(DESTDIR)$(PREFIX)/share/man/man1/
mv
-f
$(DESTDIR)$(PREFIX)/share/man/man1/nxauth.man
$(DESTDIR)$(PREFIX)/share/man/man1/nxauth.1
gzip
$(DESTDIR)$(PREFIX)/share/man/man1/*.1
# create a clean nx-X11/.build-exports space
rm
-Rf
nx-X11/.build-exports
mkdir
-p
nx-X11/.build-exports/include
...
...
debian/changelog
View file @
9a901a9f
...
...
@@ -23,6 +23,7 @@ nx-libs (2:3.5.0.29-0x2go2) UNRELEASED; urgency=medium
* Add 991_fix-hr-typos.full+lite.patch and 991_fix-hr-typos.full.patch.
Fix several typos in upstream code detected by lintian.
* Makefile.nx-libs: Don't allow symlinks to point into buildroot.
* Makefile.nx-libs: Install man pages via main Makefile.
* Add Description: and Author: fields to various patch headers.
* NX code reduction efforts (from 93Mb to 41Mb):
...
...
debian/nxagent.install
View file @
9a901a9f
etc
/
nxagent
/
keystrokes
.
cfg
etc
/
nxagent
/
rgb
usr
/
share
/
nx
/
rgb
usr
/
share
/
man
/
man1
/
nxagent
.
1
*
usr
/
lib
/
nx
/
bin
/
nxagent
usr
/
bin
/
nxagent
usr
/
share
/
pixmaps
/
nxagent
.
xpm
...
...
debian/nxagent.manpages
deleted
100644 → 0
View file @
7e0de4df
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
debian/nxauth.install
View file @
9a901a9f
usr
/
lib
/
nx
/
bin
/
nxauth
usr
/
bin
/
nxauth
usr
/
share
/
man
/
man1
/
nxauth
.
1
*
debian/nxauth.manpages
deleted
100644 → 0
View file @
7e0de4df
nx-X11/programs/nxauth/nxauth.man
debian/nxproxy.install
View file @
9a901a9f
usr
/
lib
/
nx
/
bin
/
nxproxy
usr
/
bin
/
nxproxy
usr
/
share
/
man
/
man1
/
nxproxy
.
1
usr
/
share
/
man
/
man1
/
nxproxy
.
1
*
debian/nxproxy.manpages
deleted
100644 → 0
View file @
7e0de4df
nxproxy/man/nxproxy.1
debian/x2goagent.install
View file @
9a901a9f
...
...
@@ -2,6 +2,7 @@ usr/bin/x2goagent
usr
/
lib
/
x2go
/
bin
/
x2goagent
usr
/
share
/
pixmaps
/
x2go
.
xpm
usr
/
share
/
x2go
/
rgb
usr
/
share
/
man
/
man1
/
x2goagent
.
1
*
etc
/
x2go
/
rgb
usr
/
share
/
x2go
/
versions
/
VERSION
.
x2goagent
etc
/
x2go
/
keystrokes
.
cfg
...
...
debian/x2goagent.manpages
deleted
100644 → 0
View file @
7e0de4df
nx-X11/programs/Xserver/hw/nxagent/man/x2goagent.1
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