File: rules

package info (click to toggle)
nstreams 1.0.4-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 368 kB
  • ctags: 140
  • sloc: sh: 1,562; ansic: 1,537; makefile: 50
file content (10 lines) | stat: -rwxr-xr-x 156 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with autotools_dev

override_dh_auto_clean:
	dh_testdir
	dh_testroot
	[ ! -f nstreams.tmpl ] || $(MAKE) distclean
	dh_clean