File: rules

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

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

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f text.min.js

override_dh_auto_build:
	yui-compressor -o text.min.js text.js