source code open - smack
[framework/security/smack.git] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 # Uncomment this to turn on verbose mode.
5 #export DH_VERBOSE=1
6
7 %:
8         dh $@ --with autoreconf
9
10 override_dh_strip:
11         dh_strip -plibsmack1 --dbg-package=libsmack1-dbg
12         dh_strip -psmack-utils --dbg-package=smack-utils-dbg
13
14 .PHONY: override_dh_strip