Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libxfont
Commits: 067f88bb by Timo Aaltonen at 2020-04-14T23:19:22+03:00 control: Migrate to x11proto-dev. - - - - - 8cc4c8a2 by Timo Aaltonen at 2020-04-14T23:20:32+03:00 release to sid - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,10 +1,14 @@ -libxfont (1:2.0.3-2) UNRELEASED; urgency=medium +libxfont (1:2.0.3-2) unstable; urgency=medium + [ Debian Janitor ] * Trim trailing whitespace. * Replace XC-Package-Type with Package-Type. * Drop transition for old debug package migration. - -- Debian Janitor <[email protected]> Wed, 18 Dec 2019 06:25:22 +0000 + [ Timo Aaltonen ] + * control: Migrate to x11proto-dev. + + -- Timo Aaltonen <[email protected]> Tue, 14 Apr 2020 23:20:23 +0300 libxfont (1:2.0.3-1) unstable; urgency=medium ===================================== debian/control ===================================== @@ -8,9 +8,8 @@ Build-Depends: quilt, pkg-config, libfontenc-dev (>= 1:1.0.5-2), - x11proto-core-dev, + x11proto-dev, xtrans-dev, - x11proto-fonts-dev, libfreetype6-dev, zlib1g-dev, libbz2-dev, @@ -49,7 +48,12 @@ Description: X11 font rasterisation library Package: libxfont-dev Section: libdevel Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libxfont2 (= ${binary:Version}), libx11-dev, x11proto-core-dev, x11proto-fonts-dev, libfreetype6-dev, libfontenc-dev (>= 1:1.0.1-1) +Depends: ${shlibs:Depends}, ${misc:Depends}, + libxfont2 (= ${binary:Version}), + libx11-dev, + x11proto-dev, + libfreetype6-dev, + libfontenc-dev (>= 1:1.0.1-1) Description: X11 font rasterisation library (development headers) libXfont provides various services for X servers, most notably font selection and rasterisation (through external libraries). View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfont/-/compare/9ee3b56045160a3681dceaaeda806d5e58806ad9...8cc4c8a25aab490207f9de316fb5b22177e0d384 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libxfont/-/compare/9ee3b56045160a3681dceaaeda806d5e58806ad9...8cc4c8a25aab490207f9de316fb5b22177e0d384 You're receiving this email because of your account on salsa.debian.org.

