This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository allegro5.
commit 13e8153bd8d51c55d7bff91c4bb51854837ab6d4 Author: Tobias Hansen <[email protected]> Date: Mon Dec 19 02:44:53 2016 +0000 Refresh patches. --- debian/patches/fix-fallback-path-max.patch | 20 ++++++++++---------- debian/patches/fix-manpages.patch | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/debian/patches/fix-fallback-path-max.patch b/debian/patches/fix-fallback-path-max.patch index 4b8db31..b4fe67e 100644 --- a/debian/patches/fix-fallback-path-max.patch +++ b/debian/patches/fix-fallback-path-max.patch @@ -2,9 +2,9 @@ Author: Andreas Rönnquist Description: Defines a fallback PATH_MAX on Hurd, where it isn't defined by default --- a/src/file_stdio.c +++ b/src/file_stdio.c -@@ -43,6 +43,10 @@ - /* forward declaration */ - const struct ALLEGRO_FILE_INTERFACE _al_file_interface_stdio; +@@ -47,6 +47,10 @@ + #define PATH_MAX 4096 + #endif +#ifndef PATH_MAX +#define PATH_MAX 4096 @@ -15,8 +15,8 @@ Description: Defines a fallback PATH_MAX on Hurd, where it isn't defined by defa { --- a/src/fshook_stdio.c +++ b/src/fshook_stdio.c -@@ -124,6 +124,10 @@ - #define WRAP_READDIR(d) (readdir(d)) +@@ -128,6 +128,10 @@ + #define PATH_MAX 4096 #endif +#ifndef PATH_MAX @@ -28,13 +28,13 @@ Description: Defines a fallback PATH_MAX on Hurd, where it isn't defined by defa --- a/src/unix/upath.c +++ b/src/unix/upath.c -@@ -41,6 +41,9 @@ - - ALLEGRO_DEBUG_CHANNEL("upath") +@@ -15,6 +15,9 @@ + * See readme.txt for copyright information. + */ +#ifndef PATH_MAX +#define PATH_MAX 4096 +#endif - #ifndef ALLEGRO_MACOSX - /* _find_executable_file: + #include <stdio.h> + #include <unistd.h> diff --git a/debian/patches/fix-manpages.patch b/debian/patches/fix-manpages.patch index 32500c4..bf30f90 100644 --- a/debian/patches/fix-manpages.patch +++ b/debian/patches/fix-manpages.patch @@ -6,7 +6,7 @@ Author: Tobias Hansen <[email protected]> --- a/docs/src/refman/font.txt +++ b/docs/src/refman/font.txt -@@ -550,13 +550,13 @@ +@@ -585,13 +585,13 @@ The bitmap format is as in the following example, which contains three glyphs for 1, 2 and 3. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/allegro5.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

