aboutsummaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 14d2fe90812483bcd5de09ea9e4f0246ac4f48bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-

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

override_dh_auto_build:
	make
	make phidget21.jar

override_dh_strip:
	dh_strip -p libphidget21-0 --dbg-package=libphidget21-dbg

%:
	dh $@  --with autoreconf --with autotools-dev