[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

mesa: Changes to 'debian-experimental'



 debian/patches/04_cleanup-osmesa-configs.patch |    3 +--
 debian/scripts/install-source.sh               |    3 +++
 2 files changed, 4 insertions(+), 2 deletions(-)

New commits:
commit 71d7b7dbe7e7485b401a6f578a3142fc896f0110
Author: Thierry Reding <thierry@gilfi.de>
Date:   Mon Jan 8 13:36:25 2007 +0100

    Drop noop line.

diff --git a/debian/patches/04_cleanup-osmesa-configs.patch b/debian/patches/04_cleanup-osmesa-configs.patch
index 6164e91..ffc4de9 100644
--- a/debian/patches/04_cleanup-osmesa-configs.patch
+++ b/debian/patches/04_cleanup-osmesa-configs.patch
@@ -2,14 +2,13 @@ diff --git a/configs/linux-osmesa b/conf
 index cc1fbbd..aabab59 100644
 --- a/configs/linux-osmesa
 +++ b/configs/linux-osmesa
-@@ -9,8 +9,18 @@ CONFIG_NAME = linux-osmesa
+@@ -9,8 +9,17 @@ CONFIG_NAME = linux-osmesa
  # Compiler and flags
  CC = gcc
  CXX = g++
 -CFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS
 -CXXFLAGS = -O3 -ansi -pedantic -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
 +
-+OPT_FLAGS ?=
 +PIC_FLAGS  = -fPIC
 +
 +DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \

commit 4563723db1e24fe94f827783b6759586d05ff1db
Author: Thierry Reding <thierry@gilfi.de>
Date:   Mon Jan 8 13:36:16 2007 +0100

    Make sure all files in the mesa-swx11-source package have permissions 0644.

diff --git a/debian/scripts/install-source.sh b/debian/scripts/install-source.sh
index f8c9213..bc0bcd5 100755
--- a/debian/scripts/install-source.sh
+++ b/debian/scripts/install-source.sh
@@ -41,3 +41,6 @@ (
 		cp -lf "$x" "$TARGET/$DIRNAME"
 	done
 
+# fix permissions
+find "$TARGET" -type f | xargs chmod 0644
+



Reply to: