File: rules

package info (click to toggle)
gtick 0.5.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,476 kB
  • ctags: 2,740
  • sloc: ansic: 21,575; sh: 5,381; makefile: 678; yacc: 334; lex: 143; xml: 22; sed: 16
file content (19 lines) | stat: -rwxr-xr-x 435 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --with-sndfile

override_dh_auto_install:
	dh_auto_install

override_dh_auto_test:
	# Nothing; tests with dmalloc currenly broken: linking threaded
	# executables with -ldmalloc and -ldmallocth segfault!