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

[Git][xorg-team/lib/libx11][debian-unstable] 3 commits: Set a strict dependency of libx11-xcb1 on libx11-6



Title: GitLab

Julien Cristau pushed to branch debian-unstable at X Strike Force / lib / libx11

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libx11 (2:1.7.0-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Set a strict dependency of libx11-xcb1 on libx11-6, as internal ABI
    
    4
    +    may change across releases - and indeed did change between 1.6.12 and
    
    5
    +    1.7.0 (closes: #979590)
    
    6
    +  * Update upstream git URL in package descriptions.
    
    7
    +
    
    8
    + -- Julien Cristau <jcristau@debian.org>  Mon, 11 Jan 2021 12:15:25 +0100
    
    9
    +
    
    1 10
     libx11 (2:1.7.0-1) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * New upstream release.
    

  • debian/control
    ... ... @@ -38,7 +38,7 @@ Description: X11 client-side library
    38 38
      <URL:https://www.X.org>
    
    39 39
      .
    
    40 40
      This module can be found at
    
    41
    - git://anongit.freedesktop.org/git/xorg/lib/libX11
    
    41
    + https://gitlab.freedesktop.org/xorg/lib/libX11
    
    42 42
     
    
    43 43
     Package: libx11-6-udeb
    
    44 44
     XC-Package-Type: udeb
    
    ... ... @@ -63,7 +63,7 @@ Description: X11 client-side library
    63 63
      <URL:https://www.X.org>
    
    64 64
      .
    
    65 65
      This module can be found at
    
    66
    - git://anongit.freedesktop.org/git/xorg/lib/libX11
    
    66
    + https://gitlab.freedesktop.org/xorg/lib/libX11
    
    67 67
     
    
    68 68
     Package: libx11-dev
    
    69 69
     Section: libdevel
    
    ... ... @@ -92,7 +92,7 @@ Description: X11 client-side library (development headers)
    92 92
      <URL:https://www.X.org>
    
    93 93
      .
    
    94 94
      This module can be found at
    
    95
    - git://anongit.freedesktop.org/git/xorg/lib/libX11
    
    95
    + https://gitlab.freedesktop.org/xorg/lib/libX11
    
    96 96
     
    
    97 97
     Package: libx11-xcb1
    
    98 98
     Section: libs
    
    ... ... @@ -100,6 +100,7 @@ Architecture: any
    100 100
     Depends:
    
    101 101
      ${shlibs:Depends},
    
    102 102
      ${misc:Depends},
    
    103
    + libx11-6 (= ${binary:Version}),
    
    103 104
     Pre-Depends: ${misc:Pre-Depends}
    
    104 105
     Multi-Arch: same
    
    105 106
     Description: Xlib/XCB interface library
    
    ... ... @@ -113,7 +114,7 @@ Description: Xlib/XCB interface library
    113 114
      <URL:https://xcb.freedesktop.org>
    
    114 115
      .
    
    115 116
      This module can be found at
    
    116
    - git://anongit.freedesktop.org/git/xorg/lib/libX11
    
    117
    + https://gitlab.freedesktop.org/xorg/lib/libX11
    
    117 118
     
    
    118 119
     Package: libx11-xcb-dev
    
    119 120
     Section: libdevel
    
    ... ... @@ -139,7 +140,7 @@ Description: Xlib/XCB interface library (development headers)
    139 140
      <URL:https://xcb.freedesktop.org>
    
    140 141
      .
    
    141 142
      This module can be found at
    
    142
    - git://anongit.freedesktop.org/git/xorg/lib/libX11
    
    143
    + https://gitlab.freedesktop.org/xorg/lib/libX11
    
    143 144
     
    
    144 145
     Package: libx11-doc
    
    145 146
     Section: doc
    
    ... ... @@ -161,4 +162,4 @@ Description: X11 client-side library (development documentation)
    161 162
      <URL:https://www.X.org>
    
    162 163
      .
    
    163 164
      This module can be found at
    
    164
    - git://anongit.freedesktop.org/git/xorg/lib/libX11
    165
    + https://gitlab.freedesktop.org/xorg/lib/libX11


  • Reply to: