File: rules

package info (click to toggle)
obexfs 0.11-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 436 kB
  • ctags: 110
  • sloc: ansic: 1,108; sh: 787; makefile: 24
file content (15 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DH_VERBOSE=1


%:
	dh $@ --parallel --with autoreconf

override_dh_auto_build:
	dh_auto_build -O--parallel
	$(MAKE) -C debian/manpages

override_dh_auto_clean:
	dh_auto_clean
	$(MAKE) -C debian/manpages clean