File: rules

package info (click to toggle)
pyroman 0.6.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 396 kB
  • sloc: python: 1,706; xml: 89; sh: 57; makefile: 5
file content (14 lines) | stat: -rwxr-xr-x 412 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# debhelper default,mostly

%:
	dh $@ --with=python3,systemd

override_dh_installinit:
	dh_installinit --no-start --no-enable

override_dh_systemd_enable:
	# Do not enable the file by default on purpose.
	# The user should enable it only after making sure the firewall is
	# properly configured and tested using "pyroman safe": the default
	# configuration does *not* allow even incoming ssh.