diff -Nru libdrm-2.4.96+git1811100630.8c1fdd~oibaf~c/debian/changelog libdrm-2.4.96+git1811120630.e642f4~oibaf~c/debian/changelog --- libdrm-2.4.96+git1811100630.8c1fdd~oibaf~c/debian/changelog 2018-11-10 05:30:11.000000000 +0000 +++ libdrm-2.4.96+git1811120630.e642f4~oibaf~c/debian/changelog 2018-11-12 05:30:11.000000000 +0000 @@ -1,9 +1,9 @@ -libdrm (2.4.96+git1811100630.8c1fdd~oibaf~c) cosmic; urgency=high +libdrm (2.4.96+git1811120630.e642f4~oibaf~c) cosmic; urgency=high * Checkout from master git branch up to commit - 8c1fddc640999ab94a64129cd3e1c68e6dc14502 + e642f480b816f21448fc616f6122df5e8a6070fa - -- Oibaf Sat, 10 Nov 2018 06:30:11 +0100 + -- Oibaf Mon, 12 Nov 2018 06:30:11 +0100 libdrm (2.4.95-1) unstable; urgency=medium diff -Nru libdrm-2.4.96+git1811100630.8c1fdd~oibaf~c/tests/drmdevice.c libdrm-2.4.96+git1811120630.e642f4~oibaf~c/tests/drmdevice.c --- libdrm-2.4.96+git1811100630.8c1fdd~oibaf~c/tests/drmdevice.c 2018-10-22 13:19:28.000000000 +0000 +++ libdrm-2.4.96+git1811120630.e642f4~oibaf~c/tests/drmdevice.c 2018-11-12 05:30:04.000000000 +0000 @@ -115,8 +115,9 @@ max_devices = drmGetDevices2(0, NULL, 0); if (max_devices <= 0) { - printf("drmGetDevices2() has returned %d\n", max_devices); - return -1; + printf("drmGetDevices2() has not found any devices (errno=%d)\n", + -max_devices); + return 77; } printf("--- Devices reported %d ---\n", max_devices);