mesa: Changes to 'ubuntu'

2011-06-30 Thread Christopher Halse Rogers
 debian/changelog|   13 +
 debian/libgl1-mesa-dri.install.linux.in |1 -
 debian/rules|3 +++
 3 files changed, 16 insertions(+), 1 deletion(-)

New commits:
commit 1af5c48fc405f5e1efda830f9773b315547eaec2
Author: Christopher James Halse Rogers christopher.halse.rog...@canonical.com
Date:   Wed Jun 29 19:11:35 2011 +0100

Only install r300 when we build it

diff --git a/debian/changelog b/debian/changelog
index 4817d24..ef95398 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,10 @@ mesa (7.11~1-1) UNRELEASED; urgency=low
   * Drop 12-llvm-config-check.diff; upstream.
   * Add strictly versioned dependencies on libglapi-mesa to libgl1-mesa-glx
 and libegl1-mesa-drivers as they also now depend on this internal library.
+  * debian/rules:
+  * debian/libgl1-mesa-dri.install.linux.in:
+- Manually install r300g only when we actually build it.  Fixes build on
+  non-i386, non-amd64 linux.
 
  -- Christopher James Halse Rogers r...@ubuntu.com  Tue, 28 Jun 2011 
21:34:53 +0100
 
diff --git a/debian/libgl1-mesa-dri.install.linux.in 
b/debian/libgl1-mesa-dri.install.linux.in
index 31019af..9a649a4 100644
--- a/debian/libgl1-mesa-dri.install.linux.in
+++ b/debian/libgl1-mesa-dri.install.linux.in
@@ -2,5 +2,4 @@
 build/dri/${DEB_HOST_MULTIARCH}/*_dri.so  usr/lib/${DEB_HOST_MULTIARCH}/dri
 
 # This part is Linux-specific:
-build/dri/${DEB_HOST_MULTIARCH}/gallium/r300_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
 build/dri/${DEB_HOST_MULTIARCH}/gallium/r600_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
diff --git a/debian/rules b/debian/rules
index 61c649c..a6bfca4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -305,6 +305,9 @@ endif
# No need for this .so, libglapi is just a convenience library:
rm debian/tmp/dri/usr/lib/${DEB_HOST_MULTIARCH}/libglapi.so
 
+ifneq (,$(filter r300,$(GALLIUM_DRIVERS)))
+   dh_install build/dri/$(DEB_HOST_MULTIARCH)/gallium/r300_dri.so
+endif
dh_install -s --fail-missing
dh_installman -s
dh_lintian -s


-- 
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/e1qcepw-0004b2...@vasks.debian.org



libxrandr: Changes to 'refs/tags/libxrandr-2_1.3.2-1'

2011-06-30 Thread Cyril Brulebois
Tag 'libxrandr-2_1.3.2-1' created by Cyril Brulebois k...@debian.org at 
2011-06-30 10:42 +

Tagging upload of libxrandr 2:1.3.2-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4MUxQACgkQeGfVPHR5Nd0dqwCgncpSWrSGcYe5/fUMsHZWcIvX
inwAnRX5XlAW9PlB+1OUbNWjJc5AJTUm
=Zq/o
-END PGP SIGNATURE-

Changes since libxrandr-2_1.3.1-1:
Alan Coopersmith (1):
  libXrandr 1.3.2

Cyril Brulebois (14):
  Xrandr.man: Remove trailing spaces.
  Xrandr.man: Fix grammar.
  Xrandr.man: Build full sentences, possibly easier to read.
  Xrandr.man: Try to make some sense.
  Xrandr.man: Fix typo.
  Xrandr.man: Build full sentences for easier reading.
  Xrandr.man: Fix missing closing parenthesis.
  Xrandr.man: Fix parenthesis escaping.
  Xrandr.man: Document how to request notifications.
  Merge branch 'upstream-unstable' into debian-unstable
  Bump changelogs.
  Bump Standards-Version to 3.9.2 (no changes).
  Update Uploaders list. Thanks, David!
  Upload to unstable.

Gaetan Nadon (4):
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: remove unrequired AC_CONFIG_AUX_DIR
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: comment, minor upgrade, quote and layout configure.ac

---
 ChangeLog|  148 +++
 configure.ac |   89 -
 debian/changelog |9 +++
 debian/control   |4 -
 man/Xrandr.man   |   83 --
 5 files changed, 248 insertions(+), 85 deletions(-)
---


-- 
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/e1qceks-0005kg...@vasks.debian.org



libxrandr: Changes to 'upstream-unstable'

2011-06-30 Thread Cyril Brulebois
 configure.ac   |   89 -
 man/Xrandr.man |   83 -
 2 files changed, 89 insertions(+), 83 deletions(-)

New commits:
commit 754b492ddf490682c5fff2518a36d0afb5655a36
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Wed Jun 29 21:50:39 2011 -0700

libXrandr 1.3.2

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index 96e2baf..8c74adb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,7 +29,7 @@ AC_PREREQ([2.60])
 # digit in the version number to track changes which don't affect the
 # protocol, so Xrandr version l.n.m corresponds to protocol version l.n
 #
-AC_INIT([libXrandr], [1.3.1],
+AC_INIT([libXrandr], [1.3.2],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libXrandr])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])

commit 2a8e4e3b6c28d095e315da6874a72e05ef113edb
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 31 03:43:57 2011 +0200

Xrandr.man: Document how to request notifications.

Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
Signed-off-by: Cyril Brulebois k...@debian.org

diff --git a/man/Xrandr.man b/man/Xrandr.man
index 0f1ff44..0f95bf1 100644
--- a/man/Xrandr.man
+++ b/man/Xrandr.man
@@ -185,7 +185,9 @@ structure contains a possible root size in pixels and in 
millimeters.
 A
 .B XRRScreenChangeNotifyEvent
 is sent to a client that has requested notification whenever the screen
-configuration is changed.
+configuration is changed. A client can perform this request by calling
+\fBXRRSelectInput\fP, passing the display, the root window, and the
+\fBRRScreenChangeNotifyMask\fP mask.
 
 .B XRRScreenConfiguration
 is an opaque data type containing the configuration information

commit 7613d6e70c4af791bdb3e005a6231f1d4d14745c
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 3 16:17:51 2011 +0100

Xrandr.man: Fix parenthesis escaping.

Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
Signed-off-by: Cyril Brulebois k...@debian.org

diff --git a/man/Xrandr.man b/man/Xrandr.man
index b7a0383..0f1ff44 100644
--- a/man/Xrandr.man
+++ b/man/Xrandr.man
@@ -94,7 +94,7 @@ void XRRSelectInput\^(\^Display *\fIdpy\fP, Window 
\fIwindow\fP, int \fImask\fP\
  * ConfigureNotify \^(\^\fIon the root window\fP\^)
  * returns 1 if it is an event type it understands, 0 if not
  */
-int XRRUpdateConfiguration\^(\^XEvent *\fIevent\fP^);
+int XRRUpdateConfiguration\^(\^XEvent *\fIevent\fP\^);
 .sp
 /\(**
  * the following are always safe to call, even if RandR is

commit d0b9b06d2d0b85da3eb89adf4abd973b092201df
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 3 16:01:56 2011 +0100

Xrandr.man: Fix missing closing parenthesis.

Also fix the closing tag (\fP instead of \fI).

Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
Signed-off-by: Cyril Brulebois k...@debian.org

diff --git a/man/Xrandr.man b/man/Xrandr.man
index 8ecea23..b7a0383 100644
--- a/man/Xrandr.man
+++ b/man/Xrandr.man
@@ -287,7 +287,7 @@ will fail until the client has an up to date timestamp.
 .PP
 .B XRRRootToScreen
 returns the screen number given a root window (for example, from
-an \fBXRRScreenChangeNotifyEvent\fI.
+an \fBXRRScreenChangeNotifyEvent\fP).
 .PP
 The rest of the functions will fail if applied to screens not
 implementing the RandR extension.

commit cf351e133c71fdae77c961373e01258404a5ff7f
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 3 15:54:58 2011 +0100

Xrandr.man: Build full sentences for easier reading.

Reviewed-by: Peter Hutterer peter.hutte...@who-t.net
Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com
Signed-off-by: Cyril Brulebois k...@debian.org

diff --git a/man/Xrandr.man b/man/Xrandr.man
index 56d538b..8ecea23 100644
--- a/man/Xrandr.man
+++ b/man/Xrandr.man
@@ -308,9 +308,9 @@ information if it fails and try the call again (by calling
 \fBXRRGetScreenInfo\fP).
 .PP
 .B XRRSetScreenConfigAndRate
-like
+is like
 .B XRRSetScreenConfig
-but also set the refresh rate. If specified rate is not supported a
+but also sets the refresh rate. If specified rate is not supported a
 .B BadValue
 error is returned.
 .PP
@@ -325,7 +325,7 @@ are used to get specific configuration information out of a 
screen
 configuration.
 .PP
 .B XRRGetScreenInfo
-Returns a screen configuration for later use; the information is
+returns a screen configuration for later use; the information is
 private to the library.
 Call
 .B XRRFreeScreenConfigInfo

commit e92474f36a2157ce8939b143e077d9342638e74a
Author: Cyril Brulebois k...@debian.org
Date:   Thu Mar 3 15:52:58 2011 +0100

Xrandr.man: Fix typo.

Reviewed-by: 

Kahve Dünyası'nda 2 adet dilediğin kup veya yoğurtlu dondurma %50 indirimle 7,5 TL!

2011-06-30 Thread Hürriyet Aile
YAKALA.CO

BU YAZ DONDURMAN KAHVE DÜNYASI'NDAN!  
Kahve Dünyası'nda 2 adet dilediğin Kupakup veya Meyveli Yoğurtlu Dondurma %50 
indirimle 15 TL yerine sadece 7,50 TL

HEMEN TIKLA : 
http://www.yakala.co/FirsatDetay.aspx?FID=1407utm_source=huraileaffutm_medium=emailutm_campaign=fid_1407

libxcursor: Changes to 'refs/tags/libxcursor-1_1.1.12-1'

2011-06-30 Thread Cyril Brulebois
Tag 'libxcursor-1_1.1.12-1' created by Cyril Brulebois k...@debian.org at 
2011-06-30 10:48 +

Tagging upload of libxcursor 1:1.1.12-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4MVIwACgkQeGfVPHR5Nd3FjACgh8U09ZV2cRHn9254JHG3iPHm
ZyoAn3H+0aDe5BTN44/nmOS/oPQVpZeo
=qs17
-END PGP SIGNATURE-

Changes since libxcursor-1_1.1.11-3:
Alan Coopersmith (2):
  Mark bitmasks as unsigned ints
  libXcursor 1.1.12

Chris Wilson (3):
  Free list on shutdown.
  Free the partial header after failing to open the cursor.
  Free the FontInfo structure after loading the cursor from it.

Cyril Brulebois (3):
  Merge branch 'upstream-unstable' into debian-unstable
  Bump changelogs.
  Upload to unstable.

Gaetan Nadon (5):
  config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  config: comment, minor upgrade, quote and layout configure.ac
  config: perform XCURSORPATH formatting in man/Makefile.am

Jeremy Huddleston (1):
  Correct error handling in _XcursorAverageColor

---
 ChangeLog|  120 +++
 configure.ac |   92 --
 debian/changelog |6 ++
 man/Makefile.am  |4 +
 src/cursor.c |9 ++--
 src/display.c|7 +++
 src/file.c   |3 +
 src/xlib.c   |1 
 8 files changed, 190 insertions(+), 52 deletions(-)
---


-- 
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/e1qceoj-0005zh...@vasks.debian.org



libxcursor: Changes to 'upstream-unstable'

2011-06-30 Thread Cyril Brulebois
 configure.ac|   92 +++-
 man/Makefile.am |4 +-
 src/cursor.c|9 +++--
 src/display.c   |7 
 src/file.c  |3 +
 src/xlib.c  |1 
 6 files changed, 64 insertions(+), 52 deletions(-)

New commits:
commit d79ddc01e4b247ae95af3581b93aef2b93e76888
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Wed Jun 29 21:41:09 2011 -0700

libXcursor 1.1.12

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/configure.ac b/configure.ac
index a3add56..80d4a80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AC_PREREQ([2.60])
 # Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 # not possible to extract the version number here from Xcursor.h
 #
-AC_INIT([libXcursor], [1.1.11],
+AC_INIT([libXcursor], [1.1.12],
 [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],[libXcursor])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])

commit 4ce23fcd978ed389ea30315c0e02629a31bda265
Author: Alan Coopersmith alan.coopersm...@oracle.com
Date:   Sun May 22 12:55:31 2011 -0700

Mark bitmasks as unsigned ints

Clears Sun compiler warnings from shifting 8 bits by 24 bits:
cursor.c, line 215: warning: integer overflow detected: op 
cursor.c, line 280: warning: integer overflow detected: op 

Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com

diff --git a/src/cursor.c b/src/cursor.c
index 3de3c8e..7da62ef 100644
--- a/src/cursor.c
+++ b/src/cursor.c
@@ -212,7 +212,7 @@ _XcursorAverageColor (XcursorPixel *pixels, int npixels)
green += (p  8)  0xff;
blue += (p  0)  0xff;
 }
-return (0xff  24) | ((red/npixels)  16) | ((green/npixels)  8) | 
(blue/npixels);
+return (0xffU  24) | ((red/npixels)  16) | ((green/npixels)  8) | 
(blue/npixels);
 }
 
 typedef struct XcursorCoreCursor {
@@ -277,7 +277,7 @@ _XcursorHeckbertMedianCut (const XcursorImage *image, 
XcursorCoreCursor *core)
if (green  max_green) max_green = green;
if (blue  min_blue) min_blue = blue;
if (blue  max_blue) max_blue = blue;
-   p = ((0xff  24) | (red  16) | 
+   p = ((0xffU  24) | (red  16) |
 (green  8) | (blue  0));
*pc++ = p;
}

commit 047993c76a677ca12a2b575990b99e3ddbc0dd58
Author: Jeremy Huddleston jerem...@apple.com
Date:   Sat May 7 10:16:18 2011 -0700

Correct error handling in _XcursorAverageColor

Previously it would either div-zero or get stuck in a loop until int 
overflow
if called with a bad value.

cursor.c:214:32: warning: Division by zero
return (0xff  24) | ((red/npixels)  16) | ((green/npixels)  8) | 
(blue/npixels);

Found-by: clang static analyzer
Signed-off-by: Jeremy Huddleston jerem...@apple.com

diff --git a/src/cursor.c b/src/cursor.c
index ac1b2c4..3de3c8e 100644
--- a/src/cursor.c
+++ b/src/cursor.c
@@ -201,6 +201,9 @@ _XcursorAverageColor (XcursorPixel *pixels, int npixels)
 XcursorPixelred, green, blue;
 intn = npixels;
 
+if (n  1)
+   return 0;
+
 blue = green = red = 0;
 while (n--)
 {
@@ -209,8 +212,6 @@ _XcursorAverageColor (XcursorPixel *pixels, int npixels)
green += (p  8)  0xff;
blue += (p  0)  0xff;
 }
-if (!n)
-   return 0;
 return (0xff  24) | ((red/npixels)  16) | ((green/npixels)  8) | 
(blue/npixels);
 }
 

commit bee68e54e5c3a4b9f46c81366a720531e3e07a82
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Fri Apr 1 12:16:23 2011 +0100

Free the FontInfo structure after loading the cursor from it.

References: https://bugs.freedesktop.org/show_bug.cgi?id=2731
Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

diff --git a/src/xlib.c b/src/xlib.c
index 0475d11..dedc43a 100644
--- a/src/xlib.c
+++ b/src/xlib.c
@@ -64,6 +64,7 @@ _XcursorFontIsCursor (Display *dpy, Font font)
ret = (fs-properties[n].card32 == cursor);
break;
}
+   XFreeFontInfo (NULL, fs, 1);
 }
 fi = malloc (sizeof (XcursorFontInfo));
 if (fi)

commit f49e7e1608f2dac140f60bcae21d5c37f79fc41b
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Fri Apr 1 12:15:46 2011 +0100

Free the partial header after failing to open the cursor.

Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk

diff --git a/src/file.c b/src/file.c
index 6c4f1bb..e3d7e61 100644
--- a/src/file.c
+++ b/src/file.c
@@ -713,7 +713,10 @@ XcursorXcFileLoadAllImages (XcursorFile *file)
 }
 images = XcursorImagesCreate (nimage);
 if (!images)
