File: rules

package info (click to toggle)
libjs-jquery-selectize.js 0.12.3%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 984 kB
  • ctags: 181
  • sloc: sh: 116; makefile: 42
file content (16 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

VER = $(shell dpkg-parsechangelog -S Version | sed 's@\(.*\)+dfsg.*@\1@')

%:
	dh $@

override_dh_auto_build:
	bash ./debian/build.sh $(CURDIR) $(CURDIR)/_build/ $(VER)
	yui-compressor -o _build/selectize.min.js  _build/selectize.js

override_dh_auto_clean:
	dh_auto_clean
	rm -rf _build/

override_dh_auto_test: