File: rules

package info (click to toggle)
plantuml 8039-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 19,660 kB
  • ctags: 25,075
  • sloc: java: 191,560; xml: 53; sh: 9; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	rm -rf build dist

override_dh_auto_build:
	dh_auto_build -- dist

override_dh_auto_install:
	install -m 755 $(CURDIR)/debian/plantuml.sh $(CURDIR)/debian/plantuml/usr/bin/plantuml

.PHONY: override_dh_auto_clean override_dh_auto_build override_dh_auto_install