--- a/debian/rules 2021-03-16 08:54:17.949083106 +0000 --- b/debian/rules 2021-03-16 08:58:39.291962035 +0000 @@ -38,7 +38,7 @@ dh_auto_install --builddir build-tar --destdir debian/tmp strip --remove-section=.comment --remove-section=.note debian/tmp/usr/bin/cdebootstrap - tar -C debian/tmp/usr/bin --mtime=@$(SOURCE_DATE_EPOCH) -cf debian/tmp/cdebootstrap_$(DEB_VERSION)_$(DEB_HOST_ARCH).tar . + tar -C debian/tmp/usr/bin --sort=name --mtime=@$(SOURCE_DATE_EPOCH) -cf debian/tmp/cdebootstrap_$(DEB_VERSION)_$(DEB_HOST_ARCH).tar . mkdir -p debian/cdebootstrap-static/usr/lib/cdebootstrap cp debian/tmp/cdebootstrap_$(DEB_VERSION)_$(DEB_HOST_ARCH).tar debian/cdebootstrap-static/usr/lib/cdebootstrap