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

mesa: Changes to 'debian-unstable'



 debian/changelog     |    6 ++++++
 debian/not-installed |    5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

New commits:
commit 14e280c421ae0c8e7632ecb0809b202bc0f51853
Author: Cyril Brulebois <kibi@debian.org>
Date:   Tue Feb 8 19:21:11 2011 +0100

    debian/not-installed: Ignore the same files on kfreebsd-i386 as i386.

diff --git a/debian/changelog b/debian/changelog
index 5053c19..71e9aee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mesa (7.10-4) UNRELEASED; urgency=low
+
+  * debian/not-installed: Ignore the same files on kfreebsd-i386 as i386.
+
+ -- Cyril Brulebois <kibi@debian.org>  Tue, 08 Feb 2011 19:19:57 +0100
+
 mesa (7.10-3) unstable; urgency=low
 
   [ Julien Cristau ]
diff --git a/debian/not-installed b/debian/not-installed
index b052f8a..bd2a53e 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -37,7 +37,10 @@ NOT_INSTALLED_i386 = \
 	usr/lib/i686/cmov/libGLw.so.1.* \
 	usr/lib/i686/cmov/pkgconfig/glw.pc \
 	usr/lib/i686/cmov/pkgconfig/glu.pc \
-	usr/lib/i686/cmov/pkgconfig/gl.pc \
+	usr/lib/i686/cmov/pkgconfig/gl.pc
+
+# Same for linux and kfreebsd on i386:
+NOT_INSTALLED_kfreebsd-i386 = $(NOT_INSTALLED_i386)
 
 # Detect the current architecture and add the files if any:
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)


Reply to: