File: rules

package info (click to toggle)
node-clean-css 4.2.3%2B~4.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,992 kB
  • sloc: javascript: 40,423; makefile: 7; sh: 6
file content (18 lines) | stat: -rwxr-xr-x 445 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@ --with nodejs

override_dh_auto_build:
	cd debian/node_modules && ln -s ../.. clean-css
	#NODE_PATH=debian/node_modules help2man \
	#	--name 'cleancss - fast and efficient CSS optimizer' \
	#	./cli/bin/cleancss > debian/cleancss.1
	dh_auto_build --buildsystem=nodejs

override_dh_installchangelogs:
	dh_installchangelogs History.md