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: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +libpciaccess (0.17-3) UNRELEASED; urgency=medium + + * Bump debhelper from old 12 to 13. + + debian/rules: Drop --fail-missing argument to dh_missing, which is now the + default. + * Replace XC-Package-Type with Package-Type. + * Update standards version to 4.6.1, no changes needed. + + -- Debian Janitor <[email protected]> Tue, 08 Nov 2022 11:38:11 -0000 + libpciaccess (0.17-2) unstable; urgency=medium * symbols: Update for Hurd. (Closes: #1023418) ===================================== debian/control ===================================== @@ -3,12 +3,12 @@ Section: devel Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), zlib1g-dev, xutils-dev (>= 1:7.5), pkg-config, quilt (>= 0.46-7), -Standards-Version: 4.5.0 +Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libpciaccess.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libpciaccess @@ -24,7 +24,7 @@ Description: Generic PCI access library for X in a platform-independent way. Package: libpciaccess0-udeb -XC-Package-Type: udeb +Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} ===================================== debian/rules ===================================== @@ -15,8 +15,5 @@ override_dh_install: find debian/tmp -type f -name *.la -delete dh_install -override_dh_missing: - dh_missing --fail-missing - override_dh_makeshlibs: dh_makeshlibs -V'libpciaccess0 (>= 0.12.902)' --add-udeb=$(PACKAGE)-udeb -- -c4 View it on GitLab: https://salsa.debian.org/xorg-team/lib/libpciaccess/-/compare/84478eca6748fdc21dd6502a3ddcdbb8372d13ae...d7f89538a5e11648419e089e2816dcfbb64f3fd1 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libpciaccess/-/compare/84478eca6748fdc21dd6502a3ddcdbb8372d13ae...d7f89538a5e11648419e089e2816dcfbb64f3fd1 You're receiving this email because of your account on salsa.debian.org.

