File: rules

package info (click to toggle)
gtick 0.5.5-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,576 kB
  • sloc: ansic: 22,221; sh: 5,453; makefile: 690; 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!