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

[Git][xorg-team/lib/libice][debian-unstable] 3 commits: Trim trailing whitespace.



Title: GitLab

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

Commits:

  • 480317e9
    by Debian Janitor at 2022-10-27T20:15:07+00:00
    Trim trailing whitespace.
    
    Changes-By: lintian-brush
    Fixes: lintian: trailing-whitespace
    See-also: https://lintian.debian.org/tags/trailing-whitespace.html
    
  • c2be5371
    by Debian Janitor at 2022-10-27T20:15:08+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
    
  • fb2ab50d
    by Debian Janitor at 2022-10-27T20:15:22+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 1
     libice (2:1.0.10-2) UNRELEASED; urgency=medium
    
    2 2
     
    
    3
    +  [ Timo Aaltonen ]
    
    3 4
       * Update README.source.
    
    4 5
       * watch: Update upstream git url.
    
    5 6
     
    
    7
    +  [ Debian Janitor ]
    
    8
    +  * Trim trailing whitespace.
    
    9
    +  * Bump debhelper from old 12 to 13.
    
    10
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    11
    +      default.
    
    12
    +  * Update standards version to 4.6.1, no changes needed.
    
    13
    +
    
    6 14
      -- Timo Aaltonen <tjaalton@debian.org>  Thu, 24 Sep 2020 11:33:56 +0300
    
    7 15
     
    
    8 16
     libice (2:1.0.10-1) unstable; urgency=medium
    

  • 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
      quilt,
    
    8 8
      pkg-config,
    
    9 9
      x11proto-dev,
    
    ... ... @@ -14,7 +14,7 @@ Build-Depends-Indep:
    14 14
      xmlto (>= 0.0.22),
    
    15 15
      xorg-sgml-doctools (>= 1:1.8),
    
    16 16
      w3m,
    
    17
    -Standards-Version: 4.5.0
    
    17
    +Standards-Version: 4.6.1
    
    18 18
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libice.git
    
    19 19
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libice
    
    20 20
     
    

  • debian/rules
    ... ... @@ -25,13 +25,9 @@ override_dh_install:
    25 25
     	find debian/tmp -name '*.la' -delete
    
    26 26
     	dh_install --sourcedir=debian/tmp
    
    27 27
     
    
    28
    -override_dh_missing:
    
    29
    -	dh_missing --fail-missing
    
    30
    -
    
    31 28
     override_dh_strip:
    
    32 29
     	dh_strip -p$(PACKAGE) --dbgsym-migration='libice6-dbg (<< 2:1.0.10-1~)'
    
    33 30
     	dh_strip -N$(PACKAGE)
    
    34 31
     
    
    35 32
     override_dh_makeshlibs:
    
    36 33
     	dh_makeshlibs -a -V'$(PACKAGE) (>= 1:1.0.0)'
    37
    -


  • Reply to: