Commit 00f8d49a authored by Mike Gabriel's avatar Mike Gabriel

debian/*: Debianize package inclusion of nxdialog (ships with nxagent bin:pkg for now).

parent ae565e1d
...@@ -330,9 +330,12 @@ Depends: ...@@ -330,9 +330,12 @@ Depends:
libnx-x11-6 (= ${binary:Version}), libnx-x11-6 (= ${binary:Version}),
libxcomp3 (= ${binary:Version}), libxcomp3 (= ${binary:Version}),
libxcompshad3 (= ${binary:Version}), libxcompshad3 (= ${binary:Version}),
python3,
python3-gi,
gir1.2-gtk-3.0,
x11-xkb-utils, x11-xkb-utils,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends},
Recommends: xfonts-base, xkb-data Recommends: xfonts-base, xkb-data
Breaks: libxcompext3 (<< 2:3.5.99.3~), nxauth Breaks: libxcompext3 (<< 2:3.5.99.3~), nxauth
Replaces: libxcompext3, nxauth Replaces: libxcompext3, nxauth
......
etc/nxagent/keystrokes.cfg etc/nxagent/keystrokes.cfg
usr/bin/nxagent usr/bin/nxagent
usr/bin/nxdialog
usr/lib/*/nx/X11/ usr/lib/*/nx/X11/
usr/share/man/man1/nxagent.1* usr/share/man/man1/nxagent.1*
usr/share/man/man1/nxdialog.1*
usr/share/nx/VERSION.nxagent usr/share/nx/VERSION.nxagent
usr/share/pixmaps/nxagent.xpm usr/share/pixmaps/nxagent.xpm
# FIXME: compatibility symlink, drop for 3.6.0 release # FIXME: compatibility symlink, drop for 3.6.0 release
......
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.
2001_nx-X11_install-location.debian.patch 2001_nx-X11_install-location.debian.patch
2002_xserver-xext_set-securitypolicy-path.debian.patch 2002_xserver-xext_set-securitypolicy-path.debian.patch
2003_nxdialog-use-python3.patch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment