Package: xutils-dev
Version: 1:7.7~1
Severity: Important
User: debian-h...@lists.debian.org
Usertags: hurd
Tags: patch

Hi,

It seems that the GNU configuration file gnu.cf hasn't been keeping up.  It is 
missing a define for
ManDirectoryRoot so some packages fail to build the man pages in the correct 
dirs and building in
Debian therefore fails.

Attached is a patch to correct this issue.

Thank you,

Barry deFreese

Index: xutils-dev-7.7~1/xorg-cf-files/gnu.cf
===================================================================
--- xutils-dev-7.7~1.orig/xorg-cf-files/gnu.cf  2012-06-11 20:32:45.000000000 
+0000
+++ xutils-dev-7.7~1/xorg-cf-files/gnu.cf       2012-06-11 20:34:24.000000000 
+0000
@@ -25,6 +25,19 @@
 # define BuildPDFdocs NO
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot   /usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot      /usr/share/man
+#endif
+#ifndef AlternateUsrLibDir
+# define AlternateUsrLibDir NO
+#endif
+#ifndef AlternateIncRoot
+# define AlternateIncRoot NO
+#endif
+
 #ifndef GnuBinUtilsMajorVersion
 # define GnuBinUtilsMajorVersion       DefaultGnuBinUtilsMajorVersion
 #endif

Reply via email to