[neon/3rdparty/indi/Neon/release] debian: update the patches

Pino Toscano null at kde.org
Wed Nov 17 11:15:56 GMT 2021


Git commit 24c85f5b073abb1b8830c5f6899282407c38fb60 by Pino Toscano.
Committed on 08/11/2020 at 09:18.
Pushed by jriddell into branch 'Neon/release'.

update the patches

- path_max.diff: refresh
- hurd_include.diff: refresh

M  +3    -0    debian/changelog
M  +1    -1    debian/patches/hurd_include.diff
M  +4    -4    debian/patches/path_max.diff

https://invent.kde.org/neon/3rdparty/indi/commit/24c85f5b073abb1b8830c5f6899282407c38fb60

diff --git a/debian/changelog b/debian/changelog
index 22f6344..d7b0f40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,9 @@ indi (1.8.6+dfsg-0r1) UNRELEASED; urgency=medium
   * New upstream release.
   * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
     Repository-Browse.
+  * Update the patches:
+    - path_max.diff: refresh
+    - hurd_include.diff: refresh
 
  -- Debian Krap Maintainers <debian-qt-kde at lists.debian.org>  Sun, 08 Nov 2020 10:08:31 +0100
 
diff --git a/debian/patches/hurd_include.diff b/debian/patches/hurd_include.diff
index 5dcc2f3..eb07d38 100644
--- a/debian/patches/hurd_include.diff
+++ b/debian/patches/hurd_include.diff
@@ -6,7 +6,7 @@ Last-Updated: 2019-11-11
 
 --- a/libs/indicom.c
 +++ b/libs/indicom.c
-@@ -60,6 +60,10 @@
+@@ -62,6 +62,10 @@
  #include <sys/ioctl.h>
  #endif
  
diff --git a/debian/patches/path_max.diff b/debian/patches/path_max.diff
index 7384e74..a1e107d 100644
--- a/debian/patches/path_max.diff
+++ b/debian/patches/path_max.diff
@@ -46,9 +46,9 @@ Forwarded: no
   modify it under the terms of the GNU Library General Public
 --- a/libs/indibase/dsp/dspinterface.cpp
 +++ b/libs/indibase/dsp/dspinterface.cpp
-@@ -40,6 +40,10 @@
- #include <zlib.h>
- #include <sys/stat.h>
+@@ -45,6 +45,10 @@
+ #include <unistd.h>
+ #include <fcntl.h>
  
 +#ifndef PATH_MAX
 +#define PATH_MAX 4096
@@ -59,7 +59,7 @@ Forwarded: no
  {
 --- a/libs/indibase/indisensorinterface.cpp
 +++ b/libs/indibase/indisensorinterface.cpp
-@@ -39,6 +39,10 @@
+@@ -42,6 +42,10 @@
  #include <zlib.h>
  #include <sys/stat.h>
  



More information about the Neon-commits mailing list