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

[Git][xorg-team/driver/xserver-xorg-input-libinput][debian-unstable] Remove constraints unnecessary since buster (oldstable)



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / driver / xserver-xorg-input-libinput

Commits:

  • 1c467a0e
    by Debian Janitor at 2023-01-30T19:18:08+00:00
    Remove constraints unnecessary since buster (oldstable)
    
    * Build-Depends: Drop versioned constraint on libinput-dev (>= 1.4.901).
    * Build-Depends: Drop versioned constraint on xserver-xorg-dev (>= 2:1.15.99).
    
    Changes-By: deb-scrub-obsolete

2 changed files:

Changes:

  • debian/changelog
    1
    +xserver-xorg-input-libinput (1.2.1-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Remove constraints unnecessary since buster (oldstable):
    
    4
    +    + Build-Depends: Drop versioned constraint on libinput-dev (>= 1.4.901).
    
    5
    +    + Build-Depends: Drop versioned constraint on xserver-xorg-dev (>=
    
    6
    +      2:1.15.99).
    
    7
    +
    
    8
    + -- Debian Janitor <janitor@jelmer.uk>  Mon, 30 Jan 2023 19:18:08 -0000
    
    9
    +
    
    1 10
     xserver-xorg-input-libinput (1.2.1-1) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * New upstream release.
    

  • debian/control
    ... ... @@ -5,12 +5,12 @@ Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    5 5
     Uploaders: Timo Aaltonen <tjaalton@debian.org>,
    
    6 6
     Build-Depends:
    
    7 7
      debhelper-compat (= 13),
    
    8
    - libinput-dev (>= 1.4.901),
    
    8
    + libinput-dev,
    
    9 9
      libudev-dev,
    
    10 10
      pkg-config,
    
    11 11
      quilt,
    
    12 12
      x11proto-dev (>= 2021.5),
    
    13
    - xserver-xorg-dev (>= 2:1.15.99),
    
    13
    + xserver-xorg-dev,
    
    14 14
      xutils-dev,
    
    15 15
     Standards-Version: 4.6.0
    
    16 16
     Homepage: https://www.x.org
    


  • Reply to: