debian/changelog | 3 +++ debian/libxcb-doc.install | 1 + 2 files changed, 4 insertions(+)
New commits: commit 5b839896c970e7fbf647ce6a490b0b6f1233008b Author: Andreas Boll <[email protected]> Date: Wed Sep 16 20:43:07 2015 +0200 Install manpages into libxcb-doc package (Closes: #751981). diff --git a/debian/changelog b/debian/changelog index 35b4f24..f124d03 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,7 @@ libxcb (1.11.1-1) UNRELEASED; urgency=medium Lintian warning: breaks-without-version libxcb-xlib0). * Remove obsolete XC- prefix from Package-Type field. * Bump standards version to 3.9.6. + * Install manpages into libxcb-doc package (Closes: #751981). -- Andreas Boll <[email protected]> Wed, 16 Sep 2015 11:39:30 +0200 diff --git a/debian/libxcb-doc.install b/debian/libxcb-doc.install index c1bcd1a..e1adc76 100644 --- a/debian/libxcb-doc.install +++ b/debian/libxcb-doc.install @@ -1 +1,2 @@ usr/share/doc/libxcb/* usr/share/doc/libxcb1-dev +usr/share/man/* commit 8f0347f87fa8d70befd15ab4941cdc570b5b04b8 Author: Andreas Boll <[email protected]> Date: Wed Sep 16 20:27:45 2015 +0200 Close #788232 Fixed by upstream commit 70ea5da64b34336bb0916f6c325545cb50746159: xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t diff --git a/debian/changelog b/debian/changelog index 305977d..35b4f24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ libxcb (1.11.1-1) UNRELEASED; urgency=medium * New upstream release (Closes: #778307). + - xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t + (Closes: #788232). * Add build-dep on xutils-dev. * Bump xcb-proto and python-xcbgen build-deps to 1.11. * Update libxcb1.symbols and liblibxcb-xprint0.symbols with new

