Blame SOURCES/xinetd-2.3.14-readable-debuginfo.patch

01101d
Generate debuginfo package with all include files readable. 
01101d
01101d
The support libraries would install their header files with 640 permissions,
01101d
which is not what we want.
01101d
01101d
diff -up xinetd-2.3.14/libs/src/misc/Makefile.in.orig xinetd-2.3.14/libs/src/misc/Makefile.in
01101d
--- xinetd-2.3.14/libs/src/misc/Makefile.in.orig	2003-02-19 18:29:27.000000000 +0100
01101d
+++ xinetd-2.3.14/libs/src/misc/Makefile.in	2008-09-18 10:18:59.000000000 +0200
01101d
@@ -49,7 +49,7 @@ CC_FLAGS		= $(DEBUG)
01101d
 CFLAGS			= @CFLAGS@ $(CPP_FLAGS) $(CC_FLAGS) -I$(INCLUDEDIR)
01101d
 
01101d
 INSTALL			= @INSTALL@
01101d
-FMODE			= -m 640		# used by install
01101d
+FMODE			= -m 644		# used by install
01101d
 RANLIB			= @RANLIB@
01101d
 
01101d
 LIBNAME			= lib$(NAME).a
01101d
diff -up xinetd-2.3.14/libs/src/portable/Makefile.in.orig xinetd-2.3.14/libs/src/portable/Makefile.in
01101d
--- xinetd-2.3.14/libs/src/portable/Makefile.in.orig	2003-02-19 18:29:27.000000000 +0100
01101d
+++ xinetd-2.3.14/libs/src/portable/Makefile.in	2008-09-18 10:19:09.000000000 +0200
01101d
@@ -44,7 +44,7 @@ CC_FLAGS		= $(DEBUG)
01101d
 CFLAGS			= @CFLAGS@ $(CPP_FLAGS) $(CC_FLAGS) -I$(INCLUDEDIR)
01101d
 
01101d
 INSTALL			= @INSTALL@
01101d
-FMODE			= -m 640		# used by install
01101d
+FMODE			= -m 644		# used by install
01101d
 RANLIB			= @RANLIB@
01101d
 
01101d
 LIBNAME			= lib$(NAME).a
01101d
diff -up xinetd-2.3.14/libs/src/pset/Makefile.in.orig xinetd-2.3.14/libs/src/pset/Makefile.in
01101d
--- xinetd-2.3.14/libs/src/pset/Makefile.in.orig	2003-02-19 18:29:27.000000000 +0100
01101d
+++ xinetd-2.3.14/libs/src/pset/Makefile.in	2008-09-18 10:19:17.000000000 +0200
01101d
@@ -41,7 +41,7 @@ CC_FLAGS		= $(DEBUG)
01101d
 CFLAGS			= @CFLAGS@ $(CPP_FLAGS) $(CC_FLAGS)
01101d
 
01101d
 INSTALL			= @INSTALL@
01101d
-FMODE			= -m 640			# used by install
01101d
+FMODE			= -m 644			# used by install
01101d
 RANLIB			= @RANLIB@
01101d
 
01101d
 LIBNAME			= lib$(NAME).a
01101d
diff -up xinetd-2.3.14/libs/src/sio/Makefile.in.orig xinetd-2.3.14/libs/src/sio/Makefile.in
01101d
--- xinetd-2.3.14/libs/src/sio/Makefile.in.orig	2003-02-19 18:29:27.000000000 +0100
01101d
+++ xinetd-2.3.14/libs/src/sio/Makefile.in	2008-09-18 10:19:25.000000000 +0200
01101d
@@ -40,7 +40,7 @@ CC_FLAGS		= $(DEBUG)
01101d
 CFLAGS			= @CFLAGS@ $(CPP_FLAGS) $(CC_FLAGS) -I$(INCLUDEDIR)
01101d
 
01101d
 INSTALL			= @INSTALL@
01101d
-FMODE			= -m 640			# used by install
01101d
+FMODE			= -m 644			# used by install
01101d
 RANLIB			= @RANLIB@
01101d
 
01101d
 LIBNAME			= lib$(NAME).a
01101d
diff -up xinetd-2.3.14/libs/src/str/Makefile.in.orig xinetd-2.3.14/libs/src/str/Makefile.in
01101d
--- xinetd-2.3.14/libs/src/str/Makefile.in.orig	2003-02-19 18:29:27.000000000 +0100
01101d
+++ xinetd-2.3.14/libs/src/str/Makefile.in	2008-09-18 10:19:33.000000000 +0200
01101d
@@ -51,7 +51,7 @@ CC_FLAGS		= $(DEBUG)
01101d
 CFLAGS			= @CFLAGS@ $(CPP_FLAGS) $(CC_FLAGS)
01101d
 
01101d
 INSTALL			= @INSTALL@
01101d
-FMODE			= -m 640			# used by install
01101d
+FMODE			= -m 644			# used by install
01101d
 RANLIB			= @RANLIB@
01101d
 
01101d
 LIBNAME			= lib$(NAME).a
01101d
diff -up xinetd-2.3.14/libs/src/xlog/Makefile.in.orig xinetd-2.3.14/libs/src/xlog/Makefile.in
01101d
--- xinetd-2.3.14/libs/src/xlog/Makefile.in.orig	2003-02-19 18:29:27.000000000 +0100
01101d
+++ xinetd-2.3.14/libs/src/xlog/Makefile.in	2008-09-18 10:19:41.000000000 +0200
01101d
@@ -46,7 +46,7 @@ CC_FLAGS		= $(DEBUG)
01101d
 CFLAGS			= @CFLAGS@ $(CPP_FLAGS) $(CC_FLAGS)
01101d
 
01101d
 INSTALL			= @INSTALL@
01101d
-FMODE			= -m 640			# used by install
01101d
+FMODE			= -m 644			# used by install
01101d
 RANLIB			= @RANLIB@
01101d
 
01101d
 LIBNAME			= lib$(NAME).a