File: rules

package info (click to toggle)
pmount 0.9.23-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 2,204 kB
  • ctags: 232
  • sloc: sh: 10,190; ansic: 2,444; makefile: 71
file content (9 lines) | stat: -rwxr-xr-x 187 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f
%:
	dh $@ --with autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --disable-hal

override_dh_auto_test:
	echo "skipping tests (buggy in upstream tarball)"