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

[Git][xorg-team/data/xcursor-themes][debian-unstable] 6 commits: Trim trailing whitespace.



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / data / xcursor-themes

Commits:

  • 6d0f7a85
    by Debian Janitor at 2022-11-30T14:05:20+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • e93e2d84
    by Debian Janitor at 2022-11-30T14:05:21+00:00
    Explicitly specify source format.
    
    Changes-By: lintian-brush
    Fixes: lintian: missing-debian-source-format
    See-also: https://lintian.debian.org/tags/missing-debian-source-format.html
    
  • 649f607d
    by Debian Janitor at 2022-11-30T14:05:21+00:00
    Bump debhelper from deprecated 9 to 13.
    
    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
    
  • 8611db81
    by Debian Janitor at 2022-11-30T14:05:22+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
    
  • c1352581
    by Debian Janitor at 2022-11-30T14:05:25+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
    
  • 6fb30f63
    by Debian Janitor at 2022-11-30T14:05:25+00:00
    Drop unnecessary dh arguments: --parallel
    
    Changes-By: lintian-brush
    Fixes: lintian: debian-rules-uses-unnecessary-dh-argument
    See-also: https://lintian.debian.org/tags/debian-rules-uses-unnecessary-dh-argument.html
    

5 changed files:

Changes:

  • debian/changelog
    ... ... @@ -2,6 +2,12 @@ xcursor-themes (1.0.5-2) UNRELEASED; urgency=medium
    2 2
     
    
    3 3
       * Remove constraints unnecessary since buster (oldstable):
    
    4 4
         + Build-Depends: Drop versioned constraint on xutils-dev.
    
    5
    +  * Trim trailing whitespace.
    
    6
    +  * Explicitly specify source format.
    
    7
    +  * Bump debhelper from deprecated 9 to 13.
    
    8
    +  * Set debhelper-compat version in Build-Depends.
    
    9
    +  * Drop unnecessary dependency on dh-autoreconf.
    
    10
    +  * Drop unnecessary dh arguments: --parallel
    
    5 11
     
    
    6 12
      -- Debian Janitor <janitor@jelmer.uk>  Sat, 05 Nov 2022 01:44:19 -0000
    
    7 13
     
    
    ... ... @@ -42,7 +48,7 @@ xcursor-themes (1.0.2-1) unstable; urgency=low
    42 48
       [ David Nusinow ]
    
    43 49
       * Update xsfbs to 5693792171d885769e58dcccc053c08b11acd12a
    
    44 50
       * Put dh_clean -k back where it belongs but use dh_prep instead
    
    45
    -  
    
    51
    +
    
    46 52
       [ Timo Aaltonen ]
    
    47 53
       * New upstream release (closes: #561604).
    
    48 54
     
    

  • 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
      quilt,
    
    9 8
      pkg-config,
    
    10 9
      x11-apps | xcursorgen,
    

  • debian/rules
    ... ... @@ -8,7 +8,7 @@
    8 8
     #export DH_VERBOSE=1
    
    9 9
     
    
    10 10
     %:
    
    11
    -	dh $@ --with quilt,autoreconf --builddirectory=build/ --parallel
    
    11
    +	dh $@ --with quilt --builddirectory=build/
    
    12 12
     
    
    13 13
     override_dh_auto_install:
    
    14 14
     	dh_auto_install --destdir=debian/tmp
    

  • debian/source/format
    1
    +1.0


  • Reply to: