File: rules

package info (click to toggle)
libjs-jsencrypt 2.3.0%2Bdfsg2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 692 kB
  • sloc: javascript: 9,892; makefile: 11; sh: 6
file content (16 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

UPSTREAM_GIT = https://github.com/travist/jsencrypt.git
-include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -rf bin

override_dh_auto_build:
	mkdir -p bin
	gulp
	yui-compressor -o bin/jsencrypt.min.js bin/jsencrypt.js