File: rules

package info (click to toggle)
strophejs 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,176 kB
  • sloc: javascript: 6,847; python: 179; makefile: 81
file content (14 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=nodejs

override_dh_auto_build:
	dh_auto_build
	tsc --project tsconfig.json
	rollup --config rollup.config.js --bundleConfigAsCjs

execute_after_dh_auto_install:
	rm -r ./debian/libjs-strophe/usr/share/nodejs/

override_dh_auto_test: