diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:27:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 11:27:03 +0000 |
commit | faaa3eaa51d83f8d785b4b51b6e5c0ce759084c8 (patch) | |
tree | 3f595da2242d92af82fa1c823486d442dffe7ec1 /debian/rules | |
parent | Adding upstream version 0.1.1. (diff) | |
download | architecture-properties-debian.tar.xz architecture-properties-debian.zip |
Adding debian version 0.1.1.debian/0.1.1debian
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..46fda55 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +%: + dh $@ + +execute_before_dh_gencontrol: + echo "DEB-HOST-ARCH-BITS=$(DEB_HOST_ARCH_BITS)" >> debian/architecture-properties.substvars + echo "DEB-HOST-ARCH-ENDIAN=$(DEB_HOST_ARCH_ENDIAN)" >> debian/architecture-properties.substvars + |