diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:36:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 12:36:41 +0000 |
commit | de5f1872e6c52f0a2565f3eaa79f36d59b079ef8 (patch) | |
tree | b4d60eb44e1a663191652bf855b3ac32fef83633 /debian/rules | |
parent | Adding upstream version 1.0.2. (diff) | |
download | icingadb-web-debian.tar.xz icingadb-web-debian.zip |
Adding debian version 1.0.2-1.debian/1.0.2-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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..cc2c367 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +#export DH_VERBOSE=1 + +%: + dh $@ + +override_dh_compress: + dh_compress -X.md |