File: rules

package info (click to toggle)
libjs-lrdragndrop 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,152 kB
  • sloc: javascript: 404; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 325 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

UPSTREAM_GIT = git://github.com/lorenzofox3/lrDragNDrop.git
-include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f lrDragNDrop.min.js lrdragndrop.js

override_dh_auto_build:
	yui-compressor -o lrdragndrop.min.js lrDragNDrop.js
	cp lrDragNDrop.js lrdragndrop.js