[allegro5] 01/01: Remove fix-fallback-path-max.patch, applied upstream.

Tobias Hansen thansen at moszumanska.debian.org
Mon Dec 19 02:56:11 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository allegro5.

commit 932fb6907b6515a25ee8571518c99644528184ae
Author: Tobias Hansen <thansen at debian.org>
Date:   Mon Dec 19 02:55:57 2016 +0000

    Remove fix-fallback-path-max.patch, applied upstream.
---
 debian/changelog                           |  1 +
 debian/patches/fix-fallback-path-max.patch | 40 ------------------------------
 debian/patches/series                      |  1 -
 3 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d3ce380..59b72eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 allegro5 (2:5.2.2-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * Remove fix-fallback-path-max.patch, applied upstream.
 
  -- Tobias Hansen <thansen at debian.org>  Mon, 19 Dec 2016 02:42:27 +0000
 
diff --git a/debian/patches/fix-fallback-path-max.patch b/debian/patches/fix-fallback-path-max.patch
deleted file mode 100644
index b4fe67e..0000000
--- a/debian/patches/fix-fallback-path-max.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-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
-@@ -47,6 +47,10 @@
- #define PATH_MAX 4096
- #endif
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- 
- typedef struct
- {
---- a/src/fshook_stdio.c
-+++ b/src/fshook_stdio.c
-@@ -128,6 +128,10 @@
- #define PATH_MAX 4096
- #endif
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
-+
- 
- typedef struct ALLEGRO_FS_ENTRY_STDIO ALLEGRO_FS_ENTRY_STDIO;
- 
---- a/src/unix/upath.c
-+++ b/src/unix/upath.c
-@@ -15,6 +15,9 @@
-  *      See readme.txt for copyright information.
-  */
- 
-+#ifndef PATH_MAX
-+#define PATH_MAX 4096
-+#endif
- 
- #include <stdio.h>
- #include <unistd.h>
diff --git a/debian/patches/series b/debian/patches/series
index 3714df3..93d028f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-fix-fallback-path-max.patch
 fix-manpages.patch
 fix-manpage-generation-script.patch
 use-debians-dejavu-font.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/allegro5.git



More information about the Pkg-games-commits mailing list