File: rules

package info (click to toggle)
autoproject 0.20-13
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 932 kB
  • sloc: sh: 2,948; ansic: 1,677; cpp: 199; makefile: 59
file content (12 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		bash=/bin/bash

# Prevent errors:
override_dh_auto_test: