File: rules

package info (click to toggle)
node-rollup-plugin-node-resolve 15.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,296 kB
  • sloc: javascript: 2,843; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 365 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	# Build legacy module
	dh_auto_build --buildsystem=nodejs
	cd packages/node-resolve && rollup -c

override_dh_fixperms:
	dh_fixperms
	find debian/node-rollup-plugin-node-resolve -type f -name '*.ts' -exec chmod -x {} \;

override_dh_installchangelogs:
	dh_installchangelogs packages/node-resolve/CHANGELOG.md