File: rules

package info (click to toggle)
node-rollup-plugin-babel 6.0.3%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,044 kB
  • sloc: javascript: 703; sh: 12; makefile: 7
file content (15 lines) | stat: -rwxr-xr-x 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# -*- makefile -*-


%:
	dh $@

override_dh_auto_build:
	# Build legacy module
	dh_auto_build --buildsystem=nodejs
	# Build @rollup/plugin-babel
	cd packages/babel && rollup -c

override_dh_installchangelogs:
	dh_installchangelogs packages/babel/CHANGELOG.md