Hello! It seems devscripts cannot be installed in Sid at the moment. I was not able to find a bug report about this on bugs.debian.org and I cannot follow up the dependencies on what package actually is stopping it.
Anybody else experiencing this as well? $ docker run -it debian:sid bash root@dda7794f2e25:/# apt update Get:1 http://cdn-fastly.deb.debian.org/debian sid InRelease [139 kB] Get:2 http://cdn-fastly.deb.debian.org/debian sid/main amd64 Packages [8244 kB] Fetched 8383 kB in 8s (1107 kB/s) Reading package lists... Done Building dependency tree Reading state information... Done 24 packages can be upgraded. Run 'apt list --upgradable' to see them. root@dda7794f2e25:/# apt install devscripts Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: devscripts : Depends: libipc-run-perl but it is not going to be installed Depends: libmoo-perl but it is not going to be installed Depends: libwww-perl but it is not going to be installed Recommends: libgitlab-api-v4-perl but it is not going to be installed Recommends: licensecheck but it is not going to be installed Recommends: lintian but it is not going to be installed Recommends: liblwp-protocol-https-perl but it is not going to be installed Recommends: libsoap-lite-perl but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@dda7794f2e25:/# apt install lintian Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: lintian : Depends: libapt-pkg-perl but it is not going to be installed Depends: libcgi-pm-perl but it is not going to be installed Depends: libclass-accessor-perl but it is not going to be installed Depends: libclone-perl but it is not going to be installed Depends: libemail-valid-perl but it is not going to be installed Depends: libio-async-loop-epoll-perl (>= 0.20) but it is not going to be installed Depends: libipc-run-perl but it is not going to be installed Depends: liblist-moreutils-perl but it is not going to be installed Depends: libmoo-perl but it is not going to be installed Depends: libxml-simple-perl but it is not going to be installed Depends: libyaml-libyaml-perl but it is not going to be installed Recommends: libperlio-gzip-perl but it is not going to be installed E: Unable to correct problems, you have held broken packages. root@dda7794f2e25:/# apt install libmoo-perl Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: libmoo-perl : Depends: libimport-into-perl but it is not going to be installed Depends: libmodule-runtime-perl (>= 0.014) but it is not going to be installed Recommends: libclass-xsaccessor-perl (>= 1.18) but it is not going to be installed Recommends: libsub-name-perl (>= 0.08) but it is not going to be installed E: Unable to correct problems, you have held broken packages.