File: rules

package info (click to toggle)
apktool 2.2.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,056 kB
  • ctags: 1,803
  • sloc: java: 10,265; xml: 306; sh: 195; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java

%:
	dh $@ --buildsystem=gradle

override_dh_auto_build:
	dh_auto_build -- -Dfile.encoding=UTF-8 assemble

override_dh_install:
	dh_install --fail-missing

get-orig-source:
	uscan --force-download --download-current-version --repack --compression xz