[Xcb] [PATCH util-wm 7/7] config: update the README file for bug tracking

Arnaud Fontaine arnau at debian.org
Mon Feb 3 02:39:04 PST 2014


Hello,

Thanks for your patches!

Here are some comments:

> Update bug tracker info following libxcb format.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  README |   19 +++++++++++++++----
>  1 file changed, 15 insertions(+), 4 deletions(-)
>
> diff --git a/README b/README
> index 618d591..9f71798 100644
> --- a/README
> +++ b/README
> @@ -28,11 +28,22 @@ XCB util-wm module provides the following libraries:
>    - ewmh: Both client and window-manager helpers for EWMH.
>    - icccm: Both client and window-manager helpers for ICCCM.
>  
> -You can obtain the latest development versions of XCB util-wm using
> -GIT. For anonymous checkouts, use:
>  
> -  git clone --recursive git://anongit.freedesktop.org/git/xcb/util-wm
> +Please report any issues you find to the freedesktop.org bug tracker,
> +at:
> +
> +	<https://bugs.freedesktop.org/enter_bug.cgi?product=XCB>
> +
> +Discussion about XCB occurs on the XCB mailing list:
> +
> +        <mailto:xcb at lists.freedesktop.org>
> +        <http://lists.freedesktop.org/mailman/listinfo/xcb>
> +
> +You can obtain the latest development versions of XCB using GIT.
> +For anonymous checkouts, use:
> +
> +        git clone git://anongit.freedesktop.org/git/xcb/util-wm
>  
>  For developers, use:
>  
> -  git clone --recursive git+ssh://git.freedesktop.org/git/xcb/util-wm
> +        git clone git+ssh://git.freedesktop.org/git/xcb/util-wm

Clone parameter '--recursive' is required because in contrary to libxcb,
util libraries use a Git submodule, namely util-common-m4.

> Use same layout as libxcb.
>
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  configure.ac |    4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index 621f15a..946fa6d 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,6 +1,8 @@
>  dnl XCB_UTIL_M4_WITH_INCLUDE_PATH requires Autoconf >= 2.62
>  AC_PREREQ(2.62)
> -AC_INIT([xcb-util-wm],0.4.0,[xcb at lists.freedesktop.org])
> +AC_INIT([xcb-util-wm],[0.4.0],
> +        [https://bugs.freedesktop.org/enter_bug.cgi?product=xcb],

Probably should even be:
https://bugs.freedesktop.org/enter_bug.cgi?product=xcb&component=Utils

Same for "update the README file for bug tracking" patch.

Besides of that, all the patches look fine.

Cheers,
-- 
Arnaud Fontaine


More information about the Xcb mailing list