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

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



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +libxpm (1:3.5.12-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * control: Migrate to x11proto-dev.
    
    4
    +
    
    5
    + -- Timo Aaltonen <tjaalton@debian.org>  Wed, 25 Aug 2021 13:12:06 +0300
    
    6
    +
    
    1 7
     libxpm (1:3.5.12-1) unstable; urgency=medium
    
    2 8
     
    
    3 9
       [ Andreas Boll ]
    

  • debian/control
    ... ... @@ -8,7 +8,7 @@ Build-Depends:
    8 8
      xutils-dev (>= 1:7.5+4),
    
    9 9
      libx11-dev (>= 1:0.99.2),
    
    10 10
      libxt-dev (>= 1:0.99.1-5),
    
    11
    - x11proto-core-dev (>= 7.0.17),
    
    11
    + x11proto-dev,
    
    12 12
      libxext-dev (>= 1:0.99.1),
    
    13 13
      pkg-config,
    
    14 14
     Standards-Version: 3.9.8
    
    ... ... @@ -40,7 +40,7 @@ Depends:
    40 40
      ${misc:Depends},
    
    41 41
      libxpm4 (= ${binary:Version}),
    
    42 42
      libx11-dev,
    
    43
    - x11proto-core-dev,
    
    43
    + x11proto-dev,
    
    44 44
     Description: X11 pixmap library (development headers)
    
    45 45
      The X PixMap image format is an extension of the monochrome X BitMap
    
    46 46
      format specified in the X protocol, and is commonly used in traditional
    


  • Reply to: