File: rules

package info (click to toggle)
liboggz 1.1.1-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,344 kB
  • ctags: 2,556
  • sloc: ansic: 14,332; sh: 10,385; makefile: 466
file content (14 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with autoreconf,bash-completion

override_dh_strip:
	dh_strip --dbg-package=liboggz2-dbg

# Run our test suite until the upstream source get one
override_dh_auto_test:
	dh_auto_test
	for t in debian/tests/test-*; do \
	    BUILDDIR=`pwd` $$t; \
	done