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

[Git][xorg-team/driver/xserver-xorg-input-evdev][debian-unstable] 3 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

  • ce66f2b6
    by Debian Janitor at 2022-09-14T03:42:34+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • c1a519fa
    by Debian Janitor at 2022-09-14T03:42:36+00:00
    Bump debhelper from old 12 to 13.
    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-old-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
    
  • 9d05e09f
    by Debian Janitor at 2022-09-14T03:42:47+00:00
    Update standards version to 4.6.1, no changes needed.
    
    Changes-By: lintian-brush
    Fixes: lintian: out-of-date-standards-version
    See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
    

3 changed files:

Changes:

  • debian/changelog
    1
    +xserver-xorg-input-evdev (1:2.10.6-3) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Trim trailing whitespace.
    
    4
    +  * Bump debhelper from old 12 to 13.
    
    5
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    6
    +      default.
    
    7
    +  * Update standards version to 4.6.1, no changes needed.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Wed, 14 Sep 2022 03:42:34 -0000
    
    10
    +
    
    1 11
     xserver-xorg-input-evdev (1:2.10.6-2) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * Migrate to dbgsym package.
    
    ... ... @@ -579,7 +589,7 @@ xserver-xorg-input-evdev (1:1.1.2-2) unstable; urgency=low
    579 589
     
    
    580 590
       [ Drew Parsons ]
    
    581 591
       * Upstream patch 1-add-inotify-architectures.patch enables building
    
    582
    -    for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven). 
    
    592
    +    for hppa, mips (from git upstream) and m68k (thanks Geert Uytterhoeven).
    
    583 593
         Closes: #387922, #388639.
    
    584 594
       * Install upstream ChangeLog. Closes: #370300.
    
    585 595
       * Exclude evdev_drv.la from dh_install.
    

  • debian/control
    ... ... @@ -3,7 +3,7 @@ Section: x11
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Build-Depends:
    
    6
    - debhelper-compat (= 12),
    
    6
    + debhelper-compat (= 13),
    
    7 7
      pkg-config,
    
    8 8
      quilt,
    
    9 9
      xserver-xorg-dev (>= 2:1.15.99),
    
    ... ... @@ -13,7 +13,7 @@ Build-Depends:
    13 13
      libudev-dev,
    
    14 14
      libmtdev-dev,
    
    15 15
      libevdev-dev (>= 1.2.2+dfsg-1~),
    
    16
    -Standards-Version: 4.5.0
    
    16
    +Standards-Version: 4.6.1
    
    17 17
     Homepage: https://www.x.org
    
    18 18
     Vcs-Git: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-evdev.git
    
    19 19
     Vcs-Browser: https://salsa.debian.org/xorg-team/driver/xserver-xorg-input-evdev
    

  • debian/rules
    ... ... @@ -13,9 +13,6 @@ override_dh_install:
    13 13
     	find debian/tmp -name '*.la' -delete
    
    14 14
     	dh_install
    
    15 15
     
    
    16
    -override_dh_missing:
    
    17
    -	dh_missing --fail-missing
    
    18
    -
    
    19 16
     # That's a plugin, use appropriate warning level:
    
    20 17
     override_dh_shlibdeps:
    
    21 18
     	dh_shlibdeps -- --warnings=6
    


  • Reply to: