File: rules

package info (click to toggle)
google-auto-service-java 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,136 kB
  • sloc: java: 36,551; xml: 1,498; sh: 34; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 392 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

# Ensure packages build with no Internet access
export http_proxy=127.0.0.1:9
export https_proxy=127.0.0.1:9

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

%:
	dh $@

execute_before_dh_auto_configure:
	ln -s build-pom.xml pom.xml

execute_after_dh_install:
	rm -rf debian/libgoogle-auto-service-java/usr/share/maven-repo/build-only

execute_after_dh_auto_clean:
	rm -rf pom.xml