[SCM] mate-menus Debian package branch, master, updated. debian/1.8.0-2-5-g49453d9

Mike Gabriel sunweaver at moszumanska.debian.org
Wed Jun 4 00:46:30 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-menus.git;a=commitdiff;h=20d5937

The following commit has been merged in the master branch:
commit 20d5937c84a6766871f571bbb719c312b24a9eb2
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jun 4 02:19:34 2014 +0200

    debian/patches: Add patch 1001_FTBFS-hurd-maxsymlinks.patch. Fixes FTBFS on Debian/Hurd. (Closes: #750497).
---
 debian/patches/1001_FTBFS-hurd-maxsymlinks.patch | 16 ++++++++++++++++
 debian/patches/README                            |  3 +++
 debian/patches/series                            |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch b/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch
new file mode 100644
index 0000000..3a621f9
--- /dev/null
+++ b/debian/patches/1001_FTBFS-hurd-maxsymlinks.patch
@@ -0,0 +1,16 @@
+Description: Fix FTBFS on Debian/Hurd
+Author: Svante Signell <svante.signell at gmail.com>
+Forwarded: https://github.com/mate-desktop/mate-menus/issues/20
+--- a/libmenu/canonicalize.c	2014-03-01 11:37:52.000000000 +0100
++++ b/libmenu/canonicalize.c	2014-06-03 23:14:43.000000000 +0200
+@@ -44,6 +44,10 @@
+    that cannot be resolved.  If the path can be resolved, RESOLVED
+    holds the same value as the value returned.  */
+ 
++#ifndef MAXSYMLINKS
++#define MAXSYMLINKS sysconf(_SC_SYMLOOP_MAX)
++#endif
++
+ static char* menu_realpath(const char* name, char* resolved)
+ {
+ 	char* rpath = NULL;
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..80c1584
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,3 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b48dec9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_FTBFS-hurd-maxsymlinks.patch

-- 
mate-menus Debian package



More information about the pkg-mate-commits mailing list