Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxfont
Commits: 87038474 by Debian Janitor at 2022-12-22T23:51:13+00:00 Remove constraints unnecessary since buster (oldstable) * Build-Depends: Drop versioned constraint on libfontenc-dev (>= 1:1.0.5-2). * Build-Depends: Drop versioned constraint on xutils-dev (>= 1:7.5+4). * Build-Depends: Drop versioned constraint on xorg-sgml-doctools (>= 1:1.7). * libxfont-dev: Drop versioned constraint on libfontenc-dev (>= 1:1.0.1-1) in Depends. Changes-By: deb-scrub-obsolete - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,14 @@ +libxfont (1:2.0.6-2) UNRELEASED; urgency=medium + + * Remove constraints unnecessary since buster (oldstable): + + Build-Depends: Drop versioned constraint on libfontenc-dev (>= 1:1.0.5-2). + + Build-Depends: Drop versioned constraint on xutils-dev (>= 1:7.5+4). + + Build-Depends: Drop versioned constraint on xorg-sgml-doctools (>= 1:1.7). + + libxfont-dev: Drop versioned constraint on libfontenc-dev (>= 1:1.0.1-1) + in Depends. + + -- Debian Janitor <[email protected]> Thu, 22 Dec 2022 23:51:13 -0000 + libxfont (1:2.0.6-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -7,15 +7,15 @@ Build-Depends: debhelper-compat (= 12), quilt, pkg-config, - libfontenc-dev (>= 1:1.0.5-2), + libfontenc-dev, x11proto-dev, xtrans-dev, libfreetype6-dev, zlib1g-dev, libbz2-dev, - xutils-dev (>= 1:7.5+4), + xutils-dev, # devel-docs - xmlto, xorg-sgml-doctools (>= 1:1.7), w3m, + xmlto, xorg-sgml-doctools, w3m, Standards-Version: 4.5.0 Vcs-Git: https://salsa.debian.org/xorg-team/lib/libxfont Vcs-Browser: https://salsa.debian.org/xorg-team/lib/libxfont @@ -53,7 +53,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, libx11-dev, x11proto-dev, libfreetype6-dev, - libfontenc-dev (>= 1:1.0.1-1) + libfontenc-dev Multi-Arch: same Description: X11 font rasterisation library (development headers) libXfont provides various services for X servers, most notably font View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfont/-/commit/870384743722f6d34df2dc847548ac765acd8510 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfont/-/commit/870384743722f6d34df2dc847548ac765acd8510 You're receiving this email because of your account on salsa.debian.org.

