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

[Git][xorg-team/lib/libxcomposite][debian-unstable] 3 commits: Bump debhelper from old 12 to 13.



Title: GitLab

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

Commits:

  • 970b9969
    by Debian Janitor at 2022-11-15T21:50: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
    
  • 3acc60ee
    by Debian Janitor at 2022-11-15T21:50:44+00:00
    Drop transition for old debug package migration.
    
    Changes-By: lintian-brush
    Fixes: lintian: debug-symbol-migration-possibly-complete
    See-also: https://lintian.debian.org/tags/debug-symbol-migration-possibly-complete.html
    
  • 7af9ee05
    by Debian Janitor at 2022-11-15T21:50:44+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
    +libxcomposite (1:0.4.5-2) UNRELEASED; urgency=medium
    
    2
    +
    
    3
    +  * Bump debhelper from old 12 to 13.
    
    4
    +    + debian/rules: Drop --fail-missing argument to dh_missing, which is now the
    
    5
    +      default.
    
    6
    +  * Drop transition for old debug package migration.
    
    7
    +  * Update standards version to 4.6.1, no changes needed.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Tue, 15 Nov 2022 21:50:36 -0000
    
    10
    +
    
    1 11
     libxcomposite (1:0.4.5-1) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * New upstream release.
    

  • debian/control
    ... ... @@ -4,14 +4,14 @@ Priority: optional
    4 4
     Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
    
    5 5
     Uploaders: Cyril Brulebois <kibi@debian.org>
    
    6 6
     Build-Depends:
    
    7
    - debhelper-compat (= 12),
    
    7
    + debhelper-compat (= 13),
    
    8 8
      libx11-dev (>= 1:0.99.2),
    
    9 9
      libxfixes-dev (>= 1:3.0.0-4),
    
    10 10
      x11proto-dev,
    
    11 11
      pkg-config,
    
    12 12
      xmlto,
    
    13 13
      xutils-dev (>= 1:7.5+4),
    
    14
    -Standards-Version: 4.5.0
    
    14
    +Standards-Version: 4.6.1
    
    15 15
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcomposite.git
    
    16 16
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcomposite
    
    17 17
     
    

  • debian/rules
    ... ... @@ -13,9 +13,3 @@
    13 13
     override_dh_install:
    
    14 14
     	find debian/tmp -name '*.la' -delete
    
    15 15
     	dh_install
    16
    -
    
    17
    -override_dh_missing:
    
    18
    -	dh_missing --fail-missing
    
    19
    -
    
    20
    -override_dh_strip:
    
    21
    -	dh_strip --dbgsym-migration='libxcomposite-dbg (<< 1:0.4.5-1~)'


  • Reply to: