Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxcursor
Commits: 60bb43d7 by Debian Janitor at 2022-11-02T12:23:23+00:00 Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html - - - - - 3abb8323 by Debian Janitor at 2022-11-02T12:23:23+00:00 Add missing ${misc:Depends} to Depends for libxcursor1-udeb. Changes-By: lintian-brush Fixes: lintian: debhelper-but-no-misc-depends See-also: https://lintian.debian.org/tags/debhelper-but-no-misc-depends.html - - - - - e75f0772 by Debian Janitor at 2022-11-02T12:23:31+00:00 Drop unnecessary dependency on dh-autoreconf. Changes-By: lintian-brush - - - - - 82b981ba by Debian Janitor at 2022-11-02T12:23:31+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 - - - - - 854a5b9a by Debian Janitor at 2022-11-02T12:23:31+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 ===================================== @@ -3,13 +3,18 @@ libxcursor (1:1.2.1-2) UNRELEASED; urgency=medium * Remove constraints unnecessary since buster: + Build-Depends: Drop versioned constraint on dpkg-dev, libx11-dev, libxfixes-dev, libxrender-dev and xutils-dev. + * Trim trailing whitespace. + * Add missing ${misc:Depends} to Depends for libxcursor1-udeb. + * Drop unnecessary dependency on dh-autoreconf. + * Replace XC-Package-Type with Package-Type. + * Update standards version to 4.6.1, no changes needed. -- Debian Janitor <[email protected]> Tue, 26 Jul 2022 03:43:58 -0000 libxcursor (1:1.2.1-1) unstable; urgency=medium * Team upload. - + [ Timo Aaltonen ] * control: Migrate to x11proto-dev. ===================================== debian/control ===================================== @@ -14,7 +14,7 @@ Build-Depends: automake, libtool, xutils-dev, -Standards-Version: 4.6.0 +Standards-Version: 4.6.1 Homepage: https://www.x.org Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxcursor.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxcursor @@ -41,11 +41,12 @@ Description: X cursor management library configured with update-alternatives --config x-cursor-theme. Package: libxcursor1-udeb -XC-Package-Type: udeb +Package-Type: udeb Section: debian-installer Architecture: any Depends: ${shlibs:Depends}, + ${misc:Depends}, Description: X cursor management library This is a udeb, or a microdeb, for the debian-installer. ===================================== debian/rules ===================================== @@ -3,7 +3,7 @@ PACKAGE = libxcursor1 %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --mandir=\$${prefix}/share/man \ View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxcursor/-/compare/0bb72cad5dda9366755006ac4ff1fdec6f81609a...854a5b9a93b37b1331ec513e64dc503479b328e0 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxcursor/-/compare/0bb72cad5dda9366755006ac4ff1fdec6f81609a...854a5b9a93b37b1331ec513e64dc503479b328e0 You're receiving this email because of your account on salsa.debian.org.

