File: rules

package info (click to toggle)
strophejs-plugin-rsm 0.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: javascript: 45; makefile: 4
file content (7 lines) | stat: -rwxr-xr-x 106 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/usr/bin/make -f

%:
	dh $@ --with nodejs

override_dh_auto_test:
	echo "no tests provided by upstream"