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

[Git][xorg-team/app/xinit][debian-unstable] 3 commits: Bump debhelper from deprecated 9 to 13.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / app / xinit

Commits:

  • 5162b566
    by Debian Janitor at 2022-09-02T11:27:59+00:00
    Bump debhelper from deprecated 9 to 13.
    + debian/rules: Rely on default use of dh_missing rather than using dh_install --list-missing.
    
    Changes-By: lintian-brush
    Fixes: lintian: package-uses-deprecated-debhelper-compat-version
    See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
    
  • 00b894b7
    by Debian Janitor at 2022-09-02T11:27:59+00:00
    Set debhelper-compat version in Build-Depends.
    
    Changes-By: lintian-brush
    Fixes: lintian: uses-debhelper-compat-file
    See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
    
  • ba3b575c
    by Debian Janitor at 2022-09-02T11:28:06+00:00
    Drop unnecessary dependency on dh-autoreconf.
    
    Changes-By: lintian-brush
    Fixes: lintian: useless-autoreconf-build-depends
    See-also: https://lintian.debian.org/tags/useless-autoreconf-build-depends.html
    

4 changed files:

Changes:

  • debian/changelog
    1
    +xinit (1.4.0-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Bump debhelper from deprecated 9 to 13.
    
    4
    +    + debian/rules: Rely on default use of dh_missing rather than using
    
    5
    +      dh_install --list-missing.
    
    6
    +  * Set debhelper-compat version in Build-Depends.
    
    7
    +  * Drop unnecessary dependency on dh-autoreconf.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Fri, 02 Sep 2022 11:27:59 -0000
    
    10
    +
    
    1 11
     xinit (1.4.0-1) unstable; urgency=medium
    
    2 12
     
    
    3 13
       [ Timo Aaltonen ]
    

  • debian/compat deleted
    1
    -9

  • debian/control
    ... ... @@ -3,8 +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 (>= 9),
    
    7
    - dh-autoreconf,
    
    6
    + debhelper-compat (= 13),
    
    8 7
      pkg-config,
    
    9 8
      libx11-dev (>= 2:1.0.0),
    
    10 9
      quilt,
    

  • debian/rules
    ... ... @@ -5,7 +5,7 @@
    5 5
     #export DH_VERBOSE=1
    
    6 6
     
    
    7 7
     %:
    
    8
    -	dh $@ --with autoreconf,quilt
    
    8
    +	dh $@ --with quilt
    
    9 9
     
    
    10 10
     override_dh_auto_configure:
    
    11 11
     	dh_auto_configure -- --with-xinitdir=/etc/X11/xinit \
    
    ... ... @@ -14,9 +14,6 @@ override_dh_auto_configure:
    14 14
     override_dh_auto_install:
    
    15 15
     	dh_auto_install --destdir=debian/tmp
    
    16 16
     
    
    17
    -override_dh_install:
    
    18
    -	dh_install --list-missing
    
    19
    -
    
    20 17
     override_dh_fixperms:
    
    21 18
     	dh_fixperms
    
    22 19
     	chmod 0755 debian/xinit/etc/X11/xinit/xinitrc
    


  • Reply to: