File: rules

package info (click to toggle)
libeatmydata 105-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,136 kB
  • sloc: sh: 12,307; ansic: 756; makefile: 105
file content (14 lines) | stat: -rwxr-xr-x 322 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all
export DH_VERBOSE=1
export DEB_CFLAGS_MAINT_APPEND=-std=gnu11
export DH_ALWAYS_EXCLUDE=.la


%:
	dh $@ --with bash-completion

override_dh_auto_test:
	# This will be fixed by https://github.com/stewartsmith/libeatmydata/pull/11
	dh_auto_test --no-parallel