File: rules

package info (click to toggle)
eclipse-egit 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 12,048 kB
  • sloc: java: 88,571; xml: 7,166; sh: 182; 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