Control: reassign -1 xml-core 0.13+nmu2 Control: tags -1 stretch sid On 2016-09-14 08:27 +0100, Chris Lamb wrote:
> dh_installxmlcatalogs > dh_installxmlcatalogs: Unexpected debhelper version format This is a bug in dh_installxmlcatalogs which contains the following gem: ,---- | use Debian::Debhelper::Dh_Lib; | use Debian::Debhelper::Dh_Version; | | $Debian::Debhelper::Dh_Version::version =~ /^(\d+)\.(\d+)/ | or error("Unexpected debhelper version format"); `---- There is currently no dot in the debhelper version number: ,---- | $ cat /usr/share/perl5/Debian/Debhelper/Dh_Version.pm | package Debian::Debhelper::Dh_Version; | $version='10'; | 1 `---- Cheers, Sven