monero-gui Debian package build issues

No root/sudo for these tests.

export this XZ_OPT first and keep it for all tests.

export XZ_OPT="--threads=8"

cd /home/user/Whonix/packages/monero-gui

Then

genmkfile dist

Another test.

cd /home/user/Whonix/packages/monero-gui

Then

find       '.'       -not -path '*/\.git/*'       -not -path '*/\.git'       -not -name '.gitignore'       -print0

Expected output:

…/GPLv3./usr./usr/bin./usr/bin/monero-blockchain-ancestry./usr/bin/monero-blockchain-usage./usr/bin/monero-blockchain-mark-spent-outputs./usr/bin/monero-blockchain-export./usr/bin/monero-blockchain-import./usr/bin/monero-wallet-gui./usr/bin/monero-blockchain-depth./usr/bin/monero-blockchain-prune./usr/bin/monero-wallet-cli./usr/bin/monerod./usr/bin/monero-blockchain-stats./usr/bin/monero-blockchain-prune-known-spent-data./usr/bin/monero-gen-ssl-cert./usr/bin/monero-wallet-rpc./usr/bin/monero-gen-trusted-multisig./usr/share./usr/share/applications./usr/share/applications/monero-gui.desktop./usr/share/doc./usr/share/doc/monero-gui./usr/share/doc/monero-gui/monero-gui-wallet-guide.pdf./usr/share/pixmaps./usr/share/pixmaps/monero.png./changelog.upstream./make-helper-overrides.bsh./debian./debian/control./debian/monero-gui.install./debian/compat./debian/source./debian/source/format./debian/source/lintian-overrides./debian/changelog./debian/watch./debian/copyright./debian/rules./binaryfate.asc./COPYING./README.md./hashes.txt


Yes another test.

cd /home/user/Whonix/packages/monero-gui

Then:

find       '.'       -not -path '*/\.git/*'       -not -path '*/\.git'       -not -name '.gitignore'       -print0          | tar             --null             --no-recursion             --create             --owner=0 --group=0 --numeric-owner             --mode=go=rX,u+rw,a-s             --sort=name             --mtime='2015-10-21 00:00Z'             --xz             --file='/home/user/whonix_binary/genmkfile-packages-result/monero-gui_0.15.0.4.3.orig.tar.xz'             -T             -