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

mesa: Changes to 'debian-unstable'



 debian/changelog            |    5 +++++
 debian/libegl1-mesa.symbols |    6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit cf0d3e76d64e0fb2b7345392d3a488b1a3640c8c
Author: Sven Joachim <svenjoac@gmx.de>
Date:   Sun Jun 26 15:16:54 2011 +0200

    Fix comment syntax in libegl1-mesa.symbols
    
    The comment marker has to be put in column zero for a valid comment.
    Right now this is a minor problem leading just to " # package." ending
    up in the symbols file literally, but the next dpkg-dev version has a
    stricter parser complaining that "package." is not a valid version.

diff --git a/debian/changelog b/debian/changelog
index 4616666..de0e26c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 mesa (7.10.3-4) UNRELEASED; urgency=low
 
+  [ Cyril Brulebois ]
   * Accept libmotif-dev as an alternative to lesstif2-dev in
     libglw1-mesa-dev's dependencies, as requested by Michael Hanke
     (Closes: #631236).
 
+  [ Sven Joachim ]
+  * Fix comments in libegl1-mesa.symbols to avoid impending FTBFS with
+    the upcoming dpkg-dev 1.16.1.
+
  -- Cyril Brulebois <kibi@debian.org>  Wed, 22 Jun 2011 11:18:36 +0200
 
 mesa (7.10.3-3) unstable; urgency=low
diff --git a/debian/libegl1-mesa.symbols b/debian/libegl1-mesa.symbols
index abf63cf..0b84dd9 100644
--- a/debian/libegl1-mesa.symbols
+++ b/debian/libegl1-mesa.symbols
@@ -1,7 +1,7 @@
 libEGL.so.1 libegl1-mesa #MINVER# | libegl1-x11
- # These are all internal symbols between libEGL and the
- # drivers.  Handle the dependency explicitly in the driver
- # package.
+# These are all internal symbols between libEGL and the
+# drivers.  Handle the dependency explicitly in the driver
+# package.
  (regex)"^_egl.*@Base$" 7.8.1
  eglBindAPI@Base 7.8.1
  eglBindTexImage@Base 7.8.1


Reply to: