Source: gtk+3.0
Version: 3.12.2
Severity: normal
Tags: patch
User: [email protected]
Usertags: autopkgtest
Dear Maintainer,
The tests are failing in debci because it is missing dependency. Below
the autopkgtest's log:
adt-run [15:37:00]: test build: [-----------------------
gtktest.c: In function ‘main’:
gtktest.c:17:43: warning: ‘GtkStock’ is deprecated
[-Wdeprecated-declarations]
GTK_STOCK_OK,
GTK_RESPONSE_ACCEPT,
^
build: OK
xvfb-run: error: xauth command not found
adt-run [15:37:01]: test build: -----------------------]
This is occurring because is missing the xauth dependency, to correct
the test suite I added this dependency and a restriction to allow stderr
in debian/tests/control.
Thanks for consider it!
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.14-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru gtk+3.0-3.12.2.orig/debian/tests/control gtk+3.0-3.12.2/debian/tests/control
--- gtk+3.0-3.12.2.orig/debian/tests/control 2014-08-09 17:02:00.268778316 -0300
+++ gtk+3.0-3.12.2/debian/tests/control 2014-08-09 17:07:09.825697382 -0300
@@ -1,2 +1,3 @@
Tests: build python3-gi
-Depends: libgtk-3-dev, build-essential, xvfb, python3-gi, gir1.2-gtk-3.0
+Depends: libgtk-3-dev, build-essential, xvfb, python3-gi, gir1.2-gtk-3.0, xauth
+Restrictions: allow-stderr