File: rules

package info (click to toggle)
libjs-jquery-selectize.js 0.12.6%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,448 kB
  • sloc: javascript: 11,604; sh: 116; makefile: 44
file content (18 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

VER = $(shell echo $(DEB_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: