debian/changelog | 9 +++++++-- debian/control | 3 ++- debian/rules | 6 +++++- 3 files changed, 14 insertions(+), 4 deletions(-)
New commits: commit ce873027c4253ef759f3aef721806ff3f155ef74 Author: Julien Cristau <[email protected]> Date: Tue Oct 27 22:34:27 2015 +0000 Upload to unstable diff --git a/debian/changelog b/debian/changelog index fdfe064..cd49b83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libxcb (1.11.1-1) UNRELEASED; urgency=medium +libxcb (1.11.1-1) unstable; urgency=medium [ Andreas Boll ] * New upstream release (Closes: #778307). @@ -25,7 +25,7 @@ libxcb (1.11.1-1) UNRELEASED; urgency=medium * Disable silent build rules. * Remove Josh and Julien from Uploaders, add myself. - -- Andreas Boll <[email protected]> Wed, 16 Sep 2015 11:39:30 +0200 + -- Julien Cristau <[email protected]> Tue, 27 Oct 2015 22:34:12 +0000 libxcb (1.10-3) unstable; urgency=medium commit 47201a91c9d47c72a33964704eaa6b061a1f6fcd Author: Julien Cristau <[email protected]> Date: Tue Oct 27 17:52:35 2015 +0000 Remove Josh and Julien from Uploaders, add myself. diff --git a/debian/changelog b/debian/changelog index 0a20c6d..fdfe064 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ libxcb (1.11.1-1) UNRELEASED; urgency=medium [ Julien Cristau ] * Disable silent build rules. + * Remove Josh and Julien from Uploaders, add myself. -- Andreas Boll <[email protected]> Wed, 16 Sep 2015 11:39:30 +0200 diff --git a/debian/control b/debian/control index 5cdd7db..b70bdae 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: libxcb Priority: optional Section: libdevel Maintainer: Debian X Strike Force <[email protected]> -Uploaders: Josh Triplett <[email protected]>, Julien Danjou <[email protected]> +Uploaders: + Julien Cristau <[email protected]>, Build-Depends: libxau-dev (>= 1:1.0.5-2), libxdmcp-dev (>= 1:1.0.3-2), commit 90c3a86c39d391f29b5806106d597e3aba0f1434 Author: Julien Cristau <[email protected]> Date: Sat Jun 7 00:42:38 2014 +0200 Disable silent build rules. diff --git a/debian/changelog b/debian/changelog index f124d03..0a20c6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ libxcb (1.11.1-1) UNRELEASED; urgency=medium + [ Andreas Boll ] * New upstream release (Closes: #778307). - xcb.h: add 'struct' before xcb_setup_t, xcb_query_extension_reply_t (Closes: #788232). @@ -20,6 +21,9 @@ libxcb (1.11.1-1) UNRELEASED; urgency=medium * Bump standards version to 3.9.6. * Install manpages into libxcb-doc package (Closes: #751981). + [ Julien Cristau ] + * Disable silent build rules. + -- Andreas Boll <[email protected]> Wed, 16 Sep 2015 11:39:30 +0200 libxcb (1.10-3) unstable; urgency=medium diff --git a/debian/rules b/debian/rules index 0750f3a..b419193 100755 --- a/debian/rules +++ b/debian/rules @@ -10,11 +10,15 @@ DEB_BUILDDIR = build override_dh_auto_configure: autoreconf -vfi - dh_auto_configure --builddirectory=$(DEB_BUILDDIR) + dh_auto_configure --builddirectory=$(DEB_BUILDDIR) -- \ + --disable-silent-rules %: dh $@ --builddirectory=$(DEB_BUILDDIR) +override_dh_auto_test: + dh_auto_test -- VERBOSE=1 + override_dh_strip: set -e; \ for pkg in $$(grep-dctrl -n -F Section libs -s Package < debian/control); do \

