File: rules

package info (click to toggle)
gitgraph.js 0.0~git20170511.0.5fcc26b%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 104 kB
  • sloc: php: 49; makefile: 8
file content (11 lines) | stat: -rwxr-xr-x 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
%:
	dh $@

override_dh_auto_clean:
	rm -f gitgraph.min.js
	dh_auto_clean

override_dh_auto_build:
	uglifyjs -o gitgraph.min.js gitgraph.js
	dh_auto_build