File: rules

package info (click to toggle)
node-autoprefixer 8.6.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,532 kB
  • sloc: sh: 28; makefile: 13
file content (24 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export NODE_PATH=debian/node_modules

%:
	dh $@

override_dh_auto_build:
	gulp
	rollup --config debian/rollup.config.js

override_dh_install:
	dh_components --no-purge
	dh_components --build_stage install
	dh_install

#override_dh_auto_test:

override_dh_auto_clean:
	dh_auto_clean
	gulp clean