File: rules

package info (click to toggle)
dhis-client 5.5-5
  • links: PTS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 296 kB
  • ctags: 160
  • sloc: ansic: 1,245; makefile: 63; sh: 51
file content (11 lines) | stat: -rwxr-xr-x 206 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --parallel

override_dh_auto_install:
	dh_auto_install
	install -m 600 debian/dhid.conf $(CURDIR)/debian/dhis-client/etc/

override_dh_fixperms:
	dh_fixperms -X /etc/dhid.conf