xcb-util-wm: Changes to 'debian-unstable'

2014-02-19 Thread Arnaud Fontaine
 .gitignore  |3 +--
 COPYING |   27 +++
 NEWS|   11 +++
 README  |   19 +++
 configure.ac|   18 ++
 debian/changelog|9 +++--
 debian/control  |6 +++---
 debian/rules|3 ---
 ewmh/Makefile.am|   18 --
 ewmh/ewmh.c.m4  |9 ++---
 ewmh/xcb-ewmh.pc.in |2 +-
 icccm/Makefile.am   |   10 +++---
 icccm/icccm.c   |4 
 m4  |2 +-
 xcb_util_intro.in   |   24 
 15 files changed, 97 insertions(+), 68 deletions(-)

New commits:
commit cb4c07628f499525de8c3dfbb7d822b2a98420f0
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Feb 19 21:40:50 2014 +0900

Upload 0.4.1-1 to unstable.

diff --git a/debian/changelog b/debian/changelog
index a8aba5e..ac64df9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
+xcb-util-wm (0.4.1-1) unstable; urgency=medium
 
   * New upstream release.
 + Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
@@ -7,7 +7,7 @@ xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 is now required.
   * debian/control: Make Vcs-* fields URIs canonical (lintian warning).
 
- -- Arnaud Fontaine ar...@debian.org  Wed, 19 Feb 2014 21:02:18 +0900
+ -- Arnaud Fontaine ar...@debian.org  Wed, 19 Feb 2014 21:40:16 +0900
 
 xcb-util-wm (0.3.9-2) unstable; urgency=low
 

commit ab2db68e010b3d6d4fe8d642941740aed61b64ba
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Feb 19 21:34:25 2014 +0900

Make Vcs-* fields URIs canonical (lintian warning).

diff --git a/debian/changelog b/debian/changelog
index 8208e10..a8aba5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 + debian/control:
   - Bump xutils-dev B-D to = 1:7.7~1~ because util-macros = 1.16.0
 is now required.
+  * debian/control: Make Vcs-* fields URIs canonical (lintian warning).
 
  -- Arnaud Fontaine ar...@debian.org  Wed, 19 Feb 2014 21:02:18 +0900
 
diff --git a/debian/control b/debian/control
index 2aae0d7..1e5b772 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Build-Depends: cdbs (= 0.4.93~),
xutils-dev (= 1:7.7~1~)
 Standards-Version: 3.9.3
 Homepage: http://xcb.freedesktop.org
-Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-wm.git
-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/xcb-util-wm.git
+Vcs-Git: git://anonscm.debian.org/pkg-xorg/lib/xcb-util-wm.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-xorg/lib/xcb-util-wm.git
 
 Package: libxcb-icccm4
 Section: libs

commit f996201937bc25dc32edc5395e56c239e065
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Feb 19 21:29:14 2014 +0900

No need to clean up git-specific files, just ignore them when building 
source package.

diff --git a/debian/rules b/debian/rules
index 0890486..9c1857b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,6 @@ configure-stamp:
 cleanbuilddir::
rm -f configure-stamp
 
-   # Specific to Git Debian package
-   rm -f .gitmodules m4/xcb_util_m4_with_include_path.m4
-
 get-orig-source:
git archive upstream | gzip -9  
../xcb-util-wm_$(ORIG_MAJOR)+git$(ORIG_GIT).orig.tar.gz
 

commit 21c90182d8cf6124d3e2f4f081b61e611413d85c
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Feb 19 21:26:15 2014 +0900

Bump xutils-dev B-D to = 1:7.7~1~ because util-macros = 1.16.0

diff --git a/debian/changelog b/debian/changelog
index 2357f78..8208e10 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
 + Useless pkgconfig depends on xcb-proto has been removed. Closes: #722632.
++ debian/control:
+  - Bump xutils-dev B-D to = 1:7.7~1~ because util-macros = 1.16.0
+is now required.
 
  -- Arnaud Fontaine ar...@debian.org  Wed, 19 Feb 2014 21:02:18 +0900
 
