File: rules

package info (click to toggle)
xperia-flashtool 0.9.34%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,692 kB
  • sloc: java: 30,923; xml: 540; sh: 348; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 415 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
#export DH_VERBOSE = 1

override_dh_auto_build:
	dh_auto_build -- -f ant/deploy-release.xml

override_dh_auto_clean:
	dh_auto_clean -- -f ant/deploy-release.xml

override_dh_auto_install:
	mkdir -p debian/tmp
	cp src/gui/ressources/icons/flash_32.png debian/tmp/flashtool.png
	dh_auto_install

override_dh_installudev:
	dh_installudev --priority=50

%:
	dh $@ --with javahelper --buildsystem=ant