Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / xft
Commits: c1b9aa42 by Debian Janitor at 2022-10-14T10:19:21+00:00 Remove constraints unnecessary since buster (oldstable) * Build-Depends: Drop versioned constraint on libx11-dev, libxrender-dev and xutils-dev. * libxft-dev: Drop versioned constraint on libx11-dev in Depends. Changes-By: deb-scrub-obsolete - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -6,6 +6,10 @@ xft (2.3.6-2) UNRELEASED; urgency=medium * Drop transition for old debug package migration. * Update standards version to 4.6.1, no changes needed. * Check upstream PGP signatures. + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on libx11-dev, libxrender-dev and + xutils-dev. + + libxft-dev: Drop versioned constraint on libx11-dev in Depends. -- Debian Janitor <[email protected]> Sat, 03 Sep 2022 00:06:11 -0000 ===================================== debian/control ===================================== @@ -6,11 +6,11 @@ Build-Depends: debhelper-compat (= 13), libfontconfig1-dev, libfreetype6-dev, - libx11-dev (>= 2:1.3.3-2), - libxrender-dev (>= 1:0.9.5-2), + libx11-dev, + libxrender-dev, zlib1g-dev | libz-dev, quilt, - xutils-dev (>= 1:7.5+4), + xutils-dev, Standards-Version: 4.6.1 Vcs-Git: https://salsa.debian.org/xorg-team/lib/xft.git Vcs-Browser: https://salsa.debian.org/xorg-team/lib/xft @@ -47,7 +47,7 @@ Depends: libc6-dev | libc-dev, libfontconfig1-dev, libfreetype6-dev, - libx11-dev (>= 2:1.0.0), + libx11-dev, libxrender-dev, zlib1g-dev | libz-dev, ${misc:Depends}, View it on GitLab: https://salsa.debian.org/xorg-team/lib/xft/-/commit/c1b9aa4273653c92bc34f7d9abc5d1c240dd4fee -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/xft/-/commit/c1b9aa4273653c92bc34f7d9abc5d1c240dd4fee You're receiving this email because of your account on salsa.debian.org.

