summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2023-06-03 05:30:35 -0300
committerRafael Laboissière <rafael@debian.org>2023-06-03 06:03:26 -0300
commitecc41111496798ef4eaa94bbd9021afdb1cb2e2c (patch)
treeb640eb779de1a4872d3bac370a50924c42f35079
parent3b61a459545223fb92888772a98b6ba137216909 (diff)
d/p/xtest-resolvehost.patch: Refresh for new upstream version
-rw-r--r--debian/patches/xtest-resolvehost.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/xtest-resolvehost.patch b/debian/patches/xtest-resolvehost.patch
index 8e7eb58..e9d2160 100644
--- a/debian/patches/xtest-resolvehost.patch
+++ b/debian/patches/xtest-resolvehost.patch
@@ -3,7 +3,7 @@ Description: Do not fail when calling resolvehost in standalone system
time.
Author: Rafael Laboissière <rafael@debian.org>
Forwarded: not-needed
-Last-Update: 2021-11-15
+Last-Update: 2023-06-03
--- octave-instrument-control-0.7.0.orig/src/tcp/__tcp_properties__.cc
+++ octave-instrument-control-0.7.0/src/tcp/__tcp_properties__.cc
@@ -22,7 +22,7 @@ Last-Update: 2021-11-15
%! # test get
--- octave-instrument-control-0.7.0.orig/src/tcpclient/__tcpclient_properties__.cc
+++ octave-instrument-control-0.7.0/src/tcpclient/__tcpclient_properties__.cc
-@@ -149,9 +149,13 @@ Undocumented internal function.\n\
+@@ -158,9 +158,13 @@ Undocumented internal function.\n\
}
#if 0
%!shared ip
@@ -38,7 +38,7 @@ Last-Update: 2021-11-15
%! # test get
%! a = tcpclient (ip, 80);
%! assert (__tcpclient_properties__ (a,"type"), "tcpclient");
-@@ -163,7 +167,7 @@ Undocumented internal function.\n\
+@@ -172,7 +172,7 @@ Undocumented internal function.\n\
%! fail ("__tcpclient_properties__ (a,'invalid')", "invalid property name");
%! clear a
@@ -47,7 +47,7 @@ Last-Update: 2021-11-15
%! # test set
%! a = tcpclient(ip, 80);
%! __tcpclient_properties__ (a, 'name', "mytest");
-@@ -171,7 +175,7 @@ Undocumented internal function.\n\
+@@ -180,7 +184,7 @@ Undocumented internal function.\n\
%! fail ("__tcpclient_properties__ (a,'invalid', 1)", "invalid property name");
%! clear a
@@ -56,7 +56,7 @@ Last-Update: 2021-11-15
%! # test flush
%! a = tcpclient(ip, 80);
%! __tcpclient_properties__ (a, 'flush', 0);
-@@ -185,7 +189,7 @@ Undocumented internal function.\n\
+@@ -194,7 +198,7 @@ Undocumented internal function.\n\
%!error <wrong number of arguments> __tcpclient_properties__ (1)