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: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libxfixes (1:6.0.0-2) 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.0, no changes needed. + * Fix field name case in debian/control (Multi-arch => Multi-Arch). + + -- Debian Janitor <[email protected]> Wed, 02 Feb 2022 15:43:37 -0000 + libxfixes (1:6.0.0-1) unstable; urgency=medium * New upstream release. (Closes: #994957)(LP: #1959363) ===================================== debian/control ===================================== @@ -3,13 +3,13 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <[email protected]> Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), libx11-dev (>= 2:1.6), x11proto-dev, pkg-config, quilt, xutils-dev (>= 1:7.5+4), -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfixes.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfixes @@ -34,7 +34,7 @@ Description: X11 miscellaneous 'fixes' extension library git://anongit.freedesktop.org/git/xorg/lib/libXfixes Package: libxfixes3-udeb -XC-Package-Type: udeb +Package-Type: udeb Section: debian-installer Architecture: any Depends: @@ -46,13 +46,13 @@ Description: X11 miscellaneous 'fixes' extension library Package: libxfixes-dev Section: libdevel Architecture: any -Multi-arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${binary:Version}), libx11-dev, x11proto-dev, +Multi-Arch: same Description: X11 miscellaneous 'fixes' extension library (development headers) libXfixes provides an X Window System client interface to the 'XFIXES' extension to the X protocol. ===================================== debian/rules ===================================== @@ -8,9 +8,6 @@ override_dh_install: find debian/tmp -name '*.la' -delete dh_install -override_dh_missing: - dh_missing --fail-missing - # Debug package: override_dh_strip: dh_strip -p$(PACKAGE) --dbgsym-migration='$(PACKAGE)-dbg (<< 1:5.0.2)' View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfixes/-/compare/f1edcfffb77965f928e803a3987c1c470ecaf9eb...747a97610af059fca2730bbba484da60d7ebda90 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfixes/-/compare/f1edcfffb77965f928e803a3987c1c470ecaf9eb...747a97610af059fca2730bbba484da60d7ebda90 You're receiving this email because of your account on salsa.debian.org.

