File: rules

package info (click to toggle)
sdkmanager 0.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 240 kB
  • sloc: python: 934; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

export DH_VERBOSE = 1
export LC_ALL = C.UTF-8

%:
	dh $@ --buildsystem=pybuild --with bash-completion

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	ANDROID_SDK_ROOT=`mktemp -d` HOME=`mktemp -d` ./sdkmanager.py --help
endif
	dh_auto_test -O--buildsystem=pybuild