Source: dgit Source-Version: 16.7 Severity: serious Control: affects -1 src:dpkg
Hi! The dgit source package seems to be failing its autopkgtest due to its test suite scrapping the output from «dpkg-source --version» which has recently changed. Please either adapt the code to avoid scrapping the output, by for example using instead the equivalent of: $ perl -MDpkg -E 'say $Dpkg::PROGVERSION' Where this should be guaranteed to match the version from the tool due to the strict dependency on the modules, but might not be the case on non-Debian based systems (although that is unsupported and would probably cause buggyness in the code used). Or by adapting the matching on the new output. Thanks, Guillem

