debian/changelog | 9 +++++++-- debian/control | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-)
New commits: commit c0487faac6f217c0a213e53a014324ba9967b704 Author: Michael Stapelberg <stapelb...@debian.org> Date: Fri Jul 18 21:08:22 2014 +0200 Make libxkbcommon-x11-dev depend on libxcb1-dev and libxcb-xkb-dev …which it specifies in Requires.private. This is necessary for static builds. diff --git a/debian/changelog b/debian/changelog index e2d832c..0fcf069 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,14 @@ -libxkbcommon (0.4.1-1) UNRELEASED; urgency=medium +libxkbcommon (0.4.1-1) unstable; urgency=medium + [ Timo Aaltonen ] * New upstream release. * libxkbcommon0.symbols: Added three new symbols. - -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 03 Apr 2014 19:08:26 +0300 + [ Michael Stapelberg ] + * Make libxkbcommon-x11-dev depend on libxcb1-dev and libxcb-xkb-dev which + it specifies in Requires.private. This is necessary for static builds. + + -- Michael Stapelberg <stapelb...@debian.org> Fri, 18 Jul 2014 21:16:31 +0200 libxkbcommon (0.4.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 3a3b613..f3821e5 100644 --- a/debian/control +++ b/debian/control @@ -89,6 +89,8 @@ Priority: extra Pre-Depends: ${misc:Pre-Depends} Depends: libxkbcommon-x11-0 (= ${binary:Version}), + libxcb1-dev, + libxcb-xkb-dev, ${shlibs:Depends}, ${misc:Depends} Description: library to create keymaps with the XKB X11 protocol - development files -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/e1x8drh-0006ug...@moszumanska.debian.org