File: rules

package info (click to toggle)
strophejs-plugin-mam 0.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: javascript: 48; makefile: 12
file content (16 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_build:
	rollup src/strophe.mam.js \
		--format umd \
		--globals strophe.js:window \
		--external strophejs-plugin-rsm \
		--file lib/strophe.mam.js \
		--sourcemap
	dh_auto_build

override_dh_auto_test:
	echo "no tests provided by upstream"