summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 6942fb70c8e2e6099d8853964d0f9b74f9eef74f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ --with nodejs

override_dh_auto_build:
	rollup -c
	terser dist/d3-force.js -o dist/d3-force.min.js