File: rules

package info (click to toggle)
node-q 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 612 kB
  • ctags: 377
  • sloc: makefile: 9; sh: 2
file content (20 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
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_clean:
	dh_clean q.min.js queue.min.js

override_dh_auto_build:
	# Minify Javascript
	uglifyjs -o q.min.js q.js
	uglifyjs -o queue.min.js queue.js

override_dh_installchangelogs:
	dh_installchangelogs CHANGES.md