File: rules

package info (click to toggle)
requirejs 2.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,340 kB
  • sloc: sh: 64; makefile: 8
file content (17 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
# -*- makefile -*-

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

DESTDIR = debian/requirejs
COFFEESCRIPT=$(DESTDIR)/tests/node/pluginLocalId/lib/coffee-script.js

override_dh_auto_build:
	uglifyjs -o require.min.js require.js
	nodejs dist.js

%:
	dh $@

.PHONY: override_dh_auto_build