Hi! On Tue, 2023-11-07 at 23:43:29 +0100, Marc Jeanmougin wrote: > Package: dpkg-dev > Version: 1.22.1 > Severity: important
> Since 1.22 (does happen in 1.22.1, did not happen in 1.21.21), > running "dpkg-shlibdeps --version" prints > > --- > dpkg-shlibdeps: error: cannot read debian/control: No such file or directory > --- > > instead of the version string (which can be obtained after a "mkdir debian; > touch debian/control") > > --- > Debian dpkg-shlibdeps version 1.22.1. > > This is free software; see the GNU General Public License version 2 or > later for copying conditions. There is NO warranty. > --- > > This has downstream effects in tools that attempt to check the version of > dpkg- > shlibdeps, as they can no longer work, e.g. "cpack -G DEB" (the .deb cmake > generator) does not work anymore. Ah, indeed! I've fixed this locally (need to add some regression tests), will push later today, and will try to do a release during the week or weekend. Thanks, Guillem

