File: rules

package info (click to toggle)
9mount 1.3-10
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 104 kB
  • sloc: ansic: 402; sh: 53; makefile: 32
file content (19 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	$(MAKE) CFLAGS="$(CFLAGS)"

override_dh_auto_test:

override_dh_auto_install:
	$(MAKE) prefix=$(CURDIR)/debian/9mount/usr install

	chown root:root debian/9mount/usr/bin/*

override_dh_fixperms:
	dh_fixperms -Xusr/bin/9bind -Xusr/bin/9mount -Xusr/bin/9umount

.PHONY: override_dh_auto_test override_dh_auto_install override_dh_fixperms