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

[Git][xorg-team/lib/libinput][debian-unstable] control, rules: Enable building debug-gui and tests, add check and...



Title: GitLab

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

Commits:

3 changed files:

Changes:

  • debian/changelog
    1
    +libinput (1.16.3-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * control, rules: Enable building debug-gui and tests, add check and
    
    4
    +    libgtk-3-dev to build-depends. (Closes: #975528)
    
    5
    +
    
    6
    + -- Timo Aaltonen <tjaalton@debian.org>  Mon, 23 Nov 2020 13:26:30 +0200
    
    7
    +
    
    1 8
     libinput (1.16.3-1) unstable; urgency=medium
    
    2 9
     
    
    3 10
       * New upstream release.
    

  • debian/control
    ... ... @@ -7,6 +7,8 @@ Build-Depends:
    7 7
      debhelper-compat (= 12),
    
    8 8
      meson,
    
    9 9
      pkg-config,
    
    10
    + check,
    
    11
    + libgtk-3-dev,
    
    10 12
      libmtdev-dev (>= 1.1.0),
    
    11 13
      libudev-dev,
    
    12 14
      libevdev-dev (>= 0.4),
    

  • debian/rules
    ... ... @@ -2,9 +2,7 @@
    2 2
     
    
    3 3
     override_dh_auto_configure:
    
    4 4
     	dh_auto_configure -- \
    
    5
    -		-Ddebug-gui=false \
    
    6 5
     		-Ddocumentation=false \
    
    7
    -		-Dtests=false \
    
    8 6
     		-Dudev-dir=/lib/udev
    
    9 7
     
    
    10 8
     override_dh_install:
    


  • Reply to: