Source: libcanary-stability-perl Version: 2006-1 Severity: important Tags: patch User: [email protected] Usertags: rebootstrap
libcanary-stability-perl Build-Depends on devscripts. The (very old) build log of the only ever build shows that it uses licensecheck. licensecheck now moved to its own package, so libcanary-stability-perl should transition its dependency. As it happens, the installation set of devscripts happens to include libcanary-stability-perl. Thus this dependency poses a cycle, which makes bootstrapping it impossible. Thus severity important. Please consider applying the attached patch. Helmut
diff --minimal -Nru libcanary-stability-perl-2006/debian/changelog libcanary-stability-perl-2006/debian/changelog --- libcanary-stability-perl-2006/debian/changelog 2015-08-05 17:40:23.000000000 +0200 +++ libcanary-stability-perl-2006/debian/changelog 2019-05-09 07:13:26.000000000 +0200 @@ -1,3 +1,10 @@ +libcanary-stability-perl (2006-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Transition Build-Depends: devscripts to licensecheck. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 09 May 2019 07:13:26 +0200 + libcanary-stability-perl (2006-1) unstable; urgency=low * Initial release. diff --minimal -Nru libcanary-stability-perl-2006/debian/control libcanary-stability-perl-2006/debian/control --- libcanary-stability-perl-2006/debian/control 2015-08-05 17:35:24.000000000 +0200 +++ libcanary-stability-perl-2006/debian/control 2019-05-09 07:13:23.000000000 +0200 @@ -2,7 +2,7 @@ Section: perl Priority: optional Build-Depends: cdbs, - devscripts, + licensecheck, perl, debhelper, dh-buildinfo

