It looks like saga changed the way how their tarball is made https://sourceforge.net/p/saga-gis/code/ci/master/tree/saga-gis/src/accessories/helper/make_saga_release.bat#l99
as a result, files are now stored in the tarball as: /saga-8.0.1/saga-gis/xxx rather than /saga-gis/xxx I adjusted the paths in debian/copyright to make sure paths are stripped now, https://salsa.debian.org/debian-gis-team/saga/-/commit/118f3cbafcb6dbdb9a83e61dc57f44f70ff1e3c3 But I wonder if there is an elegant way to repackage without the parent dir. I remember using get-orig-source target in d/rules, but as this is now deprecated.
