diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:19:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:19:44 +0000 |
commit | 8c4716026e5eefef3a8d384d4fed74683391e8cc (patch) | |
tree | a7e46e7056e84fad965c38d6243ba52e09baba13 /debian/rules | |
parent | Adding upstream version 2022.12.24. (diff) | |
download | debian-keyring-debian/2022.12.24.tar.xz debian-keyring-debian/2022.12.24.zip |
Adding debian version 2022.12.24.debian/2022.12.24debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..29abbe6 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_clean: + dh_clean + mkdir -p output/keyrings + touch --date='@$(SOURCE_DATE_EPOCH)' output output/keyrings debian |