Timo Aaltonen pushed to branch debian-unstable at X Strike Force / lib / libx11
Commits: e78a8aed by Timo Aaltonen at 2020-02-26T18:37:33+02:00 control: Depend on x11proto-dev instead of the old protos, bump the version. - - - - - 49ab8a77 by Timo Aaltonen at 2020-02-26T18:40:12+02:00 control: libx11-dev Replaces old x11proto-dev. (Closes: #952589) - - - - - f0cbb5dc by Timo Aaltonen at 2020-02-26T18:41:25+02:00 release to sid - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +libx11 (2:1.6.9-2) unstable; urgency=medium + + * control: Depend on x11proto-dev instead of the old protos, bump the + version. + * control: libx11-dev Replaces old x11proto-dev. (Closes: #952589) + + -- Timo Aaltonen <[email protected]> Wed, 26 Feb 2020 18:40:14 +0200 + libx11 (2:1.6.9-1) unstable; urgency=medium * New upstream release. ===================================== debian/control ===================================== @@ -7,11 +7,7 @@ Build-Depends: dpkg-dev (>= 1.18.0), pkg-config, xtrans-dev, - x11proto-core-dev (>= 7.0.21), - x11proto-kb-dev, - x11proto-input-dev, - x11proto-xext-dev, - x11proto-xf86bigfont-dev (>= 1.2.0), + x11proto-dev, libxcb1-dev (>= 1.11.1), quilt, xutils-dev (>= 1:7.6+2), @@ -79,12 +75,11 @@ Depends: libx11-6 (= ${binary:Version}), libxau-dev (>= 1:1.0.0-1), libxdmcp-dev (>= 1:1.0.0-1), - x11proto-core-dev (>= 7.0.17), - x11proto-input-dev, - x11proto-kb-dev, + x11proto-dev (>= 2019.2-1), xtrans-dev, libxcb1-dev, Suggests: libx11-doc +Replaces: x11proto-dev (<< 2019.2) Description: X11 client-side library (development headers) This package provides a client interface to the X Window System, otherwise known as 'Xlib'. It provides a complete API for the basic functions of the View it on GitLab: https://salsa.debian.org/xorg-team/lib/libx11/-/compare/6ba2e69abc204e16913fb8ae4915bda12020b116...f0cbb5dc040212a13b1e1d1b426b37c68e8f2212 -- View it on GitLab: https://salsa.debian.org/xorg-team/lib/libx11/-/compare/6ba2e69abc204e16913fb8ae4915bda12020b116...f0cbb5dc040212a13b1e1d1b426b37c68e8f2212 You're receiving this email because of your account on salsa.debian.org.

