File: rules

package info (click to toggle)
google-http-client-java 1.32.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,124 kB
  • sloc: java: 23,860; xml: 2,532; python: 13; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/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

%:
	dh $@

override_dh_auto_build:
	dh_auto_build
	zip -d ./google-http-client/target/google-http-client-1.32.1.jar 'com/google/j2objc/annotations/*'