File: rules

package info (click to toggle)
corekeeper 1.7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 84 kB
  • sloc: sh: 137; makefile: 9
file content (17 lines) | stat: -rwxr-xr-x 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1

%:
	dh $@ --parallel

script=debian/corekeeper/usr/lib/corekeeper/dump

override_dh_fixperms:
	dh_fixperms
	if [ ! -e $(script) ] ; then chmod 1777 debian/corekeeper/var/crash ; fi
	if [ -e $(script) ] ; then chmod 0755 $(script) ; fi

override_dh_installinit:
	dh_installinit --update-rcd-params='start 30 S .'