2014-04-08 20:04:17 -06:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -*- makefile -*-
|
|
|
|
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
%:
|
2014-04-12 09:27:58 -06:00
|
|
|
dh $@ --with quilt
|
2014-04-08 20:04:17 -06:00
|
|
|
|
2014-04-12 09:27:58 -06:00
|
|
|
#override_dh_auto_install:
|
|
|
|
# $(MAKE) DESTDIR=$$(pwd)/debian/srfirewall PREFIX=/usr install
|
|
|
|
# $(MAKE) DESTDIR=$$(pwd)/debian/srfirewall PREFIX=/usr install-etc
|