Please give back firebird2.5 on s390x

2012-07-20 Thread Damyan Ivanov
wb gb firebird2.5_2.5.2~svn+54698.ds4-1 . s390x The regular build[1] failed with a very strange error in the package creation phase: dpkg-shlibdeps: error: dpkg-query --control-path libicu48:s390x symbols died from signal 11 [1] https://buildd.debian.org/status/fetch.php?pkg=firebird2.5&a

Re: Bug#878901: dh-make-perl: FTBFS with dpkg >= 1.19: "Insecure dependency in eval while running with -T switch"

2017-10-18 Thread Damyan Ivanov
-=| Guillem Jover, 17.10.2017 22:16:31 +0200 |=- > On Tue, 2017-10-17 at 19:48:07 +0300, Niko Tyni wrote: > > It looks like Dpkg::Vendor::get_vendor_info() contents have become > > tainted, probably due to changes in Dpkg::Control::HashCore. It used to > > dig the values out with regexp captures bu

Re: Bug#878901: dh-make-perl: FTBFS with dpkg >= 1.19: "Insecure dependency in eval while running with -T switch"

2017-10-19 Thread Damyan Ivanov
-=| Damyan Ivanov, 18.10.2017 20:20:16 + |=- > During discussion, Matt S. Trout suggested on IRC that the check for > a valid package name is better written as $input =~ > /\A([A-Za-z]\w*(?:::\w+)*)\Z/. If no hierarchy is possible, then > /\A([A-Za-z]\w*/ would be enough.