diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/0150-i386-test.patch | 5 | ||||
-rw-r--r-- | debian/patches/0155-hurd_PATH_MAX.patch | 3 | ||||
-rw-r--r-- | debian/patches/0160-big_endian.patch | 3 |
3 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/0150-i386-test.patch b/debian/patches/0150-i386-test.patch index 06d576b..211fc84 100644 --- a/debian/patches/0150-i386-test.patch +++ b/debian/patches/0150-i386-test.patch @@ -1,3 +1,8 @@ +Description: Disable some tests that fail on i386 +Author: Jörg Frings-Fürst <debian@jff.email> +Last-Update: 2020-04-01 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: trunk/testsuite/backend/genesys/tests_image.cpp =================================================================== --- trunk.orig/testsuite/backend/genesys/tests_image.cpp diff --git a/debian/patches/0155-hurd_PATH_MAX.patch b/debian/patches/0155-hurd_PATH_MAX.patch index 13e3392..b1d6056 100644 --- a/debian/patches/0155-hurd_PATH_MAX.patch +++ b/debian/patches/0155-hurd_PATH_MAX.patch @@ -1,3 +1,6 @@ +Description: Add PATH_MAX if undefined +Author: Jörg Frings-Fürst <debian@jff.email> +Last-Update: 2020-04-01 Index: trunk/backend/escl/escl_capabilities.c =================================================================== --- trunk.orig/backend/escl/escl_capabilities.c diff --git a/debian/patches/0160-big_endian.patch b/debian/patches/0160-big_endian.patch index 5c8a2ff..234088d 100644 --- a/debian/patches/0160-big_endian.patch +++ b/debian/patches/0160-big_endian.patch @@ -1,3 +1,6 @@ +Description: Use depth from session +Author: Jörg Frings-Fürst <debian@jff.email> +Last-Update: 2020-04-01 Index: trunk/backend/genesys/low.cpp =================================================================== --- trunk.orig/backend/genesys/low.cpp |