2014-07-01 13:18:30 +00:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
|
|
|
|
%:
|
2014-09-10 17:26:30 +00:00
|
|
|
dh $@
|
|
|
|
|
2015-01-05 14:41:38 +00:00
|
|
|
# we skip making Makefile exists for updating browserify modules when developing
|
|
|
|
override_dh_auto_build:
|
|
|
|
|
2014-09-10 17:26:30 +00:00
|
|
|
override_dh_install:
|
2014-08-27 07:20:53 +00:00
|
|
|
dh_installdirs
|
2016-08-11 17:53:37 +00:00
|
|
|
dh_install -X/config.js -X/package.json
|