File: rules

package info (click to toggle)
pmount 0.9.23-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,276 kB
  • sloc: sh: 10,190; ansic: 2,444; makefile: 72
file content (12 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --disable-hal

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