deb: fix reproducibility defect

This commit is contained in:
tobtoht 2023-07-02 12:29:08 +02:00
parent 0a9e988da7
commit 892a2acbcd
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -29,7 +29,7 @@ mkdir -p usr/share/icons/hicolor/128x128/apps
cp /feather/src/assets/images/appicons/128x128.png usr/share/icons/hicolor/128x128/apps/feather.png
find . -print0 | xargs -0r touch --no-dereference --date="@${SOURCE_DATE_EPOCH}"
tar --owner=0 --group=0 -czvf ../data.tar.gz .
find . | sort | tar --owner=0 --group=0 -czvf ../data.tar.gz -T -
cd /output/debian
chmod -R 755 data