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

libx11: Changes to 'debian-experimental'



 debian/changelog        |    6 ++++++
 debian/libx11-6.symbols |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

New commits:
commit ffee1825484abaa668ec7c3e8f12f73bb82f6915
Author: Julien Cristau <jcristau@debian.org>
Date:   Sat Oct 17 11:53:21 2009 +0200

    Unmark some symbols as private
    
    An archive rebuild revealed that the following private Xlib symbols are
    being referenced by other packages, so don't mark them as private:
    - _XRegisterFilterByMask
    - _XRegisterFilterByType
    - _XUnregisterFilter
    - _XInitKeysymDB
    - _Xevent_to_mask
    
    The rebuild was done by Lucas Nussbaum (thanks!) on amd64.

diff --git a/debian/changelog b/debian/changelog
index 39eb7a2..52e057a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,12 @@ libx11 (2:1.3-2) UNRELEASED; urgency=low
 
   * libx11-6.symbols: _XkbReadBufferCopy32, _XkbReadCopyData32 and
     _XkbWriteCopyData32 are only present on 64-bit architectures.
+  * Unmark the following symbols as private, they're being used:
+    - _XRegisterFilterByMask
+    - _XRegisterFilterByType
+    - _XUnregisterFilter
+    - _XInitKeysymDB
+    - _Xevent_to_mask
 
  -- Julien Cristau <jcristau@debian.org>  Tue, 13 Oct 2009 14:41:38 +0200
 
diff --git a/debian/libx11-6.symbols b/debian/libx11-6.symbols
index c5edd42..dd0b6fa 100644
--- a/debian/libx11-6.symbols
+++ b/debian/libx11-6.symbols
@@ -833,7 +833,7 @@ libX11.so.6 libx11-6 #MINVER#
  (optional)_XInitDisplayLock_fn@Base 0 1
  (optional)_XInitIM@Base 0 1
  _XInitImageFuncPtrs@Base 0
- (optional)_XInitKeysymDB@Base 0 1
+ _XInitKeysymDB@Base 0
  (optional)_XInitOM@Base 0 1
  _XIsEventCookie@Base 2:1.2.99.901
  (optional)_XKeyInitialize@Base 0 1
@@ -858,8 +858,8 @@ libX11.so.6 libx11-6 #MINVER#
  _XReadEvents@Base 0
  _XReadPad@Base 0
  (optional)_XRefreshKeyboardMapping@Base 0 1
- (optional)_XRegisterFilterByMask@Base 0 1
- (optional)_XRegisterFilterByType@Base 0 1
+ _XRegisterFilterByMask@Base 0
+ _XRegisterFilterByType@Base 0
  _XRegisterInternalConnection@Base 0
  _XReply@Base 0
  _XReverse_Bytes@Base 0
@@ -881,7 +881,7 @@ libX11.so.6 libx11-6 #MINVER#
  _XUnknownWireEvent@Base 0
  _XUnknownWireEventCookie@Base 2:1.2.99.901
  _XUnlockMutex_fn@Base 0
- (optional)_XUnregisterFilter@Base 0 1
+ _XUnregisterFilter@Base 0
  _XUnregisterInternalConnection@Base 0
  (optional)_XUnresolveColor@Base 0 1
  (optional)_XUpdateAtomCache@Base 0 1
@@ -940,7 +940,7 @@ libX11.so.6 libx11-6 #MINVER#
  (optional)_XcmsTekHVC_prefix@Base 0 1
  (optional)_XcmsUnresolveColor@Base 0 1
  _Xdebug@Base 0
- (optional)_Xevent_to_mask@Base 0 1
+ _Xevent_to_mask@Base 0
  _Xglobal_lock@Base 0
  (optional)_Xi18n_lock@Base 0 1
  (optional)_XimCbDispatch@Base 0 1


Reply to: