From cc2a0d1c39eeb566604c6013d68a6e0c4121d7ba Mon Sep 17 00:00:00 2001 From: luoyaoming Date: Wed, 23 Nov 2022 10:56:35 +0800 Subject: [PATCH] changed debian/source/format to native --- debian/patches/01_hurd_ftbfs.patch | 24 ------------------------ debian/patches/02_hurd_ftbfs.patch | 25 ------------------------- debian/patches/series | 2 -- debian/source/format | 2 +- 4 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 debian/patches/01_hurd_ftbfs.patch delete mode 100644 debian/patches/02_hurd_ftbfs.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/01_hurd_ftbfs.patch b/debian/patches/01_hurd_ftbfs.patch deleted file mode 100644 index 087cba2..0000000 --- a/debian/patches/01_hurd_ftbfs.patch +++ /dev/null @@ -1,24 +0,0 @@ -From: Svante Signell -Date: Sun, 1 Apr 2018 17:43:04 -0400 -Subject: Define PATH_MAX to fix build on the Hurd. - -Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 -Applied-upstream: no ---- - libgimpbase/gimpreloc.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/libgimpbase/gimpreloc.c b/libgimpbase/gimpreloc.c -index b9fa4df..8cd72f9 100644 ---- a/libgimpbase/gimpreloc.c -+++ b/libgimpbase/gimpreloc.c -@@ -27,6 +27,9 @@ - - #include "gimpreloc.h" - -+#ifndef PATH_MAX -+#define PATH_MAX 4096 -+#endif - - /* - * Find the canonical filename of the executable. Returns the filename diff --git a/debian/patches/02_hurd_ftbfs.patch b/debian/patches/02_hurd_ftbfs.patch deleted file mode 100644 index f4c1fc7..0000000 --- a/debian/patches/02_hurd_ftbfs.patch +++ /dev/null @@ -1,25 +0,0 @@ -From: Svante Signell -Date: Tue, 6 Aug 2019 21:04:22 +0200 -Subject: qbist: Define PATH_MAX on Hurd - -Bug-Debian: https://bugs.debian.org/934077 -Forwarded: https://gitlab.gnome.org/GNOME/gimp/-/merge_requests/424 -Applied-upstream: no ---- - plug-ins/common/qbist.c | 3 +++ - 1 file changed, 3 insertions(+) - -diff --git a/plug-ins/common/qbist.c b/plug-ins/common/qbist.c -index f8f94d4..6f1b582 100644 ---- a/plug-ins/common/qbist.c -+++ b/plug-ins/common/qbist.c -@@ -38,6 +38,9 @@ - - #include "libgimp/stdplugins-intl.h" - -+#ifndef PATH_MAX -+#define PATH_MAX 4096 -+#endif - - /** qbist renderer ***********************************************************/ - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 3aa35ac..0000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -01_hurd_ftbfs.patch -02_hurd_ftbfs.patch diff --git a/debian/source/format b/debian/source/format index 163aaf8..89ae9db 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +3.0 (native)