File: rules

package info (click to toggle)
admesh 0.98.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 340 kB
  • sloc: ansic: 2,944; sh: 282; makefile: 53; xml: 18
file content (11 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
#! /usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
override_dh_auto_test:
	./debian/regression_test/regression_test
endif