+{
+   _XcursorFileHeaderDestroy (fileHeader);
return NULL;
+}
 for (toc = 0; toc  fileHeader-ntoc; toc++)
 {
switch (fileHeader-tocs[toc].type) {

commit 073eb2c56f4794275eee40a825dbfe1232bb2690
Author: Chris Wilson ch...@chris-wilson.co.uk
Date:   Fri Apr 1 

libxcursor: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 ChangeLog|  120 +++
 configure.ac |   92 --
 debian/changelog |6 ++
 man/Makefile.am  |4 +
 src/cursor.c |9 ++--
 src/display.c|7 +++
 src/file.c   |3 +
 src/xlib.c   |1 
 8 files changed, 190 insertions(+), 52 deletions(-)

New commits:
commit f85920fc874fad2612035e449358fca9ce49fec5
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:48:37 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 662042e..a1e149e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-libxcursor (1:1.1.12-1) UNRELEASED; urgency=low
+libxcursor (1:1.1.12-1) unstable; urgency=low
 
   * New upstream release.
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:48:24 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:48:34 +0200
 
 libxcursor (1:1.1.11-3) unstable; urgency=low
 

commit 2465ccc3a44ff7fd67efd63d94559c1973d82638
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:48:31 2011 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 0dd5ca2..95300c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,123 @@
+commit d79ddc01e4b247ae95af3581b93aef2b93e76888
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jun 29 21:41:09 2011 -0700
+
+libXcursor 1.1.12
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 4ce23fcd978ed389ea30315c0e02629a31bda265
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Sun May 22 12:55:31 2011 -0700
+
+Mark bitmasks as unsigned ints
+
+Clears Sun compiler warnings from shifting 8 bits by 24 bits:
+cursor.c, line 215: warning: integer overflow detected: op 
+cursor.c, line 280: warning: integer overflow detected: op 
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 047993c76a677ca12a2b575990b99e3ddbc0dd58
+Author: Jeremy Huddleston jerem...@apple.com
+Date:   Sat May 7 10:16:18 2011 -0700
+
+Correct error handling in _XcursorAverageColor
+
+Previously it would either div-zero or get stuck in a loop until int 
overflow
+if called with a bad value.
+
+cursor.c:214:32: warning: Division by zero
+return (0xff  24) | ((red/npixels)  16) | ((green/npixels)  8) | 
(blue/npixels);
+
+Found-by: clang static analyzer
+Signed-off-by: Jeremy Huddleston jerem...@apple.com
+
+commit bee68e54e5c3a4b9f46c81366a720531e3e07a82
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Fri Apr 1 12:16:23 2011 +0100
+
+Free the FontInfo structure after loading the cursor from it.
+
+References: https://bugs.freedesktop.org/show_bug.cgi?id=2731
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+
+commit f49e7e1608f2dac140f60bcae21d5c37f79fc41b
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Fri Apr 1 12:15:46 2011 +0100
+
+Free the partial header after failing to open the cursor.
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+
+commit 073eb2c56f4794275eee40a825dbfe1232bb2690
+Author: Chris Wilson ch...@chris-wilson.co.uk
+Date:   Fri Apr 1 12:14:51 2011 +0100
+
+Free list on shutdown.
+
+We freed the parent structure without freeing the list contained within,
+making valgrind unhappy.
+
+Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk
+
+commit de50317ec4e0e8da7de84e85d1f7a6d2e184d58b
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Feb 2 17:08:19 2011 -0500
+
+config: perform XCURSORPATH formatting in man/Makefile.am
+
+We can skip the extra step of using XCURSORPATH_LIST in configure.ac.
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit a929c3621b9da8e56ce1223afd3e487fc488fa47
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Wed Feb 2 11:43:41 2011 -0500
+
+config: comment, minor upgrade, quote and layout configure.ac
+
+Group statements per section as per Autoconf standard layout
+Quote statements where appropriate.
+Autoconf recommends not using dnl instead of # for comments
+
+Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
+
+This helps automated maintenance and release activities.
+Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 96c5877fd7ebc59569f140d9e2cb30fdb8371ef1
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Fri Jan 28 19:41:37 2011 -0500
+
+config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 4f7a749fcb7a8e93d40a7621fa1c159e003b2f5c
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Fri Jan 28 16:07:07 2011 -0500
+
+config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
+
+This silences an Automake warning.
+
+

libxrandr: Changes to 'refs/tags/libxrandr-2_1.3.2-2'

2011-06-30 Thread Cyril Brulebois
Tag 'libxrandr-2_1.3.2-2' created by Cyril Brulebois k...@debian.org at 
2011-06-30 10:57 +

Tagging upload of libxrandr 2:1.3.2-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4MVrQACgkQeGfVPHR5Nd0UGwCeIhIvPybKmoqSI4LEDqZ79WBd
7ggAn3EsdBCTDfP6rSa4XDrk7jWmfWau
=QwSB
-END PGP SIGNATURE-

Changes since libxrandr-2_1.3.2-1:
Cyril Brulebois (5):
  Fix typo.
  Add xorg-driver-{video,input} to Provides.
  Merge remote-tracking branch 'origin/debian-unstable' into debian-unstable
  Document brown paper bag upload.
  Upload to unstable.

Julien Cristau (7):
  xsfbs.mk: don't use a directory as a make target
  Update serverabi rule for xserver 1.7.6.901
  Add changelog entry for multiarch
  Remove David Nusinow from Uploaders.
  Merge branch 'debian-unstable' of git://git.debian.org/git/pkg-xorg/xsfbs 
into debian-unstable
  Bump Standards-Version to 3.9.2.
  Upload to unstable

Steve Langasek (1):
  build for multiarch

---
 debian/README.source |2 +-
 debian/changelog |   21 +
 debian/control   |5 -
 debian/libxrandr-dev.install |6 +++---
 debian/libxrandr2.install|2 +-
 debian/rules |2 ++
 debian/xsfbs/xsfbs.mk|   35 ++-
 7 files changed, 54 insertions(+), 19 deletions(-)
---


-- 
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/e1qcezc-0008vk...@vasks.debian.org



libxrandr: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 ChangeLog|  148 +++
 configure.ac |   89 -
 debian/changelog |   17 ++
 man/Xrandr.man   |   83 --
 4 files changed, 254 insertions(+), 83 deletions(-)

New commits:
commit bab6d3f15081687aa15c1ed58ecf9221e3373ed0
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:57:24 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 77b7239..57b7818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-libxrandr (2:1.3.2-2) UNRELEASED; urgency=low
+libxrandr (2:1.3.2-2) unstable; urgency=low
 
   * Brown paper bag upload:
 - Merge back origin/debian-unstable, fixing the loss of the
   2:1.3.1-2 upload (including multiarch changes).
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:53:42 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:57:22 +0200
 
 libxrandr (2:1.3.2-1) unstable; urgency=low
 

commit ac49f1e1f2b5c1c8a0d59a14dba78a0ec76cfc05
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:54:45 2011 +0200

Document brown paper bag upload.

diff --git a/debian/changelog b/debian/changelog
index 0bee882..77b7239 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libxrandr (2:1.3.2-2) UNRELEASED; urgency=low
+
+  * Brown paper bag upload:
+- Merge back origin/debian-unstable, fixing the loss of the
+  2:1.3.1-2 upload (including multiarch changes).
+
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:53:42 +0200
+
 libxrandr (2:1.3.2-1) unstable; urgency=low
 
   * New upstream release:

commit de8b03a486c9b659c1a02a97bc8fc5053a06f527
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:42:13 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 84ae889..512f8bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libxrandr (2:1.3.2-1) UNRELEASED; urgency=low
+libxrandr (2:1.3.2-1) unstable; urgency=low
 
   * New upstream release:
 - Documentation updates.
   * Bump Standards-Version to 3.9.2 (no changes).
   * Update Uploaders list. Thanks, David!
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:40:09 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:42:11 +0200
 
 libxrandr (2:1.3.1-1) unstable; urgency=low
 

commit 93672868650dec77efc68b0de36c2d5ce11bbe29
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:42:09 2011 +0200

Update Uploaders list. Thanks, David!

diff --git a/debian/changelog b/debian/changelog
index d9d50b3..84ae889 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libxrandr (2:1.3.2-1) UNRELEASED; urgency=low
   * New upstream release:
 - Documentation updates.
   * Bump Standards-Version to 3.9.2 (no changes).
+  * Update Uploaders list. Thanks, David!
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:40:09 +0200
 
diff --git a/debian/control b/debian/control
index 7e8b601..aba00ea 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: libxrandr
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force debian-x@lists.debian.org
-Uploaders: David Nusinow dnusi...@debian.org, Cyril Brulebois 
k...@debian.org
+Uploaders: Cyril Brulebois k...@debian.org
 Build-Depends:
  debhelper (= 5.0.0),
  libx11-dev (= 1:0.99.2),

commit fb9a4f54f908c9257314fe8f40b5f43ba8de0b9a
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:41:43 2011 +0200

Bump Standards-Version to 3.9.2 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 67707b4..d9d50b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libxrandr (2:1.3.2-1) UNRELEASED; urgency=low
 
   * New upstream release:
 - Documentation updates.
+  * Bump Standards-Version to 3.9.2 (no changes).
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 12:40:09 +0200
 
diff --git a/debian/control b/debian/control
index 02f9750..7e8b601 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  automake,
  libtool,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxrandr
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxrandr.git
 

commit 773e5fcf20409ef7c43514c23940c8c0b361099b
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 12:40:34 2011 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 5545274..80284ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,151 @@
+commit 754b492ddf490682c5fff2518a36d0afb5655a36
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jun 29 21:50:39 2011 -0700
+
+libXrandr 1.3.2
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 2a8e4e3b6c28d095e315da6874a72e05ef113edb
+Author: Cyril Brulebois k...@debian.org
+Date:   Thu Mar 31 03:43:57 2011 +0200
+

Processing of libxrandr_1.3.2-1_amd64.changes

2011-06-30 Thread Debian FTP Masters
libxrandr_1.3.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  libxrandr_1.3.2-1.dsc
  libxrandr_1.3.2.orig.tar.gz
  libxrandr_1.3.2-1.diff.gz
  libxrandr2_1.3.2-1_amd64.deb
  libxrandr2-dbg_1.3.2-1_amd64.deb
  libxrandr-dev_1.3.2-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1qceni-0004z1...@franck.debian.org



Processing of libxcursor_1.1.12-1_amd64.changes

2011-06-30 Thread Debian FTP Masters
libxcursor_1.1.12-1_amd64.changes uploaded successfully to localhost
along with the files:
  libxcursor_1.1.12-1.dsc
  libxcursor_1.1.12.orig.tar.gz
  libxcursor_1.1.12-1.diff.gz
  libxcursor1_1.1.12-1_amd64.deb
  libxcursor1-udeb_1.1.12-1_amd64.udeb
  libxcursor1-dbg_1.1.12-1_amd64.deb
  libxcursor-dev_1.1.12-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1qcesy-0004ec...@franck.debian.org



libxrandr_1.3.2-1_amd64.changes ACCEPTED into unstable

2011-06-30 Thread Debian FTP Masters



Accepted:
libxrandr-dev_1.3.2-1_amd64.deb
  to main/libx/libxrandr/libxrandr-dev_1.3.2-1_amd64.deb
libxrandr2-dbg_1.3.2-1_amd64.deb
  to main/libx/libxrandr/libxrandr2-dbg_1.3.2-1_amd64.deb
libxrandr2_1.3.2-1_amd64.deb
  to main/libx/libxrandr/libxrandr2_1.3.2-1_amd64.deb
libxrandr_1.3.2-1.diff.gz
  to main/libx/libxrandr/libxrandr_1.3.2-1.diff.gz
libxrandr_1.3.2-1.dsc
  to main/libx/libxrandr/libxrandr_1.3.2-1.dsc
libxrandr_1.3.2.orig.tar.gz
  to main/libx/libxrandr/libxrandr_1.3.2.orig.tar.gz


Override entries for your package:
libxrandr-dev_1.3.2-1_amd64.deb - optional libdevel
libxrandr2-dbg_1.3.2-1_amd64.deb - extra debug
libxrandr2_1.3.2-1_amd64.deb - optional libs
libxrandr_1.3.2-1.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1qcf1g-0005vy...@franck.debian.org



libxcursor_1.1.12-1_amd64.changes ACCEPTED into unstable

2011-06-30 Thread Debian FTP Masters



Accepted:
libxcursor-dev_1.1.12-1_amd64.deb
  to main/libx/libxcursor/libxcursor-dev_1.1.12-1_amd64.deb
libxcursor1-dbg_1.1.12-1_amd64.deb
  to main/libx/libxcursor/libxcursor1-dbg_1.1.12-1_amd64.deb
libxcursor1-udeb_1.1.12-1_amd64.udeb
  to main/libx/libxcursor/libxcursor1-udeb_1.1.12-1_amd64.udeb
libxcursor1_1.1.12-1_amd64.deb
  to main/libx/libxcursor/libxcursor1_1.1.12-1_amd64.deb
libxcursor_1.1.12-1.diff.gz
  to main/libx/libxcursor/libxcursor_1.1.12-1.diff.gz
libxcursor_1.1.12-1.dsc
  to main/libx/libxcursor/libxcursor_1.1.12-1.dsc
libxcursor_1.1.12.orig.tar.gz
  to main/libx/libxcursor/libxcursor_1.1.12.orig.tar.gz


Override entries for your package:
libxcursor-dev_1.1.12-1_amd64.deb - optional libdevel
libxcursor1-dbg_1.1.12-1_amd64.deb - extra debug
libxcursor1-udeb_1.1.12-1_amd64.udeb - optional debian-installer
libxcursor1_1.1.12-1_amd64.deb - optional libs
libxcursor_1.1.12-1.dsc - source devel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1qcf17-0005rx...@franck.debian.org



Processing of libxrandr_1.3.2-2_amd64.changes

2011-06-30 Thread Debian FTP Masters
libxrandr_1.3.2-2_amd64.changes uploaded successfully to localhost
along with the files:
  libxrandr_1.3.2-2.dsc
  libxrandr_1.3.2-2.diff.gz
  libxrandr2_1.3.2-2_amd64.deb
  libxrandr2-dbg_1.3.2-2_amd64.deb
  libxrandr-dev_1.3.2-2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1qcf2g-00069w...@franck.debian.org



libxrandr_1.3.2-2_amd64.changes ACCEPTED into unstable

2011-06-30 Thread Debian FTP Masters



Accepted:
libxrandr-dev_1.3.2-2_amd64.deb
  to main/libx/libxrandr/libxrandr-dev_1.3.2-2_amd64.deb
libxrandr2-dbg_1.3.2-2_amd64.deb
  to main/libx/libxrandr/libxrandr2-dbg_1.3.2-2_amd64.deb
libxrandr2_1.3.2-2_amd64.deb
  to main/libx/libxrandr/libxrandr2_1.3.2-2_amd64.deb
libxrandr_1.3.2-2.diff.gz
  to main/libx/libxrandr/libxrandr_1.3.2-2.diff.gz
libxrandr_1.3.2-2.dsc
  to main/libx/libxrandr/libxrandr_1.3.2-2.dsc


Override entries for your package:
libxrandr-dev_1.3.2-2_amd64.deb - optional libdevel
libxrandr2-dbg_1.3.2-2_amd64.deb - extra debug
libxrandr2_1.3.2-2_amd64.deb - optional libs
libxrandr_1.3.2-2.dsc - source x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1qcffy-0006lr...@franck.debian.org



xfonts-utils: Changes to 'refs/tags/xfonts-utils-1_7.6+1'

2011-06-30 Thread Cyril Brulebois
Tag 'xfonts-utils-1_7.6+1' created by Cyril Brulebois k...@debian.org at 
2011-06-30 12:09 +

Tagging upload of xfonts-utils 1:7.6+1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4MZ3wACgkQeGfVPHR5Nd3ZMACfX4x9jrk81hc165Nrk7qj/dxP
CfMAnjb41AqRhoihnsYkv+DUtSC1vrJu
=WENh
-END PGP SIGNATURE-

Changes since xfonts-utils-1_7.6-1:
Cyril Brulebois (8):
  Mention upstream git URL in a comment.
  mkfontscale 1.0.9
  Update Uploaders list. Thanks, David  Brice!
  Wrap Depends/Replaces.
  Kill trailing space.
  Remove long obsolete Replaces.
  Bump Standards-Version to 3.9.2 (no changes).
  Upload to unstable.

---
 debian/changelog|   10 
 debian/control  |   13 -
 debian/watch.bdftopcf   |1 
 debian/watch.font-util  |1 
 debian/watch.fonttosfnt |1 
 debian/watch.mkfontdir  |1 
 debian/watch.mkfontscale|1 
 mkfontscale/ChangeLog   |  143 +
 mkfontscale/Makefile.am |   15 -
 mkfontscale/Makefile.in |  293 ++-
 mkfontscale/aclocal.m4  |  424 
 mkfontscale/configure   |  112 ++
 mkfontscale/configure.ac|   14 -
 mkfontscale/list.c  |   44 +++-
 mkfontscale/list.h  |9 
 mkfontscale/man/Makefile.am |   12 +
 mkfontscale/man/Makefile.in |  417 +++
 mkfontscale/man/mkfontscale.man |  156 ++
 mkfontscale/mkfontscale.c   |   27 +-
 mkfontscale/mkfontscale.man |  156 --
 20 files changed, 1466 insertions(+), 384 deletions(-)
---


-- 
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/e1qcg7x-000127...@vasks.debian.org



xfonts-utils: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 debian/changelog|   10 
 debian/control  |   13 -
 mkfontscale/ChangeLog   |  143 +
 mkfontscale/Makefile.am |   15 -
 mkfontscale/Makefile.in |  293 ++-
 mkfontscale/aclocal.m4  |  424 
 mkfontscale/configure   |  112 ++
 mkfontscale/configure.ac|   14 -
 mkfontscale/list.c  |   44 +++-
 mkfontscale/list.h  |9 
 mkfontscale/man/Makefile.am |   12 +
 mkfontscale/man/Makefile.in |  417 +++
 mkfontscale/man/mkfontscale.man |  156 ++
 mkfontscale/mkfontscale.c   |   27 +-
 mkfontscale/mkfontscale.man |  156 --
 15 files changed, 1461 insertions(+), 384 deletions(-)

New commits:
commit efb5b05b635a8a34ea8a564116d11875591e20de
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:09:13 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index baba412..f3a3ddf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xfonts-utils (1:7.6+1) UNRELEASED; urgency=low
+xfonts-utils (1:7.6+1) unstable; urgency=low
 
   * mkfontscale 1.0.9
   * Update Uploaders list. Thanks, David  Brice!
@@ -6,7 +6,7 @@ xfonts-utils (1:7.6+1) UNRELEASED; urgency=low
   * Remove long obsolete Replaces.
   * Bump Standards-Version to 3.9.2 (no changes).
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:01:58 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:09:10 +0200
 
 xfonts-utils (1:7.6~1) unstable; urgency=low
 

commit 323a068434e2fbedc2e0f74498bdbbf68daf542a
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:09:06 2011 +0200

Bump Standards-Version to 3.9.2 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 5a43c75..baba412 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xfonts-utils (1:7.6+1) UNRELEASED; urgency=low
   * Update Uploaders list. Thanks, David  Brice!
   * Wrap Depends/Replaces.
   * Remove long obsolete Replaces.
+  * Bump Standards-Version to 3.9.2 (no changes).
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:01:58 +0200
 
diff --git a/debian/control b/debian/control
index 0dbb164..de91996 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends:
  libfreetype6-dev,
  libfontenc-dev,
  xutils-dev (= 1:7.5+4),
-Standards-Version: 3.8.3
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/font/xfonts-utils
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/font/xfonts-utils.git
 

commit d41d4329b74e844a289f957c84a45b6769929682
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:08:37 2011 +0200

Remove long obsolete Replaces.

diff --git a/debian/changelog b/debian/changelog
index 3c5f01f..5a43c75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xfonts-utils (1:7.6+1) UNRELEASED; urgency=low
   * mkfontscale 1.0.9
   * Update Uploaders list. Thanks, David  Brice!
   * Wrap Depends/Replaces.
+  * Remove long obsolete Replaces.
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:01:58 +0200
 
diff --git a/debian/control b/debian/control
index 15372ab..0dbb164 100644
--- a/debian/control
+++ b/debian/control
@@ -24,9 +24,6 @@ Depends:
  ${misc:Depends},
  x11-common,
  xfonts-encodings,
-Replaces:
- xutils ( 1:1.0.1-1),
- fonttosfnt ( 1.0.4),
 Description: X Window System font utility programs
  xfonts-utils provides a set of utility programs shipped with the X Window
  System that are needed for font management.

commit 599081fa1614612047514632b43fa7774afa2248
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:06:47 2011 +0200

Kill trailing space.

diff --git a/debian/control b/debian/control
index 788d762..15372ab 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Replaces:
  xutils ( 1:1.0.1-1),
  fonttosfnt ( 1.0.4),
 Description: X Window System font utility programs
- xfonts-utils provides a set of utility programs shipped with the X Window 
+ xfonts-utils provides a set of utility programs shipped with the X Window
  System that are needed for font management.
  .
  The programs in this package include:

commit f61e58fe557ab61fd1e0ea9de944160658bc165d
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:06:08 2011 +0200

Wrap Depends/Replaces.

diff --git a/debian/changelog b/debian/changelog
index 1fc92e0..3c5f01f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xfonts-utils (1:7.6+1) UNRELEASED; urgency=low
 
   * mkfontscale 1.0.9
   * Update Uploaders list. Thanks, David  Brice!
+  * Wrap Depends/Replaces.
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:01:58 +0200
 
diff --git a/debian/control b/debian/control
index 16de616..788d762 100644
--- a/debian/control
+++ b/debian/control
@@ -19,8 +19,14 @@ Vcs-Browser: 

x11-session-utils: Changes to 'refs/tags/x11-session-utils-7.6+2'

2011-06-30 Thread Cyril Brulebois
Tag 'x11-session-utils-7.6+2' created by Cyril Brulebois k...@debian.org at 
2011-06-30 12:20 +

Tagging upload of x11-session-utils 7.6+2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4MahQACgkQeGfVPHR5Nd1DxACgrHWlprHAHtIHrZ864UM0bLl2
dBIAnj7MQly2g1IYn2Ha8IJt6+nFXtPV
=ocnA
-END PGP SIGNATURE-

Changes since x11-session-utils-7.6+1:
Cyril Brulebois (5):
  smproxy 1.0.5
  Wrap Depends/Conflicts/Replaces.
  Drop Conflicts and Replaces, all of those packages are long gone.
  Bump Standards-Version to 3.9.2 (no changes).
  Upload to unstable.

---
 debian/changelog|9 
 debian/control  |9 
 smproxy/ChangeLog   |   72 ++
 smproxy/Makefile.am |   18 -
 smproxy/Makefile.in |  295 ++-
 smproxy/aclocal.m4  |  514 
 smproxy/configure   |  121 ++-
 smproxy/configure.ac|   11 -
 smproxy/man/Makefile.am |   12 +
 smproxy/man/Makefile.in |  413 ++
 smproxy/man/smproxy.man |   72 ++
 smproxy/save.c  |   16 -
 smproxy/smproxy.man |   72 --
 13 files changed, 1306 insertions(+), 328 deletions(-)
---


-- 
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/e1qcgfl-0005nq...@vasks.debian.org



x11-session-utils: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 debian/changelog|9 
 debian/control  |9 
 smproxy/ChangeLog   |   72 ++
 smproxy/Makefile.am |   18 -
 smproxy/Makefile.in |  295 ++-
 smproxy/aclocal.m4  |  514 
 smproxy/configure   |  121 ++-
 smproxy/configure.ac|   11 -
 smproxy/man/Makefile.am |   12 +
 smproxy/man/Makefile.in |  413 ++
 smproxy/man/smproxy.man |   72 ++
 smproxy/save.c  |   16 -
 smproxy/smproxy.man |   72 --
 13 files changed, 1306 insertions(+), 328 deletions(-)

New commits:
commit 5841f2f986a83cde2a0c85a254cc839c1f34acf5
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:20:03 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 80b0524..b879cc5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-x11-session-utils (7.6+2) UNRELEASED; urgency=low
+x11-session-utils (7.6+2) unstable; urgency=low
 
   * smproxy 1.0.5
   * Wrap Depends/Conflicts/Replaces.
   * Drop Conflicts and Replaces, all of those packages are long gone.
   * Bump Standards-Version to 3.9.2 (no changes).
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:15:34 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:19:59 +0200
 
 x11-session-utils (7.6+1) unstable; urgency=low
 

commit faede5348273deffbcb92e0de57fe632cdb25e34
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:19:34 2011 +0200

Bump Standards-Version to 3.9.2 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 1f73dc0..80b0524 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ x11-session-utils (7.6+2) UNRELEASED; urgency=low
   * smproxy 1.0.5
   * Wrap Depends/Conflicts/Replaces.
   * Drop Conflicts and Replaces, all of those packages are long gone.
+  * Bump Standards-Version to 3.9.2 (no changes).
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:15:34 +0200
 
diff --git a/debian/control b/debian/control
index fe1215e..d14ccf0 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Build-Depends:
 # smproxy: libxt-dev, libxmuu-dev, libsm-dev
 # xsm: openssh-client | ssh, libxaw7-dev, libxt-dev, libsm-dev
 #  libice-dev, libx11-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-session-utils
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-session-utils.git
 

commit 45cf457e1f5ec161a0d291607b278fa0e024af14
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:19:22 2011 +0200

Drop Conflicts and Replaces, all of those packages are long gone.

diff --git a/debian/changelog b/debian/changelog
index 45201f6..1f73dc0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11-session-utils (7.6+2) UNRELEASED; urgency=low
 
   * smproxy 1.0.5
   * Wrap Depends/Conflicts/Replaces.
+  * Drop Conflicts and Replaces, all of those packages are long gone.
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:15:34 +0200
 
diff --git a/debian/control b/debian/control
index d5e645b..fe1215e 100644
--- a/debian/control
+++ b/debian/control
@@ -33,14 +33,6 @@ Depends:
  ${shlibs:Depends},
  ${misc:Depends},
  cpp,
-Conflicts:
- smproxy,
- xsm (= 1:1.0.1-1),
-Replaces:
- xbase-clients (= 1:7.2.ds2-3),
- xutils (= 1:7.1.ds.3-1),
- smproxy,
- xsm (= 1:1.0.1-1),
 Description: X session utilities
  This package provides the X session manager and related tools:
   - rstart;

commit 360fbc82b76c46b0f78b1928df942f8ecc55ecd6
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:17:55 2011 +0200

Wrap Depends/Conflicts/Replaces.

diff --git a/debian/changelog b/debian/changelog
index 8e0cac4..45201f6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11-session-utils (7.6+2) UNRELEASED; urgency=low
 
   * smproxy 1.0.5
+  * Wrap Depends/Conflicts/Replaces.
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 14:15:34 +0200
 
diff --git a/debian/control b/debian/control
index c560b04..d5e645b 100644
--- a/debian/control
+++ b/debian/control
@@ -29,9 +29,18 @@ Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/app/x11-session-utils.git
 
 Package: x11-session-utils
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, cpp
-Conflicts: smproxy, xsm (= 1:1.0.1-1)
-Replaces: xbase-clients (= 1:7.2.ds2-3), xutils (= 1:7.1.ds.3-1), smproxy, 
xsm (= 1:1.0.1-1)
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ cpp,
+Conflicts:
+ smproxy,
+ xsm (= 1:1.0.1-1),
+Replaces:
+ xbase-clients (= 1:7.2.ds2-3),
+ xutils (= 1:7.1.ds.3-1),
+ smproxy,
+ xsm (= 1:1.0.1-1),
 Description: X session utilities
  This package provides the X session manager and related tools:
   - rstart;

commit dc6498a5744dc69972599def70a414544f54e3ab
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 14:15:38 2011 +0200

smproxy 1.0.5

diff --git 

Processing of xfonts-utils_7.6+1_amd64.changes

2011-06-30 Thread Debian FTP Masters
xfonts-utils_7.6+1_amd64.changes uploaded successfully to localhost
along with the files:
  xfonts-utils_7.6+1.dsc
  xfonts-utils_7.6+1.tar.gz
  xfonts-utils_7.6+1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1qcgd1-0004gd...@franck.debian.org



Processing of x11-session-utils_7.6+2_amd64.changes

2011-06-30 Thread Debian FTP Masters
x11-session-utils_7.6+2_amd64.changes uploaded successfully to localhost
along with the files:
  x11-session-utils_7.6+2.dsc
  x11-session-utils_7.6+2.tar.gz
  x11-session-utils_7.6+2_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1qcghr-0004op...@franck.debian.org



x11-session-utils_7.6+2_amd64.changes ACCEPTED into unstable

2011-06-30 Thread Debian FTP Masters



Accepted:
x11-session-utils_7.6+2.dsc
  to main/x/x11-session-utils/x11-session-utils_7.6+2.dsc
x11-session-utils_7.6+2.tar.gz
  to main/x/x11-session-utils/x11-session-utils_7.6+2.tar.gz
x11-session-utils_7.6+2_amd64.deb
  to main/x/x11-session-utils/x11-session-utils_7.6+2_amd64.deb


Override entries for your package:
x11-session-utils_7.6+2.dsc - source x11
x11-session-utils_7.6+2_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1qcgpz-0005va...@franck.debian.org



xfonts-utils_7.6+1_amd64.changes ACCEPTED into unstable

2011-06-30 Thread Debian FTP Masters



Accepted:
xfonts-utils_7.6+1.dsc
  to main/x/xfonts-utils/xfonts-utils_7.6+1.dsc
xfonts-utils_7.6+1.tar.gz
  to main/x/xfonts-utils/xfonts-utils_7.6+1.tar.gz
xfonts-utils_7.6+1_amd64.deb
  to main/x/xfonts-utils/xfonts-utils_7.6+1_amd64.deb


Override entries for your package:
xfonts-utils_7.6+1.dsc - source x11
xfonts-utils_7.6+1_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1qcgq9-0005yx...@franck.debian.org



x11-utils: Changes to 'refs/tags/x11-utils-7.6+3'

2011-06-30 Thread Cyril Brulebois
Tag 'x11-utils-7.6+3' created by Cyril Brulebois k...@debian.org at 
2011-06-30 13:17 +

Tagging upload of x11-utils 7.6+3 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEABECAAYFAk4Md2UACgkQeGfVPHR5Nd0WWwCZAWF7ajIrrwKxUvBUmFl5hrfM
OVwAoMPXRlhw83WZsFLOx54rmjPnPYAt
=wrw6
-END PGP SIGNATURE-

Changes since x11-utils-7.6+2:
Cyril Brulebois (4):
  xprop 1.2.1
  xwininfo 1.1.2
  Bump Standards-Version to 3.9.2 (no changes).
  Upload to unstable.

---
 debian/changelog  |8 
 debian/control|2 
 xprop/ChangeLog   |  116 
 xprop/Makefile.am |   17 -
 xprop/Makefile.in |  293 +--
 xprop/aclocal.m4  |  424 +-
 xprop/configure   |  121 -
 xprop/configure.ac|   11 -
 xprop/dsimple.c   |   24 --
 xprop/dsimple.h   |   11 -
 xprop/man/Makefile.am |   12 +
 xprop/man/Makefile.in |  415 +
 xprop/man/xprop.man   |  358 ++
 xprop/xprop.c |   59 +++---
 xprop/xprop.man   |  356 --
 xwininfo/ChangeLog|   81 
 xwininfo/Makefile.am  |   18 -
 xwininfo/Makefile.in  |  294 +--
 xwininfo/aclocal.m4   |  424 +-
 xwininfo/autogen.sh   |   13 -
 xwininfo/configure|  105 +++
 xwininfo/configure.ac |   11 -
 xwininfo/dsimple.c|   30 +--
 xwininfo/man/Makefile.am  |   12 +
 xwininfo/man/Makefile.in  |  415 +
 xwininfo/man/xwininfo.man |  204 ++
 xwininfo/xwininfo.c   |  170 +-
 xwininfo/xwininfo.man |  204 --
 28 files changed, 3070 insertions(+), 1138 deletions(-)
---


-- 
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/e1qchbd-00022b...@vasks.debian.org



x11-utils: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 debian/changelog  |8 
 debian/control|2 
 xprop/ChangeLog   |  116 
 xprop/Makefile.am |   17 -
 xprop/Makefile.in |  293 +--
 xprop/aclocal.m4  |  424 +-
 xprop/configure   |  121 -
 xprop/configure.ac|   11 -
 xprop/dsimple.c   |   24 --
 xprop/dsimple.h   |   11 -
 xprop/man/Makefile.am |   12 +
 xprop/man/Makefile.in |  415 +
 xprop/man/xprop.man   |  358 ++
 xprop/xprop.c |   59 +++---
 xprop/xprop.man   |  356 --
 xwininfo/ChangeLog|   81 
 xwininfo/Makefile.am  |   18 -
 xwininfo/Makefile.in  |  294 +--
 xwininfo/aclocal.m4   |  424 +-
 xwininfo/autogen.sh   |   13 -
 xwininfo/configure|  105 +++
 xwininfo/configure.ac |   11 -
 xwininfo/dsimple.c|   30 +--
 xwininfo/man/Makefile.am  |   12 +
 xwininfo/man/Makefile.in  |  415 +
 xwininfo/man/xwininfo.man |  204 ++
 xwininfo/xwininfo.c   |  170 +-
 xwininfo/xwininfo.man |  204 --
 28 files changed, 3070 insertions(+), 1138 deletions(-)

New commits:
commit 783bba32b29080e82f8df0313addca425cdf4388
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 15:17:05 2011 +0200

Upload to unstable.

diff --git a/debian/changelog b/debian/changelog
index 9277868..cd47046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-x11-utils (7.6+3) UNRELEASED; urgency=low
+x11-utils (7.6+3) unstable; urgency=low
 
   * xprop 1.2.1
   * xwininfo 1.1.2
   * Bump Standards-Version to 3.9.2 (no changes).
 
- -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 15:12:57 +0200
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 15:17:02 +0200
 
 x11-utils (7.6+2) unstable; urgency=low
 

commit 418fbff461a8f5c4d0de024798b43feea9f1b05a
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 15:16:36 2011 +0200

Bump Standards-Version to 3.9.2 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 3cc110e..9277868 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ x11-utils (7.6+3) UNRELEASED; urgency=low
 
   * xprop 1.2.1
   * xwininfo 1.1.2
+  * Bump Standards-Version to 3.9.2 (no changes).
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 15:12:57 +0200
 
diff --git a/debian/control b/debian/control
index 2de8d85..95358b5 100644
--- a/debian/control
+++ b/debian/control
@@ -55,7 +55,7 @@ Build-Depends:
 # xvinfo: libxv-dev, libx11-dev
 # xwininfo: libxmuu-dev, libxext-dev, libx11-dev, libxcb-shape0-dev,
 #   x11proto-core-dev
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-utils
 Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-utils.git
 

commit 5088cb1378ee18a61c04747efadacb57b179d407
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 15:15:01 2011 +0200

xwininfo 1.1.2

diff --git a/debian/changelog b/debian/changelog
index 2674247..3cc110e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 x11-utils (7.6+3) UNRELEASED; urgency=low
 
   * xprop 1.2.1
+  * xwininfo 1.1.2
 
  -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 15:12:57 +0200
 
diff --git a/xwininfo/ChangeLog b/xwininfo/ChangeLog
index 6ac85ee..797f1a6 100644
--- a/xwininfo/ChangeLog
+++ b/xwininfo/ChangeLog
@@ -1,3 +1,84 @@
+commit 1c58b461a84a8e75c53ce863470a5c8d8201261b
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jun 29 21:25:38 2011 -0700
+
+xwininfo 1.1.2
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 7cdc6223e7d7f79050df680d3b6d06653d75dd46
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jun 17 21:44:39 2011 -0700
+
+Update to xcb-icccm 0.3.8 API
+
+Changes all names to the xcb_icccm_* namespaced versions.
+Requires xcb-icccm 0.3.8 (from new xcb-util-wm package) if used.
+Still disabled by default, only enabled with --with-xcb-icccm
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit 456b0fafa73f1227adf07ee924b316cbf9fe83cb
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Tue Jun 7 23:00:06 2011 -0700
+
+When matching window names, ensure name lengths match too
+
+Prevents strncmp returning on partial matches when one is shorter.
+https://bugs.freedesktop.org/show_bug.cgi?id=37710
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Mark Kettenis kette...@openbsd.org
+
+commit ee3b33c9e757b8d7f9f4c9761f3c66826adc4f59
+Author: Gaetan Nadon mems...@videotron.ca

Processing of x11-utils_7.6+3_amd64.changes

2011-06-30 Thread Debian FTP Masters
x11-utils_7.6+3_amd64.changes uploaded successfully to localhost
along with the files:
  x11-utils_7.6+3.dsc
  x11-utils_7.6+3.tar.gz
  x11-utils_7.6+3_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
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/e1qche3-0001cy...@franck.debian.org



x11-utils_7.6+3_amd64.changes ACCEPTED into unstable

2011-06-30 Thread Debian FTP Masters



Accepted:
x11-utils_7.6+3.dsc
  to main/x/x11-utils/x11-utils_7.6+3.dsc
x11-utils_7.6+3.tar.gz
  to main/x/x11-utils/x11-utils_7.6+3.tar.gz
x11-utils_7.6+3_amd64.deb
  to main/x/x11-utils/x11-utils_7.6+3_amd64.deb


Override entries for your package:
x11-utils_7.6+3.dsc - source x11
x11-utils_7.6+3_amd64.deb - optional x11

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
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/e1qchmm-0002mu...@franck.debian.org



x11-apps: Changes to 'debian-unstable'

2011-06-30 Thread Cyril Brulebois
 debian/changelog |6 
 xman/ChangeLog   |  116 +
 xman/Makefile.am |   17 --
 xman/Makefile.in |  281 -
 xman/ScrollByL.c |4 
 xman/aclocal.m4  |  424 +--
 xman/buttons.c   |7 
 xman/configure   |  122 +-
 xman/configure.ac|   22 +-
 xman/handler.c   |   30 +--
 xman/main.c  |6 
 xman/man.h   |2 
 xman/man/Makefile.am |   12 +
 xman/man/Makefile.in |  417 ++
 xman/man/xman.man|  387 ++
 xman/misc.c  |   69 +++-
 xman/vendor.c|6 
 xman/xman.man|  387 --
 18 files changed, 1668 insertions(+), 647 deletions(-)

New commits:
commit 1cf93275dad9ba25040619b9420e0208cb570839
Author: Cyril Brulebois k...@debian.org
Date:   Thu Jun 30 15:59:24 2011 +0200

xman 1.1.2

diff --git a/debian/changelog b/debian/changelog
index d361c50..0c8dc4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+x11-apps (7.6+5) UNRELEASED; urgency=low
+
+  * xman 1.1.2
+
+ -- Cyril Brulebois k...@debian.org  Thu, 30 Jun 2011 15:59:20 +0200
+
 x11-apps (7.6+4) unstable; urgency=low
 
   * debian/rules::get-tarballs: pass --destdir . to uscan
diff --git a/xman/ChangeLog b/xman/ChangeLog
index 71330dd..06e5d8a 100644
--- a/xman/ChangeLog
+++ b/xman/ChangeLog
@@ -1,3 +1,119 @@
+commit 0824a8ce82e053723b661bf1c2864e52eebac917
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Wed Jun 29 20:53:53 2011 -0700
+
+xman 1.1.2
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+
+commit b8e4ebb00593d8b58815921cf5eb2d1e8a3738a7
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Mar 4 18:16:48 2011 -0800
+
+Remove xmu dependency by inlining AssignMax macro
+
+No calls from libXmu were used, just one instance of one simple macro
+that made the code harder to understand, so stop requiring it and
+linking directly to it.   (Of course, libXaw still depends on it, so
+it will still be loaded indirectly.)
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Matt Turner matts...@gmail.com
+
+commit ca7ff690136a35b8dad90271db5966cc9614b1c1
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jan 28 23:10:22 2011 -0800
+
+Use snprintf to PATH_MAX sized buffers to construct filenames
+
+Simpler than trying to calculate the size to malloc.
+
+Could have used XtAsprintf() but didn't seem worth the dependency
+for two simple calls with a standard, well-known maximum size.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Dirk Wallenstein hals...@t-online.de
+
+commit 48709d1ed5002255fa322cb3f0c4b8d5a5a7f3de
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jan 28 22:38:08 2011 -0800
+
+Convert more sprintf calls to snprintf
+
+Previous conversion seems to have missed many calls right next to ones
+that were converted to snprintf already
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Dirk Wallenstein hals...@t-online.de
+
+commit 35265840bba5aa4098b2f12522ef4c80b17c604a
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jan 28 22:35:35 2011 -0800
+
+Don't need to copy static strings to a buffer before calling PopupWarning
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Dirk Wallenstein hals...@t-online.de
+
+commit 72817de248a160ae84532662268b380b701908e8
+Author: Alan Coopersmith alan.coopersm...@oracle.com
+Date:   Fri Jan 28 22:24:47 2011 -0800
+
+Mark string argument to PopupWarning as a const char *
+
+PopupWarning just copies the string into the message it displays,
+via snprintf, and never writes to it.
+
+Signed-off-by: Alan Coopersmith alan.coopersm...@oracle.com
+Reviewed-by: Dirk Wallenstein hals...@t-online.de
+
+commit 382d261e50ac976001376c3a660fba0a55faad6d
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Thu Jan 13 14:18:09 2011 -0500
+
+config: move man pages into their own directory
+
+Use services provided by XORG_MANPAGE_SECTIONS.
+Use standard Makefile for man pages.
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit 461b7068c522a9a3a92cd64ac1b664d079803807
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Thu Jan 13 14:12:46 2011 -0500
+
+man: replace hard coded man page section with substitution strings
+
+Signed-off-by: Gaetan Nadon mems...@videotron.ca
+
+commit d7cb024227f8df08840937335ddf3f6f1bc95bef
+Author: Gaetan Nadon mems...@videotron.ca
+Date:   Thu Jan 13 11:15:47 2011 -0500
+
+man: remove trailing spaces and tabs
+
+Using s/[ \t]*$//
+
+

xserver-xorg-video-ati: Changes to 'ubuntu'

2011-06-30 Thread Timo Aaltonen
 ChangeLog  | 1760 

 configure.ac   |2 
 debian/README.source   |   24 
 debian/changelog   |   79 
 debian/compat  |2 
 debian/control |   22 
 debian/patches/101_fix_build_aginst_1.10rc3.diff   |   32 
 debian/patches/102_disable_pageflipping_for_transformed_displays.patch |   64 
 debian/patches/series  |3 
 debian/rules   |  132 
 debian/watch   |1 
 debian/xserver-xorg-video-ati.install  |1 
 debian/xserver-xorg-video-ati.manpages |1 
 debian/xserver-xorg-video-radeon.install   |1 
 debian/xserver-xorg-video-radeon.manpages  |1 
 debian/xserver-xorg-video-radeon.postinst.in   |   25 
 debian/xserver-xorg-video-radeon.postrm.in |   21 
 debian/xserver-xorg-video-radeon.preinst.in|   17 
 debian/xserver-xorg-video-radeon.prerm.in  |   21 
 debian/xsfbs/repack.sh |   32 
 debian/xsfbs/xsfbs.mk  |  285 
 debian/xsfbs/xsfbs.sh  |  622 -
 man/radeon.man |   18 
 src/Makefile.am|5 
 src/ati_pciids_gen.h   |   21 
 src/atombios_output.c  |5 
 src/cayman_accel.c |  307 
 src/cayman_reg.h   |  236 
 src/cayman_reg_auto.h  | 4351 
++
 src/cayman_shader.c| 3165 
+++
 src/cayman_shader.h|  279 
 src/drmmode_display.c  |   50 
 src/evergreen_accel.c  |  124 
 src/evergreen_exa.c|  502 -
 src/evergreen_reg.h|3 
 src/evergreen_shader.c |   60 
 src/evergreen_shader.h |   66 
 src/evergreen_state.h  |   24 
 src/evergreen_textured_videofuncs.c|   79 
 src/pcidb/ati_pciids.csv   |   21 
 src/r600_exa.c |  342 
 src/r600_reg.h |   21 
 src/r600_shader.c  |   60 
 src/r600_shader.h  |   80 
 src/r600_state.h   |7 
 src/r600_textured_videofuncs.c |   49 
 src/r6xx_accel.c   |   77 
 src/radeon.h   |   10 
 src/radeon_atombios.c  |   28 
 src/radeon_chipinfo_gen.h  |   21 
 src/radeon_chipset_gen.h   |   21 
 src/radeon_crtc.c  |2 
 src/radeon_dri2.c  |  121 
 src/radeon_driver.c|5 
 src/radeon_exa.c   |   34 
 src/radeon_exa_funcs.c |   14 
 src/radeon_exa_render.c|   36 
 src/radeon_kms.c   |  118 
 src/radeon_legacy_memory.c |2 
 src/radeon_output.c|8 
 src/radeon_pci_chipset_gen.h   |   21 
 src/radeon_pci_device_match_gen.h  |   21 
 

xserver-xorg-video-ati: Changes to 'ubuntu'

2011-06-30 Thread Timo Aaltonen
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit f1e0ac961bb0003c58f52d61a4c9e7cb76d53180
Author: Timo Aaltonen tjaal...@ubuntu.com
Date:   Thu Jun 30 18:41:45 2011 +0300

It builds, so release

diff --git a/debian/changelog b/debian/changelog
index c78eb1f..20934c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-video-ati (1:6.14.2-1ubuntu1) UNRELEASED; urgency=low
+xserver-xorg-video-ati (1:6.14.2-1ubuntu1) oneiric; urgency=low
 
   * Merged with Debian unstable, remaining changes:
 + debian/patches/100_radeon-6.9.0-bgnr-enable.patch:
@@ -13,7 +13,7 @@ xserver-xorg-video-ati (1:6.14.2-1ubuntu1) UNRELEASED; 
urgency=low
 - included upstream
   * Drop the change removing radeon-kms.conf, obsolete since 10.04 final.
 
- -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 30 Jun 2011 18:00:40 +0300
+ -- Timo Aaltonen tjaal...@ubuntu.com  Thu, 30 Jun 2011 18:41:32 +0300
 
 xserver-xorg-video-ati (1:6.14.2-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/e1qcjon-0001qi...@vasks.debian.org



Processed: reassign 632134 to src:xorg-server

2011-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 632134 src:xorg-server 2:1.10.2-1
Bug #632134 [xserver-xorg-video-intel] xserver-xorg-video-intel: segfault on 
xsetroot
Bug reassigned from package 'xserver-xorg-video-intel' to 'src:xorg-server'.
Bug No longer marked as found in versions xserver-xorg-video-intel/2:2.15.0-3.
Bug #632134 [src:xorg-server] xserver-xorg-video-intel: segfault on xsetroot
Bug Marked as found in versions xorg-server/2:1.10.2-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
632134: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632134
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.130945080017433.transcr...@bugs.debian.org



Processed: [bts-link] source package xserver-xorg-video-intel

2011-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #
 # bts-link upstream status pull for source package xserver-xorg-video-intel
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #619033 (http://bugs.debian.org/619033)
 #  * https://bugs.freedesktop.org/show_bug.cgi?id=28306
 #  * remote status changed: REOPENED - RESOLVED
 #  * remote resolution changed: (?) - WONTFIX
 #  * upstream said bug is wontfix
 tags 619033 + upstream wontfix
Bug #619033 [xserver-xorg-video-intel] xserver-xorg-video-intel: External 
screen shakes
Added tag(s) upstream and wontfix.
 usertags 619033 - status-REOPENED
Bug#619033: xserver-xorg-video-intel: External screen shakes
Usertags were: status-REOPENED.
Usertags are now: .
 usertags 619033 + status-RESOLVED resolution-WONTFIX
Bug#619033: xserver-xorg-video-intel: External screen shakes
There were no usertags set.
Usertags are now: resolution-WONTFIX status-RESOLVED.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
619033: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619033
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.130945166720513.transcr...@bugs.debian.org



[bts-link] source package xserver-xorg-video-intel

2011-06-30 Thread bts-link-upstream
#
# bts-link upstream status pull for source package xserver-xorg-video-intel
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #619033 (http://bugs.debian.org/619033)
#  * https://bugs.freedesktop.org/show_bug.cgi?id=28306
#  * remote status changed: REOPENED - RESOLVED
#  * remote resolution changed: (?) - WONTFIX
#  * upstream said bug is wontfix
tags 619033 + upstream wontfix
usertags 619033 - status-REOPENED
usertags 619033 + status-RESOLVED resolution-WONTFIX

thanks


--
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/20110630163426.12991.11670.btsl...@busoni.debian.org



[bts-link] source package mesa

2011-06-30 Thread bts-link-upstream
#
# bts-link upstream status pull for source package mesa
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #631516 (http://bugs.debian.org/631516)
#  * https://bugs.freedesktop.org/show_bug.cgi?id=38642
#  * remote status changed: (?) - RESOLVED
#  * remote resolution changed: (?) - FIXED
usertags 631516 + status-RESOLVED resolution-FIXED

thanks


--
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/20110630163426.12991.23262.btsl...@busoni.debian.org



Processed: tagging 632223

2011-06-30 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 632223 - wheezy
Bug #632223 [xserver-xorg-input-synaptics] Scrolling events arrive even after 
scrolling ended
Removed tag(s) wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
632223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
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/handler.s.c.130945247723135.transcr...@bugs.debian.org



Bug#632247: xserver-xorg-video-nouveau: xserver crash after gdm3 login, EQ overflowing... (gdb backtrace attached)

2011-06-30 Thread Sven Joachim
On 2011-06-30 21:53 +0200, Thomas PIERSON wrote:

 Package: xserver-xorg-video-nouveau
 Version: 1:0.0.16+git20110411+8378443-1+b1
 Severity: important

 Hi,

 xserver crash just after gdm3 login, during gnome2 loading.

 Symptoms :
 * during window manager loading (gnome2)
 * no reaction on keypress or mouse click
 * mouse pointer still moves
 * could not change to another tty with ctrl-alt-F[1-6]

 Logs :
 * I attach a xorg-log.
 * I attach 3 backtraces I did with gdb. (bt n°1 'gdb.txt.1' seem to be
 interesting)

 I use a kernel 2.6.39-2 .

Please try 3.0.0-rc5 from experimental.  If the problem persists, file a
bug upstream, see http://nouveau.freedesktop.org/wiki/Bugs for
instructions.  Let us know the bug number if you choose to do so.

Cheers,
   Sven



-- 
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/87liwjoyt4@turtle.gmx.de