File: rules

package info (click to toggle)
strophejs-plugin-chatstates 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 72 kB
  • sloc: javascript: 65; 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"