diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-08-03 09:41:21 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-08-03 09:41:21 +0200 |
commit | 6ae091cc27f90bd431e4d9564c760fa209f8efb8 (patch) | |
tree | 253588fb5860a00d39e957085a08a0dfcd736927 /debian/patches/0400_nxcomp-version.full+lite.patch | |
parent | a4fb30f8d0dc188821ac61d64d113a6ae6156b95 (diff) | |
download | nx-libs-6ae091cc27f90bd431e4d9564c760fa209f8efb8.tar.gz nx-libs-6ae091cc27f90bd431e4d9564c760fa209f8efb8.tar.bz2 nx-libs-6ae091cc27f90bd431e4d9564c760fa209f8efb8.zip |
debian/patches: refresh all patches.
Removes some fuzziness and adds the -p diff option to show the C
function name in hunk headers.
Diffstat (limited to 'debian/patches/0400_nxcomp-version.full+lite.patch')
-rw-r--r-- | debian/patches/0400_nxcomp-version.full+lite.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0400_nxcomp-version.full+lite.patch b/debian/patches/0400_nxcomp-version.full+lite.patch index 703cec823..012b16f4b 100644 --- a/debian/patches/0400_nxcomp-version.full+lite.patch +++ b/debian/patches/0400_nxcomp-version.full+lite.patch @@ -10,7 +10,7 @@ Author: Nito Martinez <Nito@Qindel.ES> #include "NXpack.h" #include "Control.h" -@@ -594,44 +595,17 @@ +@@ -594,44 +595,17 @@ Control::Control() RemoteVersionMajor = -1; RemoteVersionMinor = -1; RemoteVersionPatch = -1; @@ -63,7 +63,7 @@ Author: Nito Martinez <Nito@Qindel.ES> *logofs << "Control: Major version is " << LocalVersionMajor --- a/nxcomp/Control.h +++ b/nxcomp/Control.h -@@ -299,17 +299,26 @@ +@@ -299,17 +299,26 @@ class Control // Version number of local and remote proxy. // @@ -92,7 +92,7 @@ Author: Nito Martinez <Nito@Qindel.ES> // Which unpack methods are implemented in proxy? --- a/nxcomp/Loop.cpp +++ b/nxcomp/Loop.cpp -@@ -14250,7 +14250,8 @@ +@@ -14250,7 +14250,8 @@ void PrintVersionInfo() cerr << "NXPROXY - " << "Version " << control -> LocalVersionMajor << "." << control -> LocalVersionMinor << "." @@ -104,7 +104,7 @@ Author: Nito Martinez <Nito@Qindel.ES> } --- a/nxcomp/Makefile.in +++ b/nxcomp/Makefile.in -@@ -105,7 +105,8 @@ +@@ -105,7 +105,8 @@ MSRC = CSRC = MD5.c \ Pack.c \ @@ -116,7 +116,7 @@ Author: Nito Martinez <Nito@Qindel.ES> Children.cpp \ --- a/nxcomp/NX.h +++ b/nxcomp/NX.h -@@ -442,6 +442,12 @@ +@@ -442,6 +442,12 @@ extern int NXTransParseEnvironment(const extern void NXTransCleanup(void) __attribute__((noreturn)); |