Skip to content

Commit

Permalink
Make orig tarballs reproducible
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitri John Ledkov <[email protected]>
  • Loading branch information
xnox committed Jan 15, 2024
1 parent 71bb503 commit 4d351d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ get-orig-source-pack/%: get-orig-source-files/%
@set -e -x ; \
cd get-orig-source ; \
tar cv \
--clamp-mtime --mtime="./$(call get_origdir,$*).stamp" \
--clamp-mtime --mtime="@123456789" \
--sort=name \
--owner=root --group=src \
$(call get_origdir,$*) \
Expand Down

0 comments on commit 4d351d7

Please sign in to comment.