File: rules

package info (click to toggle)
libjs-jush 2.0.2%2Bgit20210206%2B1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 792 kB
  • sloc: javascript: 5,864; php: 12; makefile: 7
file content (10 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	php compile.php 
	sed '/\t\/\/ include\ jush\.js\ here/r jush.js' \
		jquery.jush.js > debian/jquery.jush.js