File: rules

package info (click to toggle)
account-utils 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 836 kB
  • sloc: ansic: 8,789; xml: 1,584; sh: 77; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 518 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all
include /usr/share/debhelper/dh_package_notes/package-notes.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-Dman=$(if $(filter nodoc,$(DEB_BUILD_PROFILES)),disabled,enabled)

override_dh_installsystemd:
	dh_installsystemd -p account-utils --no-start --no-stop-on-upgrade newidmapd.service pwaccessd.service pwupdd@.service
	dh_installsystemd -p account-utils --no-stop-on-upgrade newidmapd.socket pwaccessd.socket pwupdd.socket