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

[Git][xorg-team/lib/libx11][debian-unstable] 6 commits: patches: Revert four commits to fix a regression which is still unfixed.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libx11

Commits:

  • 885485e5
    by Timo Aaltonen at 2022-12-20T16:52:40+02:00
    patches: Revert four commits to fix a regression which is still unfixed.
    
  • 0f75f693
    by Timo Aaltonen at 2022-12-20T16:53:28+02:00
    rules: Add --disable-thread-safety-constructor again.
    
  • d1719fa2
    by Timo Aaltonen at 2022-12-20T16:55:35+02:00
    version bump
    
  • fd66f009
    by Timo Aaltonen at 2022-12-20T16:59:28+02:00
    rules: NEWS got removed, don't try to install it.
    
  • 90bf7a1c
    by Timo Aaltonen at 2022-12-20T16:59:38+02:00
    symbols: Updated.
    
  • a06398e1
    by Timo Aaltonen at 2022-12-20T17:03:04+02:00
    release to sid
    

4 changed files:

Changes:

  • debian/changelog
    1
    -libx11 (2:1.8.3-1) UNRELEASED; urgency=medium
    
    1
    +libx11 (2:1.8.3-2) unstable; urgency=medium
    
    2 2
     
    
    3
    +  [ Debian Janitor ]
    
    3 4
       * Remove constraints unnecessary since buster (oldstable):
    
    4 5
         + Build-Depends: Drop versioned constraint on dpkg-dev, libxcb1-dev and
    
    5 6
           xutils-dev.
    
    ... ... @@ -11,7 +12,14 @@ libx11 (2:1.8.3-1) UNRELEASED; urgency=medium
    11 12
         + libx11-doc: Drop versioned constraint on libx11-dev in Replaces.
    
    12 13
         + libx11-doc: Drop versioned constraint on libx11-dev in Breaks.
    
    13 14
     
    
    14
    - -- Debian Janitor <janitor@jelmer.uk>  Mon, 21 Nov 2022 21:42:50 -0000
    
    15
    +  [ Timo Aaltonen ]
    
    16
    +  * patches: Revert four commits to fix a regression which is still
    
    17
    +    unfixed.
    
    18
    +  * rules: Add --disable-thread-safety-constructor again.
    
    19
    +  * rules: NEWS got removed, don't try to install it.
    
    20
    +  * symbols: Updated.
    
    21
    +
    
    22
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 20 Dec 2022 17:02:56 +0200
    
    15 23
     
    
    16 24
     libx11 (2:1.8.3-1) unstable; urgency=medium
    
    17 25
     
    

  • debian/libx11-6.symbols
    ... ... @@ -185,6 +185,7 @@ libX11.so.6 libx11-6 #MINVER#
    185 185
      XFreeModifiermap@Base 0
    
    186 186
      XFreePixmap@Base 0
    
    187 187
      XFreeStringList@Base 0
    
    188
    + XFreeThreads@Base 2:1.8.3
    
    188 189
      XGContextFromGC@Base 0
    
    189 190
      XGeometry@Base 0
    
    190 191
      XGetAtomName@Base 0
    

  • debian/patches/series
    ... ... @@ -3,3 +3,7 @@
    3 3
     008_remove_ko_Compose.diff
    
    4 4
     009_remove_th_Compose.diff
    
    5 5
     015_russian_locale_alias.diff
    
    6
    +0001-Revert-ChkIfEv.c-fix-wrong-handling-of-dpy-in_ifeven.patch
    
    7
    +0002-Revert-Indentation-fixes-around-recent-dpy-in_ifeven.patch
    
    8
    +0003-Revert-Fix-797755-Allow-X-IfEvent-to-reenter-libX11.patch
    
    9
    +0004-Revert-Allow-X-IfEvent-to-reenter-libX11.patch

  • debian/rules
    ... ... @@ -9,11 +9,9 @@ override_dh_auto_configure-arch: docflags = --disable-specs
    9 9
     override_dh_auto_configure-indep override_dh_auto_configure-arch:
    
    10 10
     	dh_auto_configure -- \
    
    11 11
     		$(docflags) \
    
    12
    +		--disable-thread-safety-constructor \
    
    12 13
     		--without-fop
    
    13 14
     
    
    14
    -override_dh_installdocs:
    
    15
    -	dh_installdocs NEWS
    
    16
    -
    
    17 15
     override_dh_install:
    
    18 16
     	# Kill *.xml, *.la files, we don't need them:
    
    19 17
     	find debian/tmp -name '*.xml' -delete
    


  • Reply to: