File: rules

package info (click to toggle)
jquery-sortablejs 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 64 kB
  • sloc: javascript: 67; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 179 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@

override_dh_auto_build:
	mkdir build/
	cp jquery-sortable.js build/
	uglifyjs -o build/jquery-sortable.min.js jquery-sortable.js