File: rules

package info (click to toggle)
osk-sdl 0.67.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 504 kB
  • sloc: cpp: 1,766; sh: 447; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)
# output every command that modifies files on the build system.
export DH_VERBOSE = 1
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq (,$(filter terse,$(DEB_BUILD_OPTIONS)))
	export V=1
else
	export V=0
endif

%:
	dh $@

override_dh_auto_test: