libxkbcommon_0.3.1-2_amd64.changes ACCEPTED into unstable

2013-09-09 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Sep 2013 01:45:53 +0200
Source: libxkbcommon
Binary: libxkbcommon0 libxkbcommon-dev
Architecture: source amd64
Version: 0.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description: 
 libxkbcommon-dev - library interface to the XKB compiler - development files
 libxkbcommon0 - library interface to the XKB compiler - shared library
Closes: 715560 717723
Changes: 
 libxkbcommon (0.3.1-2) unstable; urgency=low
 .
   * Cherry-pick ec9a02 from upstream, fixes FTBFS on hurd. Closes: #717723.
   * Re-enable the test suite on !linux. Thanks Pino Toscano. Closes: #715560.
Checksums-Sha1: 
 48516faafb6e6ebb991ed350ae4ef436a99f49ac 1449 libxkbcommon_0.3.1-2.dsc
 f58162763148cfe5a87cbb7035f3a80d59e949a2 109614 libxkbcommon_0.3.1-2.diff.gz
 9352135fc4083349e485ee360692e9994b7cb791 121112 libxkbcommon0_0.3.1-2_amd64.deb
 1c0a64f489fc4395db28208ca9588e77b47161b3 161130 
libxkbcommon-dev_0.3.1-2_amd64.deb
Checksums-Sha256: 
 0d9b9ca3822d065e99709d7efcf1dbf2e0555be625fc8a4f59160fdef3067739 1449 
libxkbcommon_0.3.1-2.dsc
 93d51a1b768006e6e55cab446f6b46fc6ee290d1e951599a7b95029c884bae9e 109614 
libxkbcommon_0.3.1-2.diff.gz
 41c37edf586f6cf1c290151c78f5c7433c88fe011a3db5ecd0458d6cf9180702 121112 
libxkbcommon0_0.3.1-2_amd64.deb
 3c96622139260cd3926dd07e48d87627d67aea65b3a2f86ace9baa7210e16a88 161130 
libxkbcommon-dev_0.3.1-2_amd64.deb
Files: 
 891169f558a2952cdb1ed6eb57fe8f5c 1449 x11 optional libxkbcommon_0.3.1-2.dsc
 04a7608155890837ea264148b116eaf4 109614 x11 optional 
libxkbcommon_0.3.1-2.diff.gz
 8eeff5217a655d042e001a70e12dfee0 121112 libs optional 
libxkbcommon0_0.3.1-2_amd64.deb
 c6de9f553afa427c2663396b790d271a 161130 libdevel extra 
libxkbcommon-dev_0.3.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIuXr4ACgkQhTV17EoIsv4mggCgqqBaybKyMhb8PrRqOISJr9Vp
qpsAn07r4UhNWAf/iypU3Iu7HPrx0df4
=Gds4
-END PGP SIGNATURE-


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/e1vjbqf-0004vx...@franck.debian.org



libxkbcommon: Changes to 'refs/tags/libxkbcommon-0.3.1-2'

2013-09-09 Thread Emilio Pozuelo Monfort
Tag 'libxkbcommon-0.3.1-2' created by Emilio Pozuelo Monfort  
at 2013-09-09 23:50 +

Tagging upload of libxkbcommon 0.3.1-2 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEABECAAYFAlIuXtIACgkQhTV17EoIsv6dbwCfbkAHQU73mQV5NsKtkKC4pimB
1LEAoI7yxFfTANElMDbd61hYioWsQIG6
=UrR+
-END PGP SIGNATURE-

Changes since libxkbcommon-0.3.1-1:
Emilio Pozuelo Monfort (3):
  Add changelog entry for the cherry-pick
  Re-enable the test suite on !linux
  Release to unstable

Pino Toscano (1):
  Get rid of the usage of PATH_MAX

---
 debian/changelog  |7 +++
 debian/rules  |6 --
 src/xkbcomp/include.c |   34 +++---
 test/common.c |   41 ++---
 test/test.h   |2 +-
 5 files changed, 69 insertions(+), 21 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/e1vjbef-00014u...@vasks.debian.org



libxkbcommon: Changes to 'debian-unstable'

2013-09-09 Thread Emilio Pozuelo Monfort
 debian/changelog  |7 +++
 debian/rules  |6 --
 src/xkbcomp/include.c |   34 +++---
 test/common.c |   41 ++---
 test/test.h   |2 +-
 5 files changed, 69 insertions(+), 21 deletions(-)

New commits:
commit e6338afa2c9348a5420521763d7452245ac0aa79
Author: Emilio Pozuelo Monfort 
Date:   Tue Sep 10 01:46:03 2013 +0200

Release to unstable

diff --git a/debian/changelog b/debian/changelog
index f0f6fd7..19f4fa2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-libxkbcommon (0.3.1-2) UNRELEASED; urgency=low
+libxkbcommon (0.3.1-2) unstable; urgency=low
 
   * Cherry-pick ec9a02 from upstream, fixes FTBFS on hurd. Closes: #717723.
   * Re-enable the test suite on !linux. Thanks Pino Toscano. Closes: #715560.
 
- -- Emilio Pozuelo Monfort   Tue, 10 Sep 2013 01:33:21 +0200
+ -- Emilio Pozuelo Monfort   Tue, 10 Sep 2013 01:45:53 +0200
 
 libxkbcommon (0.3.1-1) unstable; urgency=low
 

commit ddf1d5d8871b3fdf0c99181e07a010e8440f1688
Author: Emilio Pozuelo Monfort 
Date:   Tue Sep 10 01:35:41 2013 +0200

Re-enable the test suite on !linux

diff --git a/debian/changelog b/debian/changelog
index e2ff8a1..f0f6fd7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libxkbcommon (0.3.1-2) UNRELEASED; urgency=low
 
   * Cherry-pick ec9a02 from upstream, fixes FTBFS on hurd. Closes: #717723.
+  * Re-enable the test suite on !linux. Thanks Pino Toscano. Closes: #715560.
 
  -- Emilio Pozuelo Monfort   Tue, 10 Sep 2013 01:33:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 1614f3c..eb91fca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-
 # We need to point to xkb-data's files. The default should be OK but
 # let's be cautious:
 override_dh_auto_configure:
@@ -15,10 +13,6 @@ override_dh_install:
 override_dh_makeshlibs:
dh_makeshlibs -- -c4
 
-ifneq ($(DEB_HOST_ARCH_OS), linux)
-override_dh_auto_test:
-endif
-
 %:
dh $@ --with autoreconf
 

commit f10695e9ce469242534129017dabb5f291579824
Author: Emilio Pozuelo Monfort 
Date:   Tue Sep 10 01:34:25 2013 +0200

Add changelog entry for the cherry-pick

diff --git a/debian/changelog b/debian/changelog
index 3767050..e2ff8a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libxkbcommon (0.3.1-2) UNRELEASED; urgency=low
+
+  * Cherry-pick ec9a02 from upstream, fixes FTBFS on hurd. Closes: #717723.
+
+ -- Emilio Pozuelo Monfort   Tue, 10 Sep 2013 01:33:21 +0200
+
 libxkbcommon (0.3.1-1) unstable; urgency=low
 
   * Team upload.

commit d0c54da6948ddd0d8c56c138b83943e94b0c0436
Author: Pino Toscano 
Date:   Wed Jul 24 10:05:02 2013 +0200

Get rid of the usage of PATH_MAX

PATH_MAX is optional in POSIX, so avoid its unconditional usage
allocating and freeing buffers as needed.
To avoid too many malloc/free in the for loop in FindFileInXkbPath,
a buffer is grown according to the size needed at each iteration.

diff --git a/src/xkbcomp/include.c b/src/xkbcomp/include.c
index b4a4014..280bbbd 100644
--- a/src/xkbcomp/include.c
+++ b/src/xkbcomp/include.c
@@ -199,17 +199,34 @@ FindFileInXkbPath(struct xkb_context *ctx, const char 
*name,
 {
 unsigned int i;
 FILE *file = NULL;
-char buf[PATH_MAX];
+char *buf = NULL;
 const char *typeDir;
+size_t buf_size = 0, typeDirLen, name_len;
 
 typeDir = DirectoryForInclude(type);
+typeDirLen = strlen(typeDir);
+name_len = strlen(name);
 
 for (i = 0; i < xkb_context_num_include_paths(ctx); i++) {
-int ret = snprintf(buf, sizeof(buf), "%s/%s/%s",
-   xkb_context_include_path_get(ctx, i),
-   typeDir, name);
-if (ret >= (ssize_t) sizeof(buf)) {
-log_err(ctx, "File name (%s/%s/%s) too long\n",
+size_t new_buf_size = strlen(xkb_context_include_path_get(ctx, i)) +
+  typeDirLen + name_len + 3;
+int ret;
+if (new_buf_size > buf_size) {
+void *buf_new = realloc(buf, new_buf_size);
+if (buf_new) {
+buf_size = new_buf_size;
+buf = buf_new;
+} else {
+log_err(ctx, "Cannot realloc for name (%s/%s/%s)\n",
+xkb_context_include_path_get(ctx, i), typeDir, name);
+continue;
+}
+}
+ret = snprintf(buf, buf_size, "%s/%s/%s",
+   xkb_context_include_path_get(ctx, i),
+   typeDir, name);
+if (ret < 0) {
+log_err(ctx, "snprintf error (%s/%s/%s)\n",
 xkb_context_include_path_get(ctx, i), typeDir, name);
 continue;
 }
@@ -242,11 +259,14 @@ FindFileInXkbPath(struct xkb_context *ctx, const char 
*name,
 xkb_c

Processing of libxkbcommon_0.3.1-2_amd64.changes

2013-09-09 Thread Debian FTP Masters
libxkbcommon_0.3.1-2_amd64.changes uploaded successfully to localhost
along with the files:
  libxkbcommon_0.3.1-2.dsc
  libxkbcommon_0.3.1-2.diff.gz
  libxkbcommon0_0.3.1-2_amd64.deb
  libxkbcommon-dev_0.3.1-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/e1vjbfx-0003px...@franck.debian.org



Bug#717723: marked as done (libxkbcommon: FTBFS on hurd-i386: unconditional usage of PATH_MAX)

2013-09-09 Thread Debian Bug Tracking System
Your message dated Tue, 10 Sep 2013 00:03:37 +
with message-id 
and subject line Bug#717723: fixed in libxkbcommon 0.3.1-2
has caused the Debian Bug report #717723,
regarding libxkbcommon: FTBFS on hurd-i386: unconditional usage of PATH_MAX
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
717723: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717723
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libxkbcommon
Version: 0.3.1-1
Severity: important
Tags: patch fixed-upstream
User: debian-h...@lists.debian.org
Usertags: hurd
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=67229

Hi,

libxkbcommon 0.3.1 does not compile on GNU/Hurd [1].

The problem is the unconditional usage of PATH_MAX, optional in POSIX
and not provided on the Hurd.

I reported the problem upstream [2] with a patch, which got accepted.
Could you please backport it? It applies fine to the released 0.3.1.

[1] 
https://buildd.debian.org/status/fetch.php?pkg=libxkbcommon&arch=hurd-i386&ver=0.3.1-1&stamp=1370737530
[2] https://bugs.freedesktop.org/show_bug.cgi?id=67229

Thanks,
-- 
Pino
>From b0ad0cbf99c835ff346f0cd0f3aa0d2e45686923 Mon Sep 17 00:00:00 2001
From: Pino Toscano 
Date: Wed, 24 Jul 2013 10:05:02 +0200
Subject: [PATCH] Get rid of the usage of PATH_MAX

PATH_MAX is optional in POSIX, so avoid its unconditional usage
allocating and freeing buffers as needed.
To avoid too many malloc/free in the for loop in FindFileInXkbPath,
a buffer is grown according to the size needed at each iteration.
---
 src/xkbcomp/include.c | 34 +++---
 test/common.c | 41 ++---
 test/test.h   |  2 +-
 3 files changed, 62 insertions(+), 15 deletions(-)

diff --git a/src/xkbcomp/include.c b/src/xkbcomp/include.c
index b4a4014..280bbbd 100644
--- a/src/xkbcomp/include.c
+++ b/src/xkbcomp/include.c
@@ -199,17 +199,34 @@ FindFileInXkbPath(struct xkb_context *ctx, const char *name,
 {
 unsigned int i;
 FILE *file = NULL;
-char buf[PATH_MAX];
+char *buf = NULL;
 const char *typeDir;
+size_t buf_size = 0, typeDirLen, name_len;
 
 typeDir = DirectoryForInclude(type);
+typeDirLen = strlen(typeDir);
+name_len = strlen(name);
 
 for (i = 0; i < xkb_context_num_include_paths(ctx); i++) {
-int ret = snprintf(buf, sizeof(buf), "%s/%s/%s",
-   xkb_context_include_path_get(ctx, i),
-   typeDir, name);
-if (ret >= (ssize_t) sizeof(buf)) {
-log_err(ctx, "File name (%s/%s/%s) too long\n",
+size_t new_buf_size = strlen(xkb_context_include_path_get(ctx, i)) +
+  typeDirLen + name_len + 3;
+int ret;
+if (new_buf_size > buf_size) {
+void *buf_new = realloc(buf, new_buf_size);
+if (buf_new) {
+buf_size = new_buf_size;
+buf = buf_new;
+} else {
+log_err(ctx, "Cannot realloc for name (%s/%s/%s)\n",
+xkb_context_include_path_get(ctx, i), typeDir, name);
+continue;
+}
+}
+ret = snprintf(buf, buf_size, "%s/%s/%s",
+   xkb_context_include_path_get(ctx, i),
+   typeDir, name);
+if (ret < 0) {
+log_err(ctx, "snprintf error (%s/%s/%s)\n",
 xkb_context_include_path_get(ctx, i), typeDir, name);
 continue;
 }
@@ -242,11 +259,14 @@ FindFileInXkbPath(struct xkb_context *ctx, const char *name,
 xkb_context_failed_include_path_get(ctx, i));
 }
 
+free(buf);
 return NULL;
 }
 
 if (pathRtrn)
-*pathRtrn = strdup(buf);
+*pathRtrn = buf;
+else
+free(buf);
 return file;
 }
 
diff --git a/test/common.c b/test/common.c
index 7b4ee00..796904e 100644
--- a/test/common.c
+++ b/test/common.c
@@ -138,13 +138,22 @@ test_key_seq(struct xkb_keymap *keymap, ...)
 return ret;
 }
 
-const char *
+char *
 test_get_path(const char *path_rel)
 {
-static char path[PATH_MAX];
+char *path;
+size_t path_len;
 const char *srcdir = getenv("srcdir");
 
-snprintf(path, PATH_MAX - 1,
+path_len = strlen(srcdir ? srcdir : ".") +
+   strlen(path_rel ? path_rel : "") + 12;
+path = malloc(path_len);
+if (!path) {
+fprintf(stderr, "Failed to allocate path (%d chars) for %s\n",
+(int) path_len, path);
+return NULL;
+}
+sn

Bug#715560: marked as done (libxkbcommon: please re-enable the tests on !linux archs)

2013-09-09 Thread Debian Bug Tracking System
Your message dated Tue, 10 Sep 2013 00:03:37 +
with message-id 
and subject line Bug#715560: fixed in libxkbcommon 0.3.1-2
has caused the Debian Bug report #715560,
regarding libxkbcommon: please re-enable the tests on !linux archs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
715560: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libxkbcommon
Version: 0.3.1-1
Severity: wishlist
Tags: patch

Hi,

the upload of libxkbcommon 0.3.1-1, among the other things, completely
disables the tests (not even having them non-fatal) on non-Linux
architectures. This has been done in commit b751b42 [1] in packaging's
Git repository by Timo Aaltonen, with no whatsoever explanation nor
comment on the reasons about this. Timo?

In the meanwhile, I tried a build with them enabled on kfreebsd-i386
and hurd-i386 (the latter after having been fixed), and they passed on
both. Attached there is the patch reverting that commit and thus
re-enabling tests on non-Linux archs.

[1] b751b429470a7b7cd4515167ec120fa4e5d728c9

Thanks,
-- 
Pino
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-DEB_HOST_ARCH_OS   ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
-
 # We need to point to xkb-data's files. The default should be OK but
 # let's be cautious:
 override_dh_auto_configure:
@@ -15,10 +13,6 @@ override_dh_install:
 override_dh_makeshlibs:
 	dh_makeshlibs -- -c4
 
-ifneq ($(DEB_HOST_ARCH_OS), linux)
-override_dh_auto_test:
-endif
-
 %:
 	dh $@ --with autoreconf
 
--- End Message ---
--- Begin Message ---
Source: libxkbcommon
Source-Version: 0.3.1-2

We believe that the bug you reported is fixed in the latest version of
libxkbcommon, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 715...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Emilio Pozuelo Monfort  (supplier of updated libxkbcommon 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 10 Sep 2013 01:45:53 +0200
Source: libxkbcommon
Binary: libxkbcommon0 libxkbcommon-dev
Architecture: source amd64
Version: 0.3.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Emilio Pozuelo Monfort 
Description: 
 libxkbcommon-dev - library interface to the XKB compiler - development files
 libxkbcommon0 - library interface to the XKB compiler - shared library
Closes: 715560 717723
Changes: 
 libxkbcommon (0.3.1-2) unstable; urgency=low
 .
   * Cherry-pick ec9a02 from upstream, fixes FTBFS on hurd. Closes: #717723.
   * Re-enable the test suite on !linux. Thanks Pino Toscano. Closes: #715560.
Checksums-Sha1: 
 48516faafb6e6ebb991ed350ae4ef436a99f49ac 1449 libxkbcommon_0.3.1-2.dsc
 f58162763148cfe5a87cbb7035f3a80d59e949a2 109614 libxkbcommon_0.3.1-2.diff.gz
 9352135fc4083349e485ee360692e9994b7cb791 121112 libxkbcommon0_0.3.1-2_amd64.deb
 1c0a64f489fc4395db28208ca9588e77b47161b3 161130 
libxkbcommon-dev_0.3.1-2_amd64.deb
Checksums-Sha256: 
 0d9b9ca3822d065e99709d7efcf1dbf2e0555be625fc8a4f59160fdef3067739 1449 
libxkbcommon_0.3.1-2.dsc
 93d51a1b768006e6e55cab446f6b46fc6ee290d1e951599a7b95029c884bae9e 109614 
libxkbcommon_0.3.1-2.diff.gz
 41c37edf586f6cf1c290151c78f5c7433c88fe011a3db5ecd0458d6cf9180702 121112 
libxkbcommon0_0.3.1-2_amd64.deb
 3c96622139260cd3926dd07e48d87627d67aea65b3a2f86ace9baa7210e16a88 161130 
libxkbcommon-dev_0.3.1-2_amd64.deb
Files: 
 891169f558a2952cdb1ed6eb57fe8f5c 1449 x11 optional libxkbcommon_0.3.1-2.dsc
 04a7608155890837ea264148b116eaf4 109614 x11 optional 
libxkbcommon_0.3.1-2.diff.gz
 8eeff5217a655d042e001a70e12dfee0 121112 libs optional 
libxkbcommon0_0.3.1-2_amd64.deb
 c6de9f553afa427c2663396b790d271a 161130 libdevel extra 
libxkbcommon-dev_0.3.1-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iEYEARECAAYFAlIuXr4ACgkQhTV17EoIsv4mggCgqqBaybKyMhb8PrRqOISJr9Vp
qpsAn07r4UhNWAf/iypU3Iu7HPrx0df4
=Gds4
-END PGP SIGNATURE End Message ---


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

2013-09-09 Thread Christopher Halse Rogers
 debian/changelog  |   10 
 debian/patches/check-hosted-initialisation-succeeds.patch |   26 
 debian/patches/disable-unneeded-functions-when-hosted.patch   |  261 ++
 debian/patches/dont-copy-fbcon-if-hosted.patch|   26 
 debian/patches/fix-spelling-of-caching.patch  |  180 +
 debian/patches/more-modesetting-disablement-when-hosted.patch |  235 ++
 debian/patches/series |9 
 debian/patches/unwrap-legacy-modesetting-when-hosted.patch|   57 
 debian/patches/xmir.patch |  940 +-
 9 files changed, 949 insertions(+), 795 deletions(-)

New commits:
commit 55d225496e8a2f90d03cdf093e9c5bc6a5562f40
Author: Christopher James Halse Rogers 
Date:   Fri Sep 6 17:31:44 2013 +1000

Fix cacheline dirt corruption

diff --git a/debian/changelog b/debian/changelog
index 408b179..02ac4bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+xserver-xorg-video-intel (2:2.21.14-4ubuntu4) saucy; urgency=low
+
+  * XMir: Make a conservative guess as to whether the Mir buffer will be used
+for scanout, and take caching decisions appropriately. Fixes "cache dirt"
+transient horizontal-line misrendering with Mir bypass (LP: #1218735)
+  * xmir.patch: Split monolithic concatenated patch out into a quilt patch
+series.
+
+ -- Christopher James Halse Rogers   Thu, 05 Sep 2013 
15:56:49 +1000
+
 xserver-xorg-video-intel (2:2.21.14-4ubuntu3) saucy; urgency=low
 
   * Fix valgrind-enabling check
diff --git a/debian/patches/check-hosted-initialisation-succeeds.patch 
b/debian/patches/check-hosted-initialisation-succeeds.patch
new file mode 100644
index 000..829e3f4
--- /dev/null
+++ b/debian/patches/check-hosted-initialisation-succeeds.patch
@@ -0,0 +1,26 @@
+commit 394978867edf3746c285491db6be41abfe325d87
+Author: Chris Wilson 
+Date:   Wed Aug 14 08:38:52 2013 +0100
+
+sna: Check that we successfully install the required hosting midlayer
+
+Signed-off-by: Chris Wilson 
+
+diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
+index c27deb6..83a5bba 100644
+--- a/src/sna/sna_driver.c
 b/src/sna/sna_driver.c
+@@ -430,6 +430,13 @@ static Bool sna_pre_init(ScrnInfoPtr scrn, int flags)
+   goto cleanup;
+   }
+ 
++  /* Sanity check */
++  if (hosted() && (sna->flags & SNA_IS_HOSTED) == 0) {
++  xf86DrvMsg(scrn->scrnIndex, X_ERROR,
++ "Failed to setup hosted device.\n");
++  goto cleanup;
++  }
++
+   preferred_depth = sna->info->gen < 030 ? 15 : 24;
+   if (!fb_supports_depth(fd, preferred_depth))
+   preferred_depth = 24;
diff --git a/debian/patches/disable-unneeded-functions-when-hosted.patch 
b/debian/patches/disable-unneeded-functions-when-hosted.patch
new file mode 100644
index 000..69198fd
--- /dev/null
+++ b/debian/patches/disable-unneeded-functions-when-hosted.patch
@@ -0,0 +1,261 @@
+commit b6b5c3f009585151eb772dfc2526843c7cee82b3
+Author: Chris Wilson 
+Date:   Fri Aug 9 11:34:39 2013 +0100
+
+intel: Disable incompatible features whilst hosted
+
+Start adding the infrastructure to disable direct hardware access if X
+is being run under a system compositor (aka "hosted").
+
+Signed-off-by: Chris Wilson 
+
+diff --git a/src/intel_device.c b/src/intel_device.c
+index c5f0a38..d9ff8bc 100644
+--- a/src/intel_device.c
 b/src/intel_device.c
+@@ -92,7 +92,7 @@ static int __intel_check_device(int fd)
+   if (drmIoctl(fd, DRM_IOCTL_I915_GETPARAM, &gp))
+   ret = FALSE;
+   }
+-  if (ret) {
++  if (ret && !hosted()) {
+   struct drm_mode_card_res res;
+ 
+   memset(&res, 0, sizeof(res));
+@@ -199,6 +199,12 @@ int intel_open_device(int entity_num,
+   dev->open_count = 0;
+   dev->master_count = 0;
+ 
++  /* If hosted under a system compositor, just pretend to be master */
++  if (hosted()) {
++  dev->open_count++;
++  dev->master_count++;
++  }
++
+   xf86GetEntityPrivate(entity_num, intel_device_key)->ptr = dev;
+ 
+   return fd;
+@@ -222,6 +228,8 @@ int intel_get_device(ScrnInfoPtr scrn)
+   drmSetVersion sv;
+   int retry = 2000;
+ 
++  assert(!hosted());
++
+   /* Check that what we opened was a master or a
+* master-capable FD, by setting the version of the
+* interface we'll use to talk to it.
+@@ -267,6 +275,7 @@ int intel_get_master(ScrnInfoPtr scrn)
+   if (dev->master_count++ == 0) {
+   int retry = 2000;
+ 
++  assert(!hosted());
+   do {
+   ret = drmSetMaster(dev->fd);
+   if (ret == 0)
+@@ -288,6 +297,7 @@ int intel_put_master(ScrnInfoPtr scrn)
+   ret = 0;
+   assert(dev->master_count);
+   

Bug#638016: marked as done (xutils-dev: Fix FTBFS of xxkb on hurd-i386)

2013-09-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Sep 2013 18:33:38 +
with message-id 
and subject line Bug#638016: fixed in xutils-dev 1:7.7+1
has caused the Debian Bug report #638016,
regarding xutils-dev: Fix FTBFS of xxkb on hurd-i386
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
638016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xutils-dev
Version: 1:7.6+5
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

The attached patch fixes the FTBFS problem of xxkb-1.11-2.1 for
GNU/Hurd. ProjectRoot and ManDirectoryRoot are added to gnu.cfg. The
patch applies after 06_font_path.diff.

Thanks

--- xutils-dev-7.6+5/xorg-cf-files/gnu.cf	2011-08-16 16:06:57.0 +0200
+++ xutils-dev-7.6+5/xorg-cf-files/gnu.cf.new	2011-08-16 16:09:58.0 +0200
@@ -29,6 +29,14 @@
 # define GnuBinUtilsMajorVersion	DefaultGnuBinUtilsMajorVersion
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot   /usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot  /usr/share/man
+#endif
+
+
 XCOMM operating system:  OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVersion)
 XCOMM libc:	(GnuCLibMajorVersion./**/GnuCLibMinorVersion./**/GnuCLibTeenyVersion)
 XCOMM binutils:	(GnuBinUtilsMajorVersion)
--- End Message ---
--- Begin Message ---
Source: xutils-dev
Source-Version: 1:7.7+1

We believe that the bug you reported is fixed in the latest version of
xutils-dev, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated xutils-dev package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Sep 2013 20:23:08 +0200
Source: xutils-dev
Binary: xutils-dev
Architecture: source amd64
Version: 1:7.7+1
Distribution: sid
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 xutils-dev - X Window System utility programs for development
Closes: 638016
Changes: 
 xutils-dev (1:7.7+1) unstable; urgency=low
 .
   * xorg-cf-files: Debian GNU/Hurd uses /usr as ProjectRoot and /usr/share/man
 for manpages (closes: #638016).  Thanks, Svante Signell.
   * imake 1.0.6.
   * xorg-cf-files 1.0.5.
   * makedepend 1.0.5.
   * Update patches for new xorg-cf-files.
   * Use dh_autotools-dev_* to update config.{guess,sub}.
   * Bump debhelper compat level to 7.
   * Replace dh_clean -k with dh_prep.
   * Use dpkg-buildflags.
   * Make imake build with -Werror=format-security.
   * util-macros 1.17.1.
   * Disable silent build rules.
   * Force RAWCPP to cpp-4.7 since 4.8 seems to break stuff (adds 40 blank lines
 before the #!).
Checksums-Sha1: 
 cef28f0dc45a3bfa58c12f0ca7322be3ea5cacb5 1689 xutils-dev_7.7+1.dsc
 a30c0fb6011c01748f6ffca3b8ccc6932fd1eb8a 165 xutils-dev_7.7+1.tar.gz
 c58656f38cc4fe71b263fc5bb09c183a984178f4 241238 xutils-dev_7.7+1_amd64.deb
Checksums-Sha256: 
 7337f841b5a512769332b3a5a712ede8c4ae5c2c58e6e42ba2962fce95af35db 1689 
xutils-dev_7.7+1.dsc
 b480f5c8b87832ef084c67c4cac953190840a2e7a0d9addcc9b3dc40b2348bf4 165 
xutils-dev_7.7+1.tar.gz
 29363dbad594ee1f118ff87f396535e55a083d8a234eeca5a0d1331e184df1f4 241238 
xutils-dev_7.7+1_amd64.deb
Files: 
 c5619e3faeb648143cab586466d5ca42 1689 x11 optional xutils-dev_7.7+1.dsc
 242a3a4f3c7d2f99ae8b8d18fb1d40bd 165 x11 optional xutils-dev_7.7+1.tar.gz
 4c7d0878b76da2ecfe0043bd6d66b736 241238 x11 optional xutils-dev_7.7+1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBAgAGBQJSLhLVAAoJEDEBgAUJBeQMzVcQAOqCE9ULyhoJkvlsnJTKkpbg
OwHrzQytm6c87T2xTE1R/VCGT9fefRO9nRYFQVrJOr7eokEpPojODKT6xBpBjN0B
n0CLoZSoAF9pKwX1pWwxKtX3vqqBg7Q4/8xQGCME6w0X4ejsPfuo7C1b4qnS4msz
1cWTh16RwKjGzFwq3mto0ClIQG5Bq2bTD8UhQGER0W8s73li/QNtAnLTc12kUWXU
7fAeGGUppJ/DhZNB3PUPICwmlPONrczsh+DfYmKXFliiI5dia4egLq+YLm53bEEn
BFOjMifh0mmui2px6ucQjJ5yCw4SlJo61JTVVgb+dcYfdCdtJmpkh6iDEm61Z8zo
awlRIB3wT2tlw26SMJETngO/GGDjPyeHkpcOAjA9a1gz7Z8+2/2DljjxBW1p4gGm
viYpbbe2JUHC009mUCgfYBqKwshA7AG5vKnLafIPHpvPB6SV8x24Ykzb5O5801Bf
dZbAHD7Xx2CTeOA9SXjIkFFZf51GJUetxiLvCwl1fx3vcIWRFkE

Bug#677167: marked as done (xutils-dev: Missing configuration settins in gnu.cf [patch attached])

2013-09-09 Thread Debian Bug Tracking System
Your message dated Mon, 09 Sep 2013 18:33:38 +
with message-id 
and subject line Bug#638016: fixed in xutils-dev 1:7.7+1
has caused the Debian Bug report #638016,
regarding xutils-dev: Missing configuration settins in gnu.cf [patch attached]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
638016: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638016
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xutils-dev
Version: 1:7.7~1
Severity: Important
User: debian-h...@lists.debian.org
Usertags: hurd
Tags: patch

Hi,

It seems that the GNU configuration file gnu.cf hasn't been keeping up.  It is 
missing a define for
ManDirectoryRoot so some packages fail to build the man pages in the correct 
dirs and building in
Debian therefore fails.

Attached is a patch to correct this issue.

Thank you,

Barry deFreese

Index: xutils-dev-7.7~1/xorg-cf-files/gnu.cf
===
--- xutils-dev-7.7~1.orig/xorg-cf-files/gnu.cf  2012-06-11 20:32:45.0 
+
+++ xutils-dev-7.7~1/xorg-cf-files/gnu.cf   2012-06-11 20:34:24.0 
+
@@ -25,6 +25,19 @@
 # define BuildPDFdocs NO
 #endif
 
+#ifndef ProjectRoot
+# define ProjectRoot   /usr
+#endif
+#ifndef ManDirectoryRoot
+# define ManDirectoryRoot  /usr/share/man
+#endif
+#ifndef AlternateUsrLibDir
+# define AlternateUsrLibDir NO
+#endif
+#ifndef AlternateIncRoot
+# define AlternateIncRoot NO
+#endif
+
 #ifndef GnuBinUtilsMajorVersion
 # define GnuBinUtilsMajorVersion   DefaultGnuBinUtilsMajorVersion
 #endif
--- End Message ---
--- Begin Message ---
Source: xutils-dev
Source-Version: 1:7.7+1

We believe that the bug you reported is fixed in the latest version of
xutils-dev, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 638...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau  (supplier of updated xutils-dev package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Sep 2013 20:23:08 +0200
Source: xutils-dev
Binary: xutils-dev
Architecture: source amd64
Version: 1:7.7+1
Distribution: sid
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 xutils-dev - X Window System utility programs for development
Closes: 638016
Changes: 
 xutils-dev (1:7.7+1) unstable; urgency=low
 .
   * xorg-cf-files: Debian GNU/Hurd uses /usr as ProjectRoot and /usr/share/man
 for manpages (closes: #638016).  Thanks, Svante Signell.
   * imake 1.0.6.
   * xorg-cf-files 1.0.5.
   * makedepend 1.0.5.
   * Update patches for new xorg-cf-files.
   * Use dh_autotools-dev_* to update config.{guess,sub}.
   * Bump debhelper compat level to 7.
   * Replace dh_clean -k with dh_prep.
   * Use dpkg-buildflags.
   * Make imake build with -Werror=format-security.
   * util-macros 1.17.1.
   * Disable silent build rules.
   * Force RAWCPP to cpp-4.7 since 4.8 seems to break stuff (adds 40 blank lines
 before the #!).
Checksums-Sha1: 
 cef28f0dc45a3bfa58c12f0ca7322be3ea5cacb5 1689 xutils-dev_7.7+1.dsc
 a30c0fb6011c01748f6ffca3b8ccc6932fd1eb8a 165 xutils-dev_7.7+1.tar.gz
 c58656f38cc4fe71b263fc5bb09c183a984178f4 241238 xutils-dev_7.7+1_amd64.deb
Checksums-Sha256: 
 7337f841b5a512769332b3a5a712ede8c4ae5c2c58e6e42ba2962fce95af35db 1689 
xutils-dev_7.7+1.dsc
 b480f5c8b87832ef084c67c4cac953190840a2e7a0d9addcc9b3dc40b2348bf4 165 
xutils-dev_7.7+1.tar.gz
 29363dbad594ee1f118ff87f396535e55a083d8a234eeca5a0d1331e184df1f4 241238 
xutils-dev_7.7+1_amd64.deb
Files: 
 c5619e3faeb648143cab586466d5ca42 1689 x11 optional xutils-dev_7.7+1.dsc
 242a3a4f3c7d2f99ae8b8d18fb1d40bd 165 x11 optional xutils-dev_7.7+1.tar.gz
 4c7d0878b76da2ecfe0043bd6d66b736 241238 x11 optional xutils-dev_7.7+1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBAgAGBQJSLhLVAAoJEDEBgAUJBeQMzVcQAOqCE9ULyhoJkvlsnJTKkpbg
OwHrzQytm6c87T2xTE1R/VCGT9fefRO9nRYFQVrJOr7eokEpPojODKT6xBpBjN0B
n0CLoZSoAF9pKwX1pWwxKtX3vqqBg7Q4/8xQGCME6w0X4ejsPfuo7C1b4qnS4msz
1cWTh16RwKjGzFwq3mto0ClIQG5Bq2bTD8UhQGER0W8s73li/QNtAnLTc12kUWXU
7fAeGGUppJ/DhZNB3PUPICwmlPONrczsh+DfYmKXFliiI5dia4eg

xutils-dev: Changes to 'debian-unstable'

2013-09-09 Thread Julien Cristau
 debian/changelog|   19 
 debian/compat   |2 
 debian/control  |5 
 debian/patches/04_xutils-dev-debian.diff|   27 
 debian/patches/05_xaw_without_xp.diff   |   18 
 debian/patches/Replace-fprintf-with-fputs.patch |   31 
 debian/patches/series   |1 
 debian/rules|   26 
 debian/versions |   12 
 imake/ChangeLog |   84 
 imake/Makefile.in   |  352 -
 imake/aclocal.m4|  796 +--
 imake/compile   |  347 +
 imake/config.guess  |  407 -
 imake/config.sub|  237 
 imake/configure | 2723 +-
 imake/configure.ac  |9 
 imake/depcomp   |  531 +-
 imake/imake.c   |   22 
 imake/imake.man |  108 
 imake/imakemdep.h   |   24 
 imake/install-sh|   35 
 imake/missing   |  461 -
 makedepend/ChangeLog|  221 
 makedepend/Makefile.am  |3 
 makedepend/Makefile.in  |  760 ++
 makedepend/aclocal.m4   |  774 +-
 makedepend/autogen.sh   |4 
 makedepend/compile  |  347 +
 makedepend/config.guess |  407 -
 makedepend/config.sub   |  237 
 makedepend/configure| 2880 +-
 makedepend/configure.ac |   18 
 makedepend/cppsetup.c   |2 
 makedepend/def.h|7 
 makedepend/depcomp  |  531 +-
 makedepend/imakemdep.h  |6 
 makedepend/include.c|   14 
 makedepend/install-sh   |   35 
 makedepend/main.c   |  127 
 makedepend/makedepend-config.h.in   |3 
 makedepend/missing  |  461 -
 makedepend/parse.c  |   13 
 makedepend/pr.c |4 
 makedepend/test-driver  |  127 
 util-macros/ChangeLog   |   71 
 util-macros/Makefile.in |  245 
 util-macros/README  |2 
 util-macros/aclocal.m4  |  604 +-
 util-macros/configure   |  236 
 util-macros/configure.ac|3 
 util-macros/install-sh  |   35 
 util-macros/missing |  461 -
 util-macros/xorg-macros.m4.in   |   12 
 util-macros/xorgversion.m4  |2 
 xorg-cf-files/Amoeba.cf |4 
 xorg-cf-files/ChangeLog |   73 
 xorg-cf-files/DGUX.cf   |6 
 xorg-cf-files/FreeBSD.cf|   36 
 xorg-cf-files/Imake.cf  |   28 
 xorg-cf-files/Makefile.am   |3 
 xorg-cf-files/Makefile.in   |  220 
 xorg-cf-files/Mips.cf   |2 
 xorg-cf-files/Motif.rules   |8 
 xorg-cf-files/Motif.tmpl|   14 
 xorg-cf-files/NetBSD.cf |   32 
 xorg-cf-files/OpenBSD.cf|   42 
 xorg-cf-files/OpenBSDLib.tmpl   |4 
 xorg-cf-files/QNX4.cf   |8 
 xorg-cf-files/QNX4.rules|4 
 xorg-cf-files/Server.tmpl   |2 
 xorg-cf-files/Threads.tmpl  |2 
 xorg-cf-files/Win32.cf  |4 
 xorg-cf-files/X11.rules |   10 
 xorg-cf-files/X11.tmpl  |   20 
 xorg-cf-files/aclocal.m4| 2039 +--
 xorg-cf-files/bsdLib.rules  |4 
 xorg-cf-files/cde.rules |6 
 xorg-cf-files/compile   |  347 +
 xorg-cf-files/config.guess  |  407 -
 xorg-cf-files/config.sub|  237 
 xorg-cf-files/configure | 6294 +++-
 xorg-cf-files/configure.ac  |2 
 xorg-cf-files/convex.cf |6 
 xorg-cf-files/cross.def |2 
 xorg-cf-files/cygwin.cf |   22 
 xorg-cf-files/cygwin.r

xutils-dev: Changes to 'refs/tags/xutils-dev-1_7.7+1'

2013-09-09 Thread Julien Cristau
Tag 'xutils-dev-1_7.7+1' created by Julien Cristau  at 
2013-09-09 18:25 +

Tagging upload of xutils-dev 1:7.7+1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAABAgAGBQJSLhKfAAoJEDEBgAUJBeQMrykQAOY9+4l8j4KrNspSav/nYPxV
suIyK5wYJIyWIcbeMTVQ2EOJoqoAZcQTt34OjG6+s3FFj+iaO5r36Fzmfg3K9lH5
TkqDHV5u0w7KO5qCy5WXt9DmspFxTmYh1obsy18XHQMYIFmlubWjFt4MHEbiNp97
nrxWQILvSsmiYP57/DSPdlSrK3m33YpxZoYc+FcF0c1ox0HH3fuEfSuLN1GDlCrd
tDzBa7DZ6GbV7At/C4+LasXheXnBzZIbrfenU3omNKeR3cHwI3vMBfJS7SHyXTtu
Bokyw1UgJWYWDVN9km8HaEqMB3Cs0VSrZ47bxhuSspJfGsvszAT3dr8fAjAubP5N
9XiiFlfrEJ9n56r7/9wZhYASNB9ol8vRCOkQFDnLiq81Nu8/N3HDrdRdrw+N8uOl
bZJQN8E4DVZPf7HzEWYWS3SGpO8VjOkBVZGMJSoNdf93PWAxPQt2FNcUnx317ccU
18iaJSIK+z1aAvNevo8JWGIXzWaJSCH6Yli1ZRSOR7dEpd77zrVH86qL9fXz+ONj
aoKn7LuD3ifCfdS8zWOtBrSOOHHMO7Ee05l7l8j/0/pbLMfFpjH/xI1wdD6oELuM
88YV4YU3QGjWkQHtOYkATFzYO4fzHQwSy5SBn3iNVM2x3g6J3Zh2Bk577hdeVhD8
AQUbw+Tj4bcmJvs/3bHI
=Dpz5
-END PGP SIGNATURE-

Changes since xutils-dev-1_7.7-1:
Julien Cristau (16):
  Debian GNU/Hurd uses /usr as ProjectRoot and /usr/share/man for manpages
  Add comment for hurd patch
  imake 1.0.6.
  xorg-cf-files 1.0.5.
  makedepend 1.0.5.
  Update patches for new xorg-cf-files.
  Use dh_autotools-dev_* to update config.{guess,sub}.
  Bump debhelper compat level to 7.
  Replace dh_clean -k with dh_prep.
  Use dpkg-buildflags.
  Make imake build with -Werror=format-security.
  util-macros 1.17.1.
  Update debian/versions
  Disable silent build rules.
  Force RAWCPP to cpp-4.7 since 4.8 seems to break stuff
  Upload to unstable

---
 debian/changelog|   20 
 debian/compat   |2 
 debian/control  |5 
 debian/patches/04_xutils-dev-debian.diff|   27 
 debian/patches/05_xaw_without_xp.diff   |   18 
 debian/patches/07_gnu_manpath.diff  |   18 
 debian/patches/Replace-fprintf-with-fputs.patch |   31 
 debian/patches/series   |2 
 debian/rules|   26 
 debian/versions |   12 
 imake/ChangeLog |   84 
 imake/Makefile.in   |  352 -
 imake/aclocal.m4|  796 +--
 imake/compile   |  347 +
 imake/config.guess  |  407 -
 imake/config.sub|  237 
 imake/configure | 2723 +-
 imake/configure.ac  |9 
 imake/depcomp   |  531 +-
 imake/imake.c   |   22 
 imake/imake.man |  108 
 imake/imakemdep.h   |   24 
 imake/install-sh|   35 
 imake/missing   |  461 -
 makedepend/ChangeLog|  221 
 makedepend/Makefile.am  |3 
 makedepend/Makefile.in  |  760 ++
 makedepend/aclocal.m4   |  774 +-
 makedepend/autogen.sh   |4 
 makedepend/compile  |  347 +
 makedepend/config.guess |  407 -
 makedepend/config.sub   |  237 
 makedepend/configure| 2880 +-
 makedepend/configure.ac |   18 
 makedepend/cppsetup.c   |2 
 makedepend/def.h|7 
 makedepend/depcomp  |  531 +-
 makedepend/imakemdep.h  |6 
 makedepend/include.c|   14 
 makedepend/install-sh   |   35 
 makedepend/main.c   |  127 
 makedepend/makedepend-config.h.in   |3 
 makedepend/missing  |  461 -
 makedepend/parse.c  |   13 
 makedepend/pr.c |4 
 makedepend/test-driver  |  127 
 util-macros/ChangeLog   |   71 
 util-macros/Makefile.in |  245 
 util-macros/README  |2 
 util-macros/aclocal.m4  |  604 +-
 util-macros/configure   |  236 
 util-macros/configure.ac|3 
 util-macros/install-sh  |   35 
 util-macros/missing |  461 -
 util-macros/xorg-macros.m4.in   |   12 
 util-macros/xorgversion.m4  |2 
 xorg-cf-files/Amoeba.cf |4 
 xorg-cf-files/ChangeLog |   73 
 xorg

xutils-dev_7.7+1_amd64.changes ACCEPTED into unstable

2013-09-09 Thread Debian FTP Masters
Mapping sid to unstable.

Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 09 Sep 2013 20:23:08 +0200
Source: xutils-dev
Binary: xutils-dev
Architecture: source amd64
Version: 1:7.7+1
Distribution: sid
Urgency: low
Maintainer: Debian X Strike Force 
Changed-By: Julien Cristau 
Description: 
 xutils-dev - X Window System utility programs for development
Closes: 638016
Changes: 
 xutils-dev (1:7.7+1) unstable; urgency=low
 .
   * xorg-cf-files: Debian GNU/Hurd uses /usr as ProjectRoot and /usr/share/man
 for manpages (closes: #638016).  Thanks, Svante Signell.
   * imake 1.0.6.
   * xorg-cf-files 1.0.5.
   * makedepend 1.0.5.
   * Update patches for new xorg-cf-files.
   * Use dh_autotools-dev_* to update config.{guess,sub}.
   * Bump debhelper compat level to 7.
   * Replace dh_clean -k with dh_prep.
   * Use dpkg-buildflags.
   * Make imake build with -Werror=format-security.
   * util-macros 1.17.1.
   * Disable silent build rules.
   * Force RAWCPP to cpp-4.7 since 4.8 seems to break stuff (adds 40 blank lines
 before the #!).
Checksums-Sha1: 
 cef28f0dc45a3bfa58c12f0ca7322be3ea5cacb5 1689 xutils-dev_7.7+1.dsc
 a30c0fb6011c01748f6ffca3b8ccc6932fd1eb8a 165 xutils-dev_7.7+1.tar.gz
 c58656f38cc4fe71b263fc5bb09c183a984178f4 241238 xutils-dev_7.7+1_amd64.deb
Checksums-Sha256: 
 7337f841b5a512769332b3a5a712ede8c4ae5c2c58e6e42ba2962fce95af35db 1689 
xutils-dev_7.7+1.dsc
 b480f5c8b87832ef084c67c4cac953190840a2e7a0d9addcc9b3dc40b2348bf4 165 
xutils-dev_7.7+1.tar.gz
 29363dbad594ee1f118ff87f396535e55a083d8a234eeca5a0d1331e184df1f4 241238 
xutils-dev_7.7+1_amd64.deb
Files: 
 c5619e3faeb648143cab586466d5ca42 1689 x11 optional xutils-dev_7.7+1.dsc
 242a3a4f3c7d2f99ae8b8d18fb1d40bd 165 x11 optional xutils-dev_7.7+1.tar.gz
 4c7d0878b76da2ecfe0043bd6d66b736 241238 x11 optional xutils-dev_7.7+1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBAgAGBQJSLhLVAAoJEDEBgAUJBeQMzVcQAOqCE9ULyhoJkvlsnJTKkpbg
OwHrzQytm6c87T2xTE1R/VCGT9fefRO9nRYFQVrJOr7eokEpPojODKT6xBpBjN0B
n0CLoZSoAF9pKwX1pWwxKtX3vqqBg7Q4/8xQGCME6w0X4ejsPfuo7C1b4qnS4msz
1cWTh16RwKjGzFwq3mto0ClIQG5Bq2bTD8UhQGER0W8s73li/QNtAnLTc12kUWXU
7fAeGGUppJ/DhZNB3PUPICwmlPONrczsh+DfYmKXFliiI5dia4egLq+YLm53bEEn
BFOjMifh0mmui2px6ucQjJ5yCw4SlJo61JTVVgb+dcYfdCdtJmpkh6iDEm61Z8zo
awlRIB3wT2tlw26SMJETngO/GGDjPyeHkpcOAjA9a1gz7Z8+2/2DljjxBW1p4gGm
viYpbbe2JUHC009mUCgfYBqKwshA7AG5vKnLafIPHpvPB6SV8x24Ykzb5O5801Bf
dZbAHD7Xx2CTeOA9SXjIkFFZf51GJUetxiLvCwl1fx3vcIWRFkEBY0F64Ot0FIrP
SIbKMkPz8c2c0G4sLt66rbKSeRETUbnohrzIXK76p7KIacBMSXrlVZdsEsMaGDst
1X3I9zzLuysoN4pAQQ3a9MAKgL5Fvg5yNY+ou8GeEAX3gMpl2lzHCFGaaHMMv5RO
2chlivL5nRi7e6JSQXOU
=pVjI
-END PGP SIGNATURE-


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/e1vj6hk-00076q...@franck.debian.org



Processing of xutils-dev_7.7+1_amd64.changes

2013-09-09 Thread Debian FTP Masters
xutils-dev_7.7+1_amd64.changes uploaded successfully to localhost
along with the files:
  xutils-dev_7.7+1.dsc
  xutils-dev_7.7+1.tar.gz
  xutils-dev_7.7+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/e1vj6ex-0006sp...@franck.debian.org



Bug#607567: marked as done (xserver-xorg-video-ati random black screen)

2013-09-09 Thread Debian Bug Tracking System
Your message dated Mon, 9 Sep 2013 18:58:13 +0200
with message-id <20130909165813.gi8...@betterave.cristau.org>
and subject line Re: Bug#607567: xserver-xorg-video-ati random black screen
has caused the Debian Bug report #607567,
regarding xserver-xorg-video-ati random black screen
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
607567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=607567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---

package: xserver-xorg-video-ati
version: 1:6.13.1-2+squeeze1
architecture: i386

after some ranodm amount of time operating normally my screen goes black 
... i cannot see any pattern to the occurence


i am using debian squeeze on a lenovo thinkpad t500

i tried filing with "reportbug" but it keeps crashing
:/



--- End Message ---
--- Begin Message ---
On Mon, Sep  9, 2013 at 16:43:11 +0200, R. Bijker wrote:

> Hi,
> 
> I can't tell. I do not have the hardware anymore where I had this issue on.
> 
Let's close it then.  Thanks for the followup.

Cheers,
Julien


signature.asc
Description: Digital signature
--- End Message ---


Bug#607567: xserver-xorg-video-ati random black screen

2013-09-09 Thread R. Bijker

Hi,

I can't tell. I do not have the hardware anymore where I had this issue on.

On 09/09/13 00:50, Solveig wrote:

Hi!
Does this bug still apply to newer versions, or could the bug report be
closed?

Cheers!




--
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/522dde7f.6040...@rbijker.net



Bug#673682: xorg: Xorg randomly _totally_ freeze (cursor and interface)

2013-09-09 Thread Julien Cristau
On Mon, Sep  9, 2013 at 13:19:52 +0200, Emmanuel Revah wrote:

> Package: xorg
> Version: 1:7.7+3~deb7u1
> Followup-For: Bug #673682
> 
> Dear Maintainer,
> 
> I just found this similar bug report, so I'll add that I am having the same
> issue as described here.

No, you want to file your own separate bug.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#673682: adding Xorg logs

2013-09-09 Thread Emmanuel Revah


I forgot the Xorg log from the actual crash:

Xorg.0.log.old:

[173304.848] [mi] EQ overflowing.  Additional events will be discarded 
until existing events are processed.

[173304.848]
[173304.848] Backtrace:
[173304.930] 0: /usr/bin/X (xorg_backtrace+0x36) [0x7f5fc02edd06]
[173304.930] 1: /usr/bin/X (mieqEnqueue+0x26b) [0x7f5fc02cefab]
[173304.930] 2: /usr/bin/X (0x7f5fc016f000+0x668f2) [0x7f5fc01d58f2]
[173304.930] 3: /usr/lib/xorg/modules/input/evdev_drv.so 
(0x7f5fbab77000+0x55d8) [0x7f5fbab7c5d8]

[173304.930] 4: /usr/bin/X (0x7f5fc016f000+0x8d937) [0x7f5fc01fc937]
[173304.930] 5: /usr/bin/X (0x7f5fc016f000+0xb1c08) [0x7f5fc0220c08]
[173304.930] 6: /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7f5fbf497000+0xf030) [0x7f5fbf4a6030]
[173304.930] 7: /lib/x86_64-linux-gnu/libc.so.6 (ioctl+0x7) 
[0x7f5fbe273ac7]
[173304.930] 8: /usr/lib/x86_64-linux-gnu/libdrm.so.2 (drmIoctl+0x28) 
[0x7f5fbc5e9d08]
[173304.930] 9: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 
(0x7f5fbbecf000+0x9501) [0x7f5fbbed8501]
[173304.930] 10: /usr/lib/x86_64-linux-gnu/libdrm_intel.so.1 
(0x7f5fbbecf000+0x9688) [0x7f5fbbed8688]
[173304.930] 11: /usr/lib/xorg/modules/drivers/intel_drv.so 
(0x7f5fbc0ef000+0xffb0)




--
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/033d3f54984169ffeef83910d6103...@manurevah.com



Bug#568109: [Pkg-fonts-devel] Bug#568109: xfonts-scalable: Utopia has been Free software for a good amount of time

2013-09-09 Thread Fabian Greffrath
> as far as the xfonts-scalable package is concerned, if you want fonts
> to be added in there, the best way to go is reporting bugs upstream:
>   https://bugs.freedesktop.org/

I tried to raise some interest in this topic upstream, but honestly, I
doubt there is enough incentive to adapt to the new licensing: 

http://lists.x.org/archives/xorg-devel/2013-August/037266.html

For the Debian package, couldn't we just distribute that font under the
license granted to the TeX User Group? Comparing the tarballs
distributed by X.org and by CTAN, the font files (.pfb/.afm) are exactly
the same. It is just the LICENSE/COPYING text that's different!
Currently, the only way to get this font installed on a Debian system is
via texlive-fonts-recommended, which is at least inconvenient if you are
not going to use tex at all.

- Fabian


-- 
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/1378717281.15166.9.ca...@kff50.ghi.rwth-aachen.de