Source: picolibc Version: 1.8.6-2 Severity: normal Hi,
the Vcs-Git field of picolibc refers to git://keithp.com/git/picolibc.git but after cloning that repo, there is no debian directory. Maybe the packaging lives in the branch called "debian"? If so, then the Vcs-Git field should look like this instead: Vcs-Git: git://keithp.com/git/picolibc.git -b debian The "-b debian" at the end specifies the git branch where the packaging can be found. Also, when having a look into debian/changelog, it appears that only version 1.8.6-1 is there while the Debian archive has version 1.8.6-2. Maybe you forgot to git push your last upload into the repo? Thanks! cheers, josch

