Bug#898418: dpkg-depcheck: support for openat

2018-05-13 Thread Mattia Rizzolo
On Sat, May 12, 2018 at 02:16:40PM +0200, Bill Allombert wrote: > Do you plan to deal with the multiarch problem too ? Not in my current plans, no. -- regards, Mattia Rizzolo GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`. more about me: https://m

Bug#898418: dpkg-depcheck: support for openat

2018-05-12 Thread Bill Allombert
On Sat, May 12, 2018 at 12:13:36AM +0200, Mattia Rizzolo wrote: > Control: tag -1 pending > > On Fri, May 11, 2018 at 02:30:34PM +0200, Bill Allombert wrote: > > glibc now use the new syscall 'openat' instead of 'open' most of the time. > > > > Please update dpkg-depcheck to strace openat too. >

Bug#898418: dpkg-depcheck: support for openat

2018-05-11 Thread Mattia Rizzolo
Control: tag -1 pending On Fri, May 11, 2018 at 02:30:34PM +0200, Bill Allombert wrote: > glibc now use the new syscall 'openat' instead of 'open' most of the time. > > Please update dpkg-depcheck to strace openat too. > The attached patch should do that. Thanks for the patch, this was already d

Bug#898418: dpkg-depcheck: support for openat

2018-05-11 Thread Bill Allombert
Package: devscripts Version: 2.18.2 Severity: normal Tags: patch Dear Devscripts Maintainers, glibc now use the new syscall 'openat' instead of 'open' most of the time. Please update dpkg-depcheck to strace openat too. The attached patch should do that. (dpkg-depcheck also need to be updated fo