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

[Git][xorg-team/lib/libxdamage][debian-unstable] 2 commits: control: Migrate to x11proto-dev.



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libxdamage (1:1.1.5-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * control: Migrate to x11proto-dev.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Tue, 14 Apr 2020 22:55:54 +0300
    
    6
    +
    
    1 7
     libxdamage (1:1.1.5-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       * New upstream release.
    

  • debian/control
    ... ... @@ -9,7 +9,7 @@ Build-Depends:
    9 9
      debhelper-compat (= 12),
    
    10 10
      libx11-dev (>= 1:0.99.2),
    
    11 11
      libxfixes-dev (>= 1:3.0.0-4),
    
    12
    - x11proto-damage-dev (>= 1.1),
    
    12
    + x11proto-dev,
    
    13 13
      pkg-config,
    
    14 14
      quilt,
    
    15 15
      automake,
    
    ... ... @@ -42,7 +42,11 @@ Description: X11 damaged region extension library
    42 42
     Package: libxdamage-dev
    
    43 43
     Section: libdevel
    
    44 44
     Architecture: any
    
    45
    -Depends: ${shlibs:Depends}, ${misc:Depends}, libxdamage1 (= ${binary:Version}), libx11-dev, libxfixes-dev, x11proto-damage-dev (>= 1.1)
    
    45
    +Depends: ${shlibs:Depends}, ${misc:Depends},
    
    46
    + libxdamage1 (= ${binary:Version}),
    
    47
    + libx11-dev,
    
    48
    + libxfixes-dev,
    
    49
    + x11proto-dev,
    
    46 50
     Multi-Arch: same
    
    47 51
     Description: X11 damaged region extension library (development headers)
    
    48 52
      libXdamage provides an X Window System client interface to the DAMAGE
    


  • Reply to: