File: rules

package info (click to toggle)
leaflet-geometryutil 0.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 136 kB
  • sloc: javascript: 763; makefile: 19
file content (12 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	cd dist; uglifyjs -o leaflet.geometryutil.min.js leaflet.geometryutil.js

# the upstream Makefile relies on npm doing a lot of work, and the tests
# are no real tests as they just spawn an interactive browser
override_dh_auto_test: ;
override_dh_auto_install: ;