File: rules

package info (click to toggle)
node-to-regex 3.0.2%2B~cs2.2.22-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,212 kB
  • sloc: javascript: 10,172; sh: 10; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 229 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

PACKAGE = $(shell dh_listpackages)
TMP     = $(CURDIR)/debian/$(PACKAGE)

%:
	dh $@ --with nodejs

override_dh_fixperms:
	dh_fixperms
	chmod +x $(TMP)/usr/share/nodejs/safe-regex/bin/cli.js