Source: libnotify
Version: 0.7.6
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:28:53]: test build: [-----------------------
build: OK
xvfb-run: error: xauth command not found
adt-run [15:28:53]: test build: -----------------------]


This is occurring because is missing the xauth dependency, to correct 
the test suite I only added this dependency 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 libnotify-0.7.6.orig/debian/tests/control libnotify-0.7.6/debian/tests/control
--- libnotify-0.7.6.orig/debian/tests/control	2014-08-09 16:34:09.478896195 -0300
+++ libnotify-0.7.6/debian/tests/control	2014-08-09 16:35:31.843963804 -0300
@@ -1,2 +1,2 @@
 Tests: build
-Depends: build-essential, dbus-x11, notification-daemon, xvfb, libnotify-dev, pkg-config
+Depends: build-essential, dbus-x11, notification-daemon, xvfb, libnotify-dev, pkg-config, xauth

Reply via email to