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

[Git][xorg-team/lib/libxpm][debian-unstable] Remove constraints unnecessary since buster



Title: GitLab

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

Commits:

  • 9f20f6fb
    by root at 2022-02-23T05:31:56+00:00
    Remove constraints unnecessary since buster
    
    * Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev, libxt-dev and xutils-dev.
    
    Changes-By: deb-scrub-obsolete

2 changed files:

Changes:

  • debian/changelog
    1 1
     libxpm (1:3.5.12-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Timo Aaltonen ]
    
    3 4
       * control: Migrate to x11proto-dev.
    
    4 5
     
    
    6
    +  [ Debian Janitor ]
    
    7
    +  * Remove constraints unnecessary since buster:
    
    8
    +    + Build-Depends: Drop versioned constraint on libx11-dev, libxext-dev,
    
    9
    +      libxt-dev and xutils-dev.
    
    10
    +
    
    5 11
      -- Timo Aaltonen <tjaalton@debian.org>  Wed, 25 Aug 2021 13:12:06 +0300
    
    6 12
     
    
    7 13
     libxpm (1:3.5.12-1) unstable; urgency=medium
    

  • debian/control
    ... ... @@ -5,11 +5,11 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    5 5
     Build-Depends:
    
    6 6
      debhelper (>= 10),
    
    7 7
      quilt,
    
    8
    - xutils-dev (>= 1:7.5+4),
    
    9
    - libx11-dev (>= 1:0.99.2),
    
    10
    - libxt-dev (>= 1:0.99.1-5),
    
    8
    + xutils-dev,
    
    9
    + libx11-dev,
    
    10
    + libxt-dev,
    
    11 11
      x11proto-dev,
    
    12
    - libxext-dev (>= 1:0.99.1),
    
    12
    + libxext-dev,
    
    13 13
      pkg-config,
    
    14 14
     Standards-Version: 3.9.8
    
    15 15
     Homepage: https://www.x.org
    


  • Reply to: