diff options
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 |