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

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



Title: GitLab

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

Commits:

  • a53791de
    by Debian Janitor at 2022-02-02T15:43:37+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
    
  • e3785234
    by Debian Janitor at 2022-02-02T15:43:38+00:00
    Replace XC-Package-Type with Package-Type.
    
    Changes-By: lintian-brush
    Fixes: lintian: adopted-extended-field
    See-also: https://lintian.debian.org/tags/adopted-extended-field.html
    
  • ad913e66
    by Debian Janitor at 2022-02-02T15:43:39+00:00
    Update standards version to 4.6.0, 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
    
  • 747a9761
    by Debian Janitor at 2022-02-02T15:43:39+00:00
    Fix field name case in debian/control (Multi-arch => Multi-Arch).
    
    Changes-By: lintian-brush
    Fixes: lintian: cute-field
    See-also: https://lintian.debian.org/tags/cute-field.html
    

3 changed files:

Changes:

  • debian/changelog
    1
    +libxfixes (1:6.0.0-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
    +  * Replace XC-Package-Type with Package-Type.
    
    7
    +  * Update standards version to 4.6.0, no changes needed.
    
    8
    +  * Fix field name case in debian/control (Multi-arch => Multi-Arch).
    
    9
    +
    
    10
    + -- Debian Janitor <janitor@jelmer.uk>  Wed, 02 Feb 2022 15:43:37 -0000
    
    11
    +
    
    1 12
     libxfixes (1:6.0.0-1) unstable; urgency=medium
    
    2 13
     
    
    3 14
       * New upstream release. (Closes: #994957)(LP: #1959363)
    

  • debian/control
    ... ... @@ -3,13 +3,13 @@ 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
      libx11-dev (>= 2:1.6),
    
    8 8
      x11proto-dev,
    
    9 9
      pkg-config,
    
    10 10
      quilt,
    
    11 11
      xutils-dev (>= 1:7.5+4),
    
    12
    -Standards-Version: 4.5.0
    
    12
    +Standards-Version: 4.6.0
    
    13 13
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfixes.git
    
    14 14
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfixes
    
    15 15
     
    
    ... ... @@ -34,7 +34,7 @@ Description: X11 miscellaneous 'fixes' extension library
    34 34
      git://anongit.freedesktop.org/git/xorg/lib/libXfixes
    
    35 35
     
    
    36 36
     Package: libxfixes3-udeb
    
    37
    -XC-Package-Type: udeb
    
    37
    +Package-Type: udeb
    
    38 38
     Section: debian-installer
    
    39 39
     Architecture: any
    
    40 40
     Depends:
    
    ... ... @@ -46,13 +46,13 @@ Description: X11 miscellaneous 'fixes' extension library
    46 46
     Package: libxfixes-dev
    
    47 47
     Section: libdevel
    
    48 48
     Architecture: any
    
    49
    -Multi-arch: same
    
    50 49
     Depends:
    
    51 50
      ${shlibs:Depends},
    
    52 51
      ${misc:Depends},
    
    53 52
      libxfixes3 (= ${binary:Version}),
    
    54 53
      libx11-dev,
    
    55 54
      x11proto-dev,
    
    55
    +Multi-Arch: same
    
    56 56
     Description: X11 miscellaneous 'fixes' extension library (development headers)
    
    57 57
      libXfixes provides an X Window System client interface to the 'XFIXES'
    
    58 58
      extension to the X protocol.
    

  • debian/rules
    ... ... @@ -8,9 +8,6 @@ override_dh_install:
    8 8
     	find debian/tmp -name '*.la' -delete
    
    9 9
     	dh_install
    
    10 10
     
    
    11
    -override_dh_missing:
    
    12
    -	dh_missing --fail-missing
    
    13
    -
    
    14 11
     # Debug package:
    
    15 12
     override_dh_strip:
    
    16 13
     	dh_strip -p$(PACKAGE) --dbgsym-migration='$(PACKAGE)-dbg (<< 1:5.0.2)'
    


  • Reply to: