File: rules

package info (click to toggle)
node-mocha 10.7.2%2Bds1%2B~cs33.1.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,304 kB
  • sloc: javascript: 34,722; makefile: 8; sh: 2
file content (17 lines) | stat: -rwxr-xr-x 381 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@

override_dh_auto_test:
	# No test during build to avoid circular dependencies

override_dh_fixperms:
	dh_fixperms
	chmod +x debian/mocha/usr/share/nodejs/flat/cli.js \
		debian/mocha/usr/share/nodejs/mocha/bin/*
	chmod -x debian/mocha/usr/share/nodejs/@types/mocha/*