Package: libevdev
Version: 1.0.99.2+dfsg-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch trusty

The autopkgtest job fails (in Ubuntu, but I think it'll be the same on
ci.debian.net when it gets round to it) due to stray stderr output from
autoreconf:

  
https://jenkins.qa.ubuntu.com/view/Trusty/view/AutoPkgTest/job/trusty-adt-libevdev/3/

  adt-run: & dsc0t-check:  - - - - - - - - - - results - - - - - - - - - -
  dsc0t-check          FAIL status: 0, stderr: configure.ac:33: installing 
'build-aux/compile'
  adt-run: & dsc0t-check:  - - - - - - - - - - stderr - - - - - - - - - -

This should fix it.  I didn't find a way to suppress this output
surgically, but redirecting it to stdout should be the next best thing.

  * Redirect dh_autoreconf stderr to stdout in autopkgtest.

diff -Nru libevdev-1.0.99.2+dfsg/debian/tests/check 
libevdev-1.0.99.2+dfsg/debian/tests/check
--- libevdev-1.0.99.2+dfsg/debian/tests/check   2014-03-19 23:37:42.000000000 
+0000
+++ libevdev-1.0.99.2+dfsg/debian/tests/check   2014-03-21 09:53:15.000000000 
+0000
@@ -15,7 +15,7 @@
 patch -p1 < debian/patches/use-system-libevdev-for-tests.patch
 
 # Reconfigure
-dh_autoreconf
+dh_autoreconf 2>&1
 dh_auto_configure
 
 # Run the tests

Thanks,

-- 
Colin Watson                                       [cjwat...@ubuntu.com]


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to