diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:25:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 14:25:48 +0000 |
commit | 281c4da64e4ffcbc1b029be17aa5acf6766fe968 (patch) | |
tree | bdfa19f86e1aa7c003be7e2c5bd28e32d3d2bf34 /debian/rules | |
parent | Adding upstream version 2023.12.24. (diff) | |
download | debian-keyring-281c4da64e4ffcbc1b029be17aa5acf6766fe968.tar.xz debian-keyring-281c4da64e4ffcbc1b029be17aa5acf6766fe968.zip |
Adding debian version 2023.12.24.debian/2023.12.24
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 |