diff --git a/debian/control b/debian/control
index f195396..2aae0d7 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cdbs (= 0.4.93~),
autotools-dev,
autoconf,
automake,
-   xutils-dev
+   xutils-dev (= 1:7.7~1~)
 Standards-Version: 3.9.3
 Homepage: http://xcb.freedesktop.org
 Vcs-Git: git://git.debian.org/pkg-xorg/lib/xcb-util-wm.git

commit db7dcb0ab5d6468287bf0db20e8d5ecb8f5bd4bd
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Feb 19 21:11:23 2014 +0900

New upstream release: 0.4.1. Closes: #722632.

diff --git a/debian/changelog b/debian/changelog
index e630fb5..2357f78 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-xcb-util-wm (0.4.0-1) UNRELEASED; urgency=medium
+xcb-util-wm (0.4.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
++ 

xcb-util-wm: Changes to 'debian-unstable'

2014-02-19 Thread Steve Langasek
 debian/changelog |6 ++
 debian/control   |1 +
 debian/rules |1 +
 3 files changed, 8 insertions(+)

New commits:
commit efabc4dbb60194931128e901f71f41dff553ab89
Author: Steve Langasek steve.langa...@ubuntu.com
Date:   Wed Feb 19 23:31:36 2014 -0800

Use dh-autoreconf, to support rebuilding on new architectures.

diff --git a/debian/changelog b/debian/changelog
index ac64df9..ee4c4bc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xcb-util-wm (0.4.1-2) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf, to support rebuilding on new architectures.
+
+ -- Steve Langasek vor...@debian.org  Wed, 19 Feb 2014 23:28:26 -0800
+
 xcb-util-wm (0.4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1e5b772..35add80 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Julien Danjou a...@debian.org,
Arnaud Fontaine ar...@debian.org
 Build-Depends: cdbs (= 0.4.93~),
debhelper (= 8.1.3),
+   dh-autoreconf,
libxcb1-dev (= 1.6),
pkg-config,
m4,
diff --git a/debian/rules b/debian/rules
index 9c1857b..ac1f61d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 DEB_DH_INSTALL_SOURCEDIR=debian/tmp
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1wgo6j-00074r...@moszumanska.debian.org



xcb-util-wm: Changes to 'debian-unstable'

2012-06-13 Thread Arnaud Fontaine
 debian/changelog|8 
 debian/control  |2 +-
 debian/libxcb-ewmh-dev.install  |4 
 debian/libxcb-ewmh2-dev.install |4 
 4 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit aac36a47c36637a29c738371383502168b9dd198
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Jun 13 14:58:42 2012 +0900

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 6b38548..d03defa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-xcb-util-wm (0.3.9-2) UNRELEASED; urgency=low
+xcb-util-wm (0.3.9-2) unstable; urgency=low
 
   * debian/control:
 + Revert renaming of libxcb-ewmh1-dev to libxcb-ewmh2-dev as a -dev
   package should not be versioned, so rename it to libxcb-ewmh-dev.
 
- -- Arnaud Fontaine ar...@debian.org  Wed, 13 Jun 2012 10:36:09 +0900
+ -- Arnaud Fontaine ar...@debian.org  Wed, 13 Jun 2012 14:58:23 +0900
 
 xcb-util-wm (0.3.9-1) unstable; urgency=low
 

commit 3c7327dbfa55e85d6d408a7b83130404ecbb85e1
Author: Arnaud Fontaine ar...@debian.org
Date:   Wed Jun 13 10:38:50 2012 +0900

Fix libxcb-ewmh -dev package name 
(3381aa1d177f8d55a7a2d8252a52bc2e8855e75b).

diff --git a/debian/changelog b/debian/changelog
index 7594380..6b38548 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xcb-util-wm (0.3.9-2) UNRELEASED; urgency=low
+
+  * debian/control:
++ Revert renaming of libxcb-ewmh1-dev to libxcb-ewmh2-dev as a -dev
+  package should not be versioned, so rename it to libxcb-ewmh-dev.
+
+ -- Arnaud Fontaine ar...@debian.org  Wed, 13 Jun 2012 10:36:09 +0900
+
 xcb-util-wm (0.3.9-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 7f9384d..f195396 100644
--- a/debian/control
+++ b/debian/control
@@ -72,7 +72,7 @@ Description: utility libraries for X C Binding -- ewmh
  libraries also provide client-side code which is not strictly part of
  the X protocol but which have traditionally been provided by Xlib.
 
-Package: libxcb-ewmh2-dev
+Package: libxcb-ewmh-dev
 Architecture: any
 Multi-Arch: same
 Conflicts: libxcb-ewmh1-dev
diff --git a/debian/libxcb-ewmh-dev.install b/debian/libxcb-ewmh-dev.install
new file mode 100644
index 000..629133b
--- /dev/null
+++ b/debian/libxcb-ewmh-dev.install
@@ -0,0 +1,4 @@
+usr/include/xcb/xcb_ewmh.h
+usr/lib/*/libxcb-ewmh.a
+usr/lib/*/libxcb-ewmh.so
+usr/lib/*/pkgconfig/xcb-ewmh.pc
diff --git a/debian/libxcb-ewmh2-dev.install b/debian/libxcb-ewmh2-dev.install
deleted file mode 100644
index 629133b..000
--- a/debian/libxcb-ewmh2-dev.install
+++ /dev/null
@@ -1,4 +0,0 @@
-usr/include/xcb/xcb_ewmh.h
-usr/lib/*/libxcb-ewmh.a
-usr/lib/*/libxcb-ewmh.so
-usr/lib/*/pkgconfig/xcb-ewmh.pc


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1sejp2-0003em...@vasks.debian.org



xcb-util-wm: Changes to 'debian/unstable'

2011-05-06 Thread Arnaud Fontaine
New branch 'debian/unstable' available with the following commits:
commit ac4a8ccf4432e4e2a9809f697637576a8ce638d2
Author: Arnaud Fontaine ar...@debian.org
Date:   Fri May 6 18:29:49 2011 +0900

xcb-util-wm is now maintained as part of pkg-xorg team.

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 2da83a31ad57bd860f3c27540d67d91b2db02d32
Author: Arnaud Fontaine ar...@debian.org
Date:   Fri May 6 14:54:51 2011 +0900

Clean up unecessary files of Git Debian packages.

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 12af744866301c4d18ddb7914d12153773af419a
Author: Arnaud Fontaine ar...@debian.org
Date:   Fri May 6 14:45:33 2011 +0900

Only run autogen.sh if configure script does not already exist.

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 63c0bae56d417847317196c6daedd8a69b764b77
Author: Arnaud Fontaine ar...@debian.org
Date:   Fri May 6 12:23:29 2011 +0900

Debian packaging.

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 1755462d974163f5d95f5d22f5af23be17cc910f
Author: Arnaud Fontaine ar...@debian.org
Date:   Tue Apr 26 01:23:28 2011 +0900

Release 0.3.8

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 51e42f33ba6c7a0525811ad7f8e67e2b69014275
Author: Arnaud Fontaine ar...@debian.org
Date:   Tue Apr 26 01:11:33 2011 +0900

Fix package name

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit ef999a7ba55f1298c8701afa0a5bb56804e7a645
Author: Arnaud Fontaine ar...@debian.org
Date:   Sat Apr 23 13:55:37 2011 +0900

Untabify for consistency.

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 14d15ad5f895a09d846bc7c1ffe8bf67c7948da0
Author: Arnaud Fontaine ar...@debian.org
Date:   Sat Apr 23 13:40:24 2011 +0900

Fix setters for _NET_WM_ICON to allow more than one icon.

Only one icon could be given at a time, thus add append setters to
only set one icon at a time in a convenient way and make the general
setters more generic.

Signed-off-by: Arnaud Fontaine ar...@debian.org

commit 6c99de50a858bd82bc1562c74c728f03c49d399f
Author: Dirk Wallenstein hals...@t-online.de
Date:   Tue Apr 5 09:58:28 2011 +0200

Use an absolute URL for the m4 submodule

A relative submodule URL requires m4 duplicates relative to every fork or 
local
mirror of this module.  To select a different protocol with an absolute
submodule URL, the url.base.insteadOf configuration option can be used.

Signed-off-by: Dirk Wallenstein hals...@t-online.de
Reviewed-by: Arnaud Fontaine ar...@debian.org
Reviewed-by: Gaetan Nadon mems...@videotron.ca

commit 2682657b83f78de7e9b028ef3c1b08f381fee0d9
Author: Arnaud Fontaine ar...@debian.org
Date:   Sat Mar 26 17:04:07 2011 +0900

Fix unintialized variable for the number of icons

commit f5a0b136bc3aa8c12eea9dd149f43e8eab77a9f4
Author: Jon TURNEY jon.tur...@dronecode.org.uk
Date:   Tue Mar 22 15:34:50 2011 +

Link with -no-undefined

Use -no-undefined to assure libtool that the library has no unresolved
symbols at link time, so that libtool will build a shared library for
platforms require that all symbols are resolved when the library is linked.

Signed-off-by: Jon TURNEY jon.tur...@dronecode.org.uk
Acked-by: Julien Cristau jcris...@debian.org
Reviewed-by: Arnaud Fontaine ar...@debian.org

commit fa4118c9335a7ab4ad9dd9d0917ae02d97106e56
Author: Uli Schlachter psyc...@znc.in
Date:   Fri Mar 11 11:24:27 2011 +0100

Return more icons from _NET_WM_ICON

EWMH says that _NET_WM_ICON is an array of icon. That means that it can 
contain
more than one icon. This way, apps can provide icons of different sizes. 
Common
sizes seem to be 16x16, 32x32 and 48x48.

This commit makes it possible to access all the icons in _NET_WM_ICON via
iterators instead of just the first one.

Thanks to Arnaud Fontaine for his help with the API.

Signed-off-by: Uli Schlachter psyc...@znc.in
Signed-off-by: Arnaud Fontaine ar...@debian.org

commit c8a36b8591fe50b5fcea31d6bd5d469f8ac1c125
Author: Uli Schlachter psyc...@znc.in
Date:   Fri Mar 11 13:21:46 2011 +0100

xcb_ewmh_get_wm_icon_reply: Fix crash on error

When the GetProperty request fails due to an error,
xcb_ewmh_get_wm_icon_from_reply will be called with a NULL pointer for the
reply. This function would then call xcb_get_property_value_length on this 
NULL
pointer which caused a crash.

Fix this by moving the NULL-pointer check before the call to value_length().

Signed-off-by: Uli Schlachter psyc...@znc.in
Reviewed-by: Arnaud Fontaine ar...@debian.org

commit 4e5a8e47389ac54b1bae9e694d5a812388a0a380
Author: Uli Schlachter psyc...@znc.in
Date:   Fri Mar 11 11:35:07 2011 +0100

_NET_WM_ICON: Fix the length check

expected_len is the expected length in number-of-pixels, but r_value_len is 
the
number of bytes in the reply. 

xcb-util-wm: Changes to 'debian-unstable'

2011-05-06 Thread Arnaud Fontaine
 debian/changelog |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit e0df9e6d3cad53a9f04416ca30195f2da5d14710
Author: Arnaud Fontaine ar...@debian.org
Date:   Fri May 6 22:23:16 2011 +0900

State in debian/changelog that it is now maintained as part of pkg-xorg 
team.

Signed-off-by: Arnaud Fontaine ar...@debian.org

diff --git a/debian/changelog b/debian/changelog
index 22190ea..f0de3eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,9 +5,10 @@ xcb-util-wm (0.3.8-1) unstable; urgency=low
   source package.
   * debian/control:
 + Bump Standards-Version to 3.9.2. No changes needed.
++ Now maintain as part of pkg-xorg team.
   * Switch to 3.0 (quilt) source format.
 
- -- Arnaud Fontaine ar...@debian.org  Fri, 06 May 2011 12:12:21 +0900
+ -- Arnaud Fontaine ar...@debian.org  Fri, 06 May 2011 22:16:59 +0900
 
 xcb-util (0.3.6-1) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1qil0p-0001tu...@alioth.debian.org