File: rules

package info (click to toggle)
linaro-image-tools 2016.05-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,180 kB
  • ctags: 2,196
  • sloc: python: 15,832; sh: 393; makefile: 6
file content (16 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export PATH := $(PATH):/sbin

%:
	dh $@ --with python2

override_dh_install-arch:
	dh_install
	find debian/linaro-image-tools -type f |xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/python|'

#override_dh_auto_test:
#	python -m testtools.run linaro_image_tools.tests.test_suite