Your message dated Sat, 22 Jul 2017 13:18:56 +0100
with message-id <1500725936.14212.4.ca...@adam-barratt.org.uk>
and subject line Closing bugs for 8.9 fixes
has caused the Debian Bug report #862997,
regarding jessie-pu: package libx11-protocol-other-perl/28-1+deb8u1
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.)


-- 
862997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862997
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian....@packages.debian.org
Usertags: pu

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

I've prepared an update for libx11-protocol-other-perl in jessie to
fix #848060. The only change is to disable a brittle test via
debian/rules in order to avoid test/build failures.

Full debdiff attached.


Cheers,
gregor

-----BEGIN PGP SIGNATURE-----

iQKTBAEBCgB9FiEE0eExbpOnYKgQTYX6uzpoAYZJqgYFAlkfUYtfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEQx
RTEzMTZFOTNBNzYwQTgxMDREODVGQUJCM0E2ODAxODY0OUFBMDYACgkQuzpoAYZJ
qgbbFQ/+N314RF9UUhXc4y4fom6YRkoKOvs5wr+qIvnU6wNG9i9Z7414OzXGirZ5
EAF/omMD3Y86UyqAHDXayHTvGDgUGIdJ9X+WBOOVd51wnU3Rp1i5Qbqa7RhzWrzs
lj8Z1kjpW6ECzaeWE/ElXchrAdwPszlisqx+EH2nYbuGkFGq5sSwri8abcEMdt4D
15jnoZ2MD3FcPBYqUv1rrS1rAfaGCgTqG63XMXY6OBGkPBBYMwk3VnjPFQDlOJ5g
IucX7uY7xcaNneXognWXEEIhcigO3GbZn08o/qf/c4MM7A9+hzq0lEDglH+tV4KU
djkzX2Bp3tLIlAp0LC6/82CRycvNmkHmJmOmxv825PA0DPK3JhIfDAZMHLh0jZQR
tUrJfLQfxJXy2GxkVRUwy6bV0jLfqqvObqF6NFSF83JOLR7howZ/ytDZ6cEwFAAO
ybhKtytetTn12VG7Gs5iXJELb8Dr8o4XnSmJY/LgoB6SXTNZULPn3PWkTuGFMsK3
Lu0DB21p+hPQBNFv04h+wRR78HrLDMs1GT83cP9o6HAvxqS7Y8UGkO6fgMwAk0Om
M2FGft2Q7j3IBLu+JaJ1tj75eh5vtEUWHAF/UXRhmQftFIIh2fq0kJJ14R/jTeGi
vJUWo8/QvT5BwOq6STBHM//+b+cmn0pVMMaddh0LJqoGbJgCq68=
=K9bF
-----END PGP SIGNATURE-----
diff --git a/debian/changelog b/debian/changelog
index 4afdeec..d31f2d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libx11-protocol-other-perl (28-1+deb8u1) UNRELEASED; urgency=medium
+
+  * Disable t/XSetRoot.t during build and autopkgtest.
+    This test is known to have problems with xvfb.
+    Thanks to Santiago Vila for the bug report. (Closes: #848060)
+
+ -- gregor herrmann <gre...@debian.org>  Fri, 19 May 2017 22:07:14 +0200
+
 libx11-protocol-other-perl (28-1) unstable; urgency=low
 
   * Initial Release. (Closes: #735257)
diff --git a/debian/rules b/debian/rules
index c242220..0228c2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,10 @@
 #!/usr/bin/make -f
 
+TEST_FILES = $(filter-out t/XSetRoot.t, $(wildcard t/*.t))
+
 %:
        dh $@
 
 # The tests need an X server. This provides one even inside a chroot
 override_dh_auto_test:
-       xvfb-run -a dh_auto_test
+       xvfb-run -a dh_auto_test -- TEST_FILES="$(TEST_FILES)"

--- End Message ---
--- Begin Message ---
Version: 8.9

Hi,

These bugs all relate for updates which were included in today's jessie
point release.

Regards,

Adam

--- End Message ---

Reply via email to