We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f23688b commit 2c04af9Copy full SHA for 2c04af9
debian/rules
@@ -4,10 +4,8 @@ export DH_VERBOSE = 1
4
export DH_VIRTUALENV_INSTALL_ROOT=/usr/share/
5
6
%:
7
+ asciidoctor -b docbook --attribute leveloffset=+1 --out-file - README.adoc |\
8
+ pandoc -f docbook -s -t man --shift-heading-level-by=-1 > debian/rpi-sb-provisioner.1
9
dh $@ --with python-virtualenv --with systemd
10
11
override_dh_usrlocal:
-
-override_dh_auto_build:
12
- asciidoctor -b docbook --attribute leveloffset=+1 --out-file - README.adoc |\
13
- pandoc -f docbook -s -t man --shift-heading-level-by=-1 > debian/rpi-sb-provisioner.1
0 commit comments