diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:27:19 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 16:27:19 +0000 |
commit | 826d57f5cd98f4575a474e29d0726e78149e938a (patch) | |
tree | 0fa73e8d7eba9509c5ee144005715209076a35da /debian/rules | |
parent | Adding upstream version 8.2402.0+dfsg. (diff) | |
download | rsyslog-doc-826d57f5cd98f4575a474e29d0726e78149e938a.tar.xz rsyslog-doc-826d57f5cd98f4575a474e29d0726e78149e938a.zip |
Adding debian version 8.2402.0+dfsg-1.debian/8.2402.0+dfsg-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..3b920a9 --- /dev/null +++ b/debian/rules @@ -0,0 +1,13 @@ +#!/usr/bin/make -f + +%: + dh $@ + +override_dh_auto_build: + sphinx-build -b html source debian/build/ + +override_dh_auto_clean: + rm -rf debian/build/ + +override_dh_compress: + dh_compress -Xrsyslog-example.conf |