File: rules

package info (click to toggle)
node-markdown-it 22.2.3%2Bdfsg%2B~12.2.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,860 kB
  • sloc: javascript: 6,881; makefile: 225
file content (12 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

execute_after_dh_install:
	# Remove command line inteface to provide libjs-markdown-it
	# This is required to remove nodejs dependency
	# If someone require it in future, we will have to create
	# separate binaries
	rm -f debian/node-markdown-it/usr/share/nodejs/markdown-it/bin/markdown-it.js