File: rules

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

UPSTREAM_GIT = https://github.com/mike-marcacci/objectpath
-include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@

override_dh_clean:
	dh_clean
	rm -f lib/ObjectPath.min.js

override_dh_auto_build:
	yui-compressor -o lib/ObjectPath.min.js lib/ObjectPath.js