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

[Git][xorg-team/lib/libpciaccess][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 / libpciaccess

Commits:

  • 42f6d1c6
    by Debian Janitor at 2022-11-08T11:38:11+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
    
  • 516d61e9
    by Debian Janitor at 2022-11-08T11:38:20+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
    
  • d7f89538
    by Debian Janitor at 2022-11-08T11:38:20+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
    +libpciaccess (0.17-3) 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.1, no changes needed.
    
    8
    +
    
    9
    + -- Debian Janitor <janitor@jelmer.uk>  Tue, 08 Nov 2022 11:38:11 -0000
    
    10
    +
    
    1 11
     libpciaccess (0.17-2) unstable; urgency=medium
    
    2 12
     
    
    3 13
       * symbols: Update for Hurd. (Closes: #1023418)
    

  • debian/control
    ... ... @@ -3,12 +3,12 @@ Section: devel
    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
      zlib1g-dev,
    
    8 8
      xutils-dev (>= 1:7.5),
    
    9 9
      pkg-config,
    
    10 10
      quilt (>= 0.46-7),
    
    11
    -Standards-Version: 4.5.0
    
    11
    +Standards-Version: 4.6.1
    
    12 12
     Vcs-Git: https://salsa.debian.org/xorg-team/lib/libpciaccess.git
    
    13 13
     Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libpciaccess
    
    14 14
     
    
    ... ... @@ -24,7 +24,7 @@ Description: Generic PCI access library for X
    24 24
      in a platform-independent way.
    
    25 25
     
    
    26 26
     Package: libpciaccess0-udeb
    
    27
    -XC-Package-Type: udeb
    
    27
    +Package-Type: udeb
    
    28 28
     Section: debian-installer
    
    29 29
     Architecture: any
    
    30 30
     Depends: ${shlibs:Depends}, ${misc:Depends}
    

  • debian/rules
    ... ... @@ -15,8 +15,5 @@ override_dh_install:
    15 15
     	find debian/tmp -type f -name *.la -delete
    
    16 16
     	dh_install
    
    17 17
     
    
    18
    -override_dh_missing:
    
    19
    -	dh_missing --fail-missing
    
    20
    -
    
    21 18
     override_dh_makeshlibs:
    
    22 19
     	dh_makeshlibs -V'libpciaccess0 (>= 0.12.902)' --add-udeb=$(PACKAGE)-udeb -- -c4


  • Reply to: