File: rules

package info (click to toggle)
node-import-meta-resolve 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 376 kB
  • sloc: javascript: 2,004; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

execute_before_dh_installdocs:
	dh_nodejs_autodocs

execute_after_dh_clean:
	rm -f test/baseline*.js
	rm -f test/node_modules/import-meta-resolve
	rm -f *.d.ts lib/*.d.ts