File: rules

package info (click to toggle)
aptitude-robot 1.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 528 kB
  • ctags: 31
  • sloc: sh: 704; perl: 536; makefile: 33
file content (14 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ --with systemd

override_dh_installinit:
	dh_installinit --no-start

override_dh_systemd_start:
	dh_systemd_start --no-start