blob: 3b920a9ac005c60fa720e20e61f543b35a81148d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|