New upstream version 3.5.99.27
This commit is contained in:
37
debian/patches/2001_nx-X11_install-location.debian.patch
vendored
Normal file
37
debian/patches/2001_nx-X11_install-location.debian.patch
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
Description: FHS adaptation for Debian packaging
|
||||
On Debian, NX libraries and binaries are installed to
|
||||
/usr/lib/nx.
|
||||
Forwarded: not-needed
|
||||
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
|
||||
Last-Update: 2012-12-31
|
||||
--- a/nx-X11/config/cf/Imake.tmpl
|
||||
+++ b/nx-X11/config/cf/Imake.tmpl
|
||||
@@ -733,7 +733,7 @@
|
||||
#define AlternateUsrLibDir YES
|
||||
#endif
|
||||
#else
|
||||
-#define UsrLibDir Concat4(/usr/local,/,LibDirName,/nx/X11)
|
||||
+#define UsrLibDir Concat4(/usr,/,LibDirName,/nx/X11)
|
||||
#ifndef AlternateUsrLibDir
|
||||
#define AlternateUsrLibDir NO
|
||||
#endif
|
||||
@@ -751,7 +751,7 @@
|
||||
#define AlternateUsrDataDir YES
|
||||
#endif
|
||||
#else
|
||||
-#define UsrDataDir Concat4(/usr/local,/,share,/nx)
|
||||
+#define UsrDataDir Concat4(/usr,/,share,/nx)
|
||||
#ifndef AlternateUsrDataDir
|
||||
#define AlternateUsrDataDir NO
|
||||
#endif
|
||||
--- a/nx-X11/config/cf/site.def
|
||||
+++ b/nx-X11/config/cf/site.def
|
||||
@@ -69,7 +69,7 @@
|
||||
#ifdef AfterVendorCF
|
||||
|
||||
#ifndef ProjectRoot
|
||||
-#define ProjectRoot /usr/local
|
||||
+#define ProjectRoot /usr
|
||||
#endif
|
||||
|
||||
/*
|
||||
11
debian/patches/2003_nxdialog-use-python3.patch
vendored
Normal file
11
debian/patches/2003_nxdialog-use-python3.patch
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
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.
|
||||
2
debian/patches/series
vendored
Normal file
2
debian/patches/series
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
2001_nx-X11_install-location.debian.patch
|
||||
2003_nxdialog-use-python3.patch
|
||||
Reference in New Issue
Block a user