File: rules

package info (click to toggle)
node-stylus 0.54.5-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,392 kB
  • ctags: 913
  • sloc: makefile: 38
file content (20 lines) | stat: -rwxr-xr-x 459 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# -*- makefile -*-

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

%:
	dh $@

override_dh_auto_test:
	mocha test/ test/middleware/ --require should --bail --reporter dot

override_dh_installchangelogs:
	dh_installchangelogs -k History.md

override_dh_auto_build:
	debian/rules debian/stylus.1

debian/stylus.1:
	help2man --no-discard-stderr -N -n "Expressive, robust, feature-rich CSS language compiler" bin/stylus -o "$@"