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
00f8d49a
Commit
00f8d49a
authored
Mar 01, 2019
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now).
parent
ae565e1d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
1 deletion
+18
-1
control
debian/control
+4
-1
nxagent.install
debian/nxagent.install
+2
-0
2003_nxdialog-use-python3.patch
debian/patches/2003_nxdialog-use-python3.patch
+11
-0
series
debian/patches/series
+1
-0
No files found.
debian/control
View file @
00f8d49a
...
...
@@ -330,9 +330,12 @@ Depends:
libnx-x11-6 (= ${binary:Version}),
libxcomp3 (= ${binary:Version}),
libxcompshad3 (= ${binary:Version}),
python3,
python3-gi,
gir1.2-gtk-3.0,
x11-xkb-utils,
${misc:Depends},
${shlibs:Depends}
${shlibs:Depends}
,
Recommends: xfonts-base, xkb-data
Breaks: libxcompext3 (<< 2:3.5.99.3~), nxauth
Replaces: libxcompext3, nxauth
...
...
debian/nxagent.install
View file @
00f8d49a
etc
/
nxagent
/
keystrokes
.
cfg
usr
/
bin
/
nxagent
usr
/
bin
/
nxdialog
usr
/
lib
/*/nx/X11/
usr/share/man/man1/nxagent.1*
usr/share/man/man1/nxdialog.1*
usr/share/nx/VERSION.nxagent
usr/share/pixmaps/nxagent.xpm
# FIXME: compatibility symlink, drop for 3.6.0 release
...
...
debian/patches/2003_nxdialog-use-python3.patch
0 → 100644
View file @
00f8d49a
Description: Enforce usage of Python3
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/nxdialog/bin/nxdialog
+++ b/nxdialog/bin/nxdialog
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# ^^^ This is working with python2 and python3 so we choose a shebang
# that will find either version.
debian/patches/series
View file @
00f8d49a
2001_nx-X11_install-location.debian.patch
2002_xserver-xext_set-securitypolicy-path.debian.patch
2003_nxdialog-use-python3.patch
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