File: rules

package info (click to toggle)
eclipse-egit 3.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,300 kB
  • ctags: 14,362
  • sloc: java: 109,552; xml: 8,171; sh: 222; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 219 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export JAVA_HOME := /usr/lib/jvm/default-java

# Source codes contain Unicode characters, java compiler reports
# an error when using C locale.
export LC_ALL=C.UTF-8

%:
	dh $@ --with eclipse-